20 #ifndef BOARDCFG_TEMPLATE_BOOTLOADER_SETTINGS_H_
21 #define BOARDCFG_TEMPLATE_BOOTLOADER_SETTINGS_H_
45 #define APPLICATION_RESET_ADDRESS 0x9d008000
50 #define FLASH_PAGE_SIZE 0x1000
55 #define FLASH_WORD_SIZE 4
60 #define CFG_ALLOW_DFU_UID_UPDATES
65 #define SWITCH_PORT_CHANNEL PORT_CHANNEL_D
70 #define SWITCH_PORT_BIT PORTS_BIT_POS_2
75 #define SWITCH_ACTIVE_HIGH false
91 #endif // BOARDCFG_TEMPLATE_BOOTLOADER_SETTINGS_H_
Configuration settings by both the bootloader and the main app.
The array of LEDs to flash when we're in bootloader mode.
Definition: bootloader.h:52
Settings used for board configuration.
const Bootloader_LEDs BOOTLOADER_LEDS
The LEDS to flash in bootloader mode.
Definition: bootloader_settings.h:80