summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rogov Papernov <[email protected]>2026-01-25 09:37:02 +0000
committerMichael Rogov Papernov <[email protected]>2026-01-25 09:37:02 +0000
commitd1647044ff95f0edeb4d26011834a9fdfb7585a9 (patch)
tree409aa8e4fd271bc2b261818f77d1dc62c0877db7
parentfba582ae2fe7881dcc428e238a5235050ed01e3f (diff)
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
-rw-r--r--.github/membrowse-targets.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/membrowse-targets.json b/.github/membrowse-targets.json
index 5b76f9b55..05c90c74e 100644
--- a/.github/membrowse-targets.json
+++ b/.github/membrowse-targets.json
@@ -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"
},
{