R1 code for micro:bit based train controller code, requires second micro:bit running rx code to operate - see https://meanderingpi.wordpress.com/ for more information

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

Types and definitions.

Types and definitions.
[Bootloader API.]

Bootloader module type and definitions. More...

Data Structures

struct  bootloader_settings_t
 Structure holding bootloader settings for application and bank data. More...

Enumerations

enum  bootloader_bank_code_t
 

DFU Bank state code, which indicates wether the bank contains: A valid image, invalid image, or an erased flash.

More...

Detailed Description

Bootloader module type and definitions.


Enumeration Type Documentation

DFU Bank state code, which indicates wether the bank contains: A valid image, invalid image, or an erased flash.

Definition at line 54 of file bootloader_types.h.