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:
Michael Rogov Papernov
2026-01-25 09:37:02 +00:00
parent fba582ae2f
commit d1647044ff

View File

@ -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"
},
{