dRonin
adbada4
dRonin firmware
|
This file contains the DFU commands handling code. More...
#include "common.h"
Go to the source code of this file.
Data Structures | |
struct | Device |
Macros | |
#define | COMMAND 0 |
#define | COUNT 1 |
#define | DATA 5 |
Functions | |
void | processComand (uint8_t *xReceive_Buffer) |
uint32_t | baseOfAdressType (uint8_t type) |
uint8_t | isBiggerThanAvailable (uint8_t type, uint32_t size) |
void | OPDfuIni (uint8_t discover) |
void | DataDownload (DownloadAction action) |
bool | flash_read (uint8_t *buffer, uint32_t adr, DFUProgType type) |
This file contains the DFU commands handling code.
Definition in file op_dfu.h.