Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Functions | |
void | dfu_command_event (void) |
Variables | |
static const char | dfu_command_str [] = "#\nbl\n" |
static int | dfu_command_state = 0 |
The reset_to_dfu() function needs to be implemented for the architecture in use. (sw/airborne/arch/.../mcu_arch.c)
Definition in file dfu_command.c.
void dfu_command_event | ( | void | ) |
Definition at line 36 of file dfu_command.c.
References dfu_command_state, dfu_command_str, VCOM_check_available(), VCOM_check_free_space(), VCOM_getchar(), and VCOM_peekchar().
|
static |
Definition at line 34 of file dfu_command.c.
Referenced by dfu_command_event().
|
static |
Definition at line 33 of file dfu_command.c.
Referenced by dfu_command_event().