dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
op_dfu.h File Reference

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)
 

Detailed Description

This file contains the DFU commands handling code.

Author
The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
Tau Labs, http://taulabs.org, Copyright (C) 2012-2013
See Also
The GNU Public License (GPL) Version 3

Definition in file op_dfu.h.