diff options
| author | Ha Thach <[email protected]> | 2026-01-26 13:19:20 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-26 13:19:20 +0700 |
| commit | dc00f3536f7f636ffea639430faa2d828317137c (patch) | |
| tree | 409aa8e4fd271bc2b261818f77d1dc62c0877db7 | |
| parent | fba582ae2fe7881dcc428e238a5235050ed01e3f (diff) | |
| parent | d1647044ff95f0edeb4d26011834a9fdfb7585a9 (diff) | |
Merge pull request #3470 from membrowse/fix/membrowse-targets
ci: membrowse fix targets file
| -rw-r--r-- | .github/membrowse-targets.json | 8 |
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" }, { |
