Skip to content

Commit 6ef421e

Browse files
authored
Merge pull request #71 from dhalbert/pid-vid-bootloader_board_id
Change BOOTLOADER_BOARD_ID to be USB VID+PID
2 parents 93da06e + 6c33d79 commit 6ef421e

5 files changed

Lines changed: 5 additions & 11 deletions

File tree

boards/arcade_feather_m4/board_config.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const uint32_t config_data[] = {
9090
200, 0x1, // NUM_NEOPIXELS = 1
9191
204, 0x80000, // FLASH_BYTES = 0x80000
9292
205, 0x30000, // RAM_BYTES = 0x30000
93-
208, 0x2b9e3d05, // BOOTLOADER_BOARD_ID = 0x2b9e3d05
93+
208, 0x239a0022, // BOOTLOADER_BOARD_ID = 0x239a0022
9494
209, 0x55114460, // UF2_FAMILY = ATSAMD51
9595
210, 0x20, // PINS_PORT_SIZE = PA_32
9696
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,
@@ -101,6 +101,3 @@ const uint32_t config_data[] = {
101101
#endif
102102

103103
#endif
104-
105-
106-

boards/arcade_itsybitsy_m4/board_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const uint32_t config_data[] = {
9595
201, 0x1, // NUM_DOTSTARS = 1
9696
204, 0x80000, // FLASH_BYTES = 0x80000
9797
205, 0x30000, // RAM_BYTES = 0x30000
98-
208, 0x7a236324, // BOOTLOADER_BOARD_ID = 0x7a236324
98+
208, 0x239a002b, // BOOTLOADER_BOARD_ID = 0x239a002b
9999
209, 0x55114460, // UF2_FAMILY = ATSAMD51
100100
210, 0x20, // PINS_PORT_SIZE = PA_32
101101
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,

boards/arcade_pybadge/board_config.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const uint32_t config_data[] = {
9999
200, 0x5, // NUM_NEOPIXELS = 5
100100
204, 0x80000, // FLASH_BYTES = 0x80000
101101
205, 0x30000, // RAM_BYTES = 0x30000
102-
208, 0x75fdeb5f, // BOOTLOADER_BOARD_ID = 0x75fdeb5f
102+
208, 0x239a0033, // BOOTLOADER_BOARD_ID = 0x239a0033
103103
209, 0x55114460, // UF2_FAMILY = ATSAMD51
104104
210, 0x20, // PINS_PORT_SIZE = PA_32
105105
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,
@@ -110,4 +110,3 @@ const uint32_t config_data[] = {
110110
#endif
111111

112112
#endif
113-

boards/arcade_pybadge_lc/board_config.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const uint32_t config_data[] = {
9595
200, 0x1, // NUM_NEOPIXELS = 1
9696
204, 0x80000, // FLASH_BYTES = 0x80000
9797
205, 0x30000, // RAM_BYTES = 0x30000
98-
208, 0x3f05ba69, // BOOTLOADER_BOARD_ID = 0x3f05ba69
98+
208, 0x239a0034, // BOOTLOADER_BOARD_ID = 0x239a0034
9999
209, 0x55114460, // UF2_FAMILY = ATSAMD51
100100
210, 0x20, // PINS_PORT_SIZE = PA_32
101101
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,
@@ -106,4 +106,3 @@ const uint32_t config_data[] = {
106106
#endif
107107

108108
#endif
109-

boards/arcade_pygamer/board_config.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const uint32_t config_data[] = {
9999
200, 0x5, // NUM_NEOPIXELS = 5
100100
204, 0x80000, // FLASH_BYTES = 0x80000
101101
205, 0x30000, // RAM_BYTES = 0x30000
102-
208, 0x2dd7a88c, // BOOTLOADER_BOARD_ID = 0x2dd7a88c
102+
208, 0x239a003d, // BOOTLOADER_BOARD_ID = 0x239a003d
103103
209, 0x55114460, // UF2_FAMILY = ATSAMD51
104104
210, 0x20, // PINS_PORT_SIZE = PA_32
105105
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,
@@ -110,4 +110,3 @@ const uint32_t config_data[] = {
110110
#endif
111111

112112
#endif
113-

0 commit comments

Comments
 (0)