mirror of
https://github.com/oltaco/Adafruit_nRF52_Bootloader_OTAFIX.git
synced 2026-06-04 06:31:18 +00:00
cleaned up pca10100 as well
This commit is contained in:
@@ -8,8 +8,8 @@ const uint32_t bootloaderConfig[] =
|
||||
CFG_MAGIC0, CFG_MAGIC1, // magic
|
||||
5, 100, // used entries, total entries
|
||||
|
||||
204, 0x80000, // FLASH_BYTES = 0x100000/2=0x80000
|
||||
205, 0x20000, // RAM_BYTES = 0x40000/2=0x20000
|
||||
204, 0x80000, // FLASH_BYTES
|
||||
205, 0x20000, // RAM_BYTES
|
||||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2
|
||||
209, 0xada52840, // UF2_FAMILY = 0xada52840
|
||||
210, 0x20, // PINS_PORT_SIZE = PA_32
|
||||
|
||||
Reference in New Issue
Block a user