Skip to content

Commit

Permalink
Merge pull request #71 from dhalbert/pid-vid-bootloader_board_id
Browse files Browse the repository at this point in the history
Change BOOTLOADER_BOARD_ID to be USB VID+PID
  • Loading branch information
dhalbert authored Jun 23, 2019
2 parents 93da06e + 6c33d79 commit 6ef421e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
5 changes: 1 addition & 4 deletions boards/arcade_feather_m4/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const uint32_t config_data[] = {
200, 0x1, // NUM_NEOPIXELS = 1
204, 0x80000, // FLASH_BYTES = 0x80000
205, 0x30000, // RAM_BYTES = 0x30000
208, 0x2b9e3d05, // BOOTLOADER_BOARD_ID = 0x2b9e3d05
208, 0x239a0022, // BOOTLOADER_BOARD_ID = 0x239a0022
209, 0x55114460, // UF2_FAMILY = ATSAMD51
210, 0x20, // PINS_PORT_SIZE = PA_32
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Expand All @@ -101,6 +101,3 @@ const uint32_t config_data[] = {
#endif

#endif



2 changes: 1 addition & 1 deletion boards/arcade_itsybitsy_m4/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const uint32_t config_data[] = {
201, 0x1, // NUM_DOTSTARS = 1
204, 0x80000, // FLASH_BYTES = 0x80000
205, 0x30000, // RAM_BYTES = 0x30000
208, 0x7a236324, // BOOTLOADER_BOARD_ID = 0x7a236324
208, 0x239a002b, // BOOTLOADER_BOARD_ID = 0x239a002b
209, 0x55114460, // UF2_FAMILY = ATSAMD51
210, 0x20, // PINS_PORT_SIZE = PA_32
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Expand Down
3 changes: 1 addition & 2 deletions boards/arcade_pybadge/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const uint32_t config_data[] = {
200, 0x5, // NUM_NEOPIXELS = 5
204, 0x80000, // FLASH_BYTES = 0x80000
205, 0x30000, // RAM_BYTES = 0x30000
208, 0x75fdeb5f, // BOOTLOADER_BOARD_ID = 0x75fdeb5f
208, 0x239a0033, // BOOTLOADER_BOARD_ID = 0x239a0033
209, 0x55114460, // UF2_FAMILY = ATSAMD51
210, 0x20, // PINS_PORT_SIZE = PA_32
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Expand All @@ -110,4 +110,3 @@ const uint32_t config_data[] = {
#endif

#endif

3 changes: 1 addition & 2 deletions boards/arcade_pybadge_lc/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const uint32_t config_data[] = {
200, 0x1, // NUM_NEOPIXELS = 1
204, 0x80000, // FLASH_BYTES = 0x80000
205, 0x30000, // RAM_BYTES = 0x30000
208, 0x3f05ba69, // BOOTLOADER_BOARD_ID = 0x3f05ba69
208, 0x239a0034, // BOOTLOADER_BOARD_ID = 0x239a0034
209, 0x55114460, // UF2_FAMILY = ATSAMD51
210, 0x20, // PINS_PORT_SIZE = PA_32
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Expand All @@ -106,4 +106,3 @@ const uint32_t config_data[] = {
#endif

#endif

3 changes: 1 addition & 2 deletions boards/arcade_pygamer/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const uint32_t config_data[] = {
200, 0x5, // NUM_NEOPIXELS = 5
204, 0x80000, // FLASH_BYTES = 0x80000
205, 0x30000, // RAM_BYTES = 0x30000
208, 0x2dd7a88c, // BOOTLOADER_BOARD_ID = 0x2dd7a88c
208, 0x239a003d, // BOOTLOADER_BOARD_ID = 0x239a003d
209, 0x55114460, // UF2_FAMILY = ATSAMD51
210, 0x20, // PINS_PORT_SIZE = PA_32
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Expand All @@ -110,4 +110,3 @@ const uint32_t config_data[] = {
#endif

#endif

0 comments on commit 6ef421e

Please sign in to comment.