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

bootloader.h File Reference

bootloader.h File Reference

Go to the source code of this file.

Functions

uint32_t bootloader_init (void)
 Function for initializing the Bootloader.
bool bootloader_app_is_valid (uint32_t app_addr)
 Function for validating application region in flash.
uint32_t bootloader_dfu_start (void)
 Function for starting the Device Firmware Update.
void bootloader_app_start (uint32_t app_addr)
 Function for exiting bootloader and booting into application.
void bootloader_settings_get (bootloader_settings_t *const p_settings)
 Function for retrieving the bootloader settings.
void bootloader_dfu_update_process (dfu_update_status_t update_status)
 Function for processing DFU status update.
bool bootloader_dfu_sd_in_progress (void)
 Function getting state of SoftDevice update in progress.
uint32_t bootloader_dfu_sd_update_continue (void)
 Function for continuing the Device Firmware Update of a SoftDevice.
uint32_t bootloader_dfu_sd_update_finalize (void)
 Function for finalizing the Device Firmware Update of a SoftDevice.

Detailed Description

Definition in file bootloader.h.