Skip to content

Commit

Permalink
cleaned up pca10100 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jpconstantineau committed Dec 20, 2021
1 parent 7008762 commit 9ced2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/boards/pca10100/pinconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ced2bc

Please sign in to comment.