mirror of
https://github.com/hathach/tinyusb.git
synced 2026-03-04 22:56:10 +00:00
fix membrowse targets to match CI-built boards
The stm32h7 and samd5x_e5x targets were configured with boards that aren't built by CI (which uses --one-first flag). This caused the membrowse workflow to run in identical mode and fail on upload. - stm32h7: daisyseed → stm32h743eval - samd5x_e5x: d5035_01 → metro_m4_express
This commit is contained in:
8
.github/membrowse-targets.json
vendored
8
.github/membrowse-targets.json
vendored
@ -330,9 +330,9 @@
|
||||
},
|
||||
{
|
||||
"port": "samd5x_e5x",
|
||||
"board": "d5035_01",
|
||||
"board": "metro_m4_express",
|
||||
"toolchain": "arm-none-eabi-gcc-14",
|
||||
"ld": "hw/bsp/samd5x_e5x/boards/d5035_01/same51j19a_flash.ld",
|
||||
"ld": "hw/bsp/samd5x_e5x/boards/metro_m4_express/metro_m4_express.ld",
|
||||
"example": "cdc_msc"
|
||||
},
|
||||
{
|
||||
@ -414,9 +414,9 @@
|
||||
},
|
||||
{
|
||||
"port": "stm32h7",
|
||||
"board": "daisyseed",
|
||||
"board": "stm32h743eval",
|
||||
"toolchain": "arm-none-eabi-gcc-14",
|
||||
"ld": "hw/bsp/stm32h7/boards/daisyseed/stm32h750ibkx_ram.ld",
|
||||
"ld": "hw/bsp/stm32h7/linker/stm32h743xx_flash.ld",
|
||||
"example": "cdc_msc"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user