Skip to content

Commit 0068baf

Browse files
committed
Add MIMXRT10XX port to release build
1 parent 13e0cba commit 0068baf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/build_board_info.py

Lines changed: 2 additions & 1 deletion
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"]
15+
SUPPORTED_PORTS = ["nrf", "atmel-samd", "stm32f4", "cxd56", "mimxrt10xx"]
1616

1717
BIN = ('bin',)
1818
UF2 = ('uf2',)
@@ -26,6 +26,7 @@
2626
"atmel-samd": UF2,
2727
"stm32f4": BIN,
2828
"cxd56": SPK,
29+
"mimxrt10xx": UF2,
2930
}
3031

3132
# Per board overrides

0 commit comments

Comments
 (0)