Skip to content

Commit f81e2c0

Browse files
committed
change CI target
1 parent 7ff336f commit f81e2c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/build_board_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
sys.path.append("adabot")
1313
import adabot.github_requests as github
1414

15-
SUPPORTED_PORTS = ["nrf", "atmel-samd", "stm32f4", "cxd56", "mimxrt10xx"]
15+
SUPPORTED_PORTS = ["nrf", "atmel-samd", "stm", "cxd56", "mimxrt10xx"]
1616

1717
BIN = ('bin',)
1818
UF2 = ('uf2',)
@@ -29,7 +29,7 @@
2929
extension_by_port = {
3030
"nrf": UF2,
3131
"atmel-samd": UF2,
32-
"stm32f4": BIN,
32+
"stm": BIN,
3333
"cxd56": SPK,
3434
"mimxrt10xx": HEX_UF2,
3535
}

0 commit comments

Comments
 (0)