diff options
| author | arturo182 <arturo182@tlen.pl> | 2020-01-06 21:33:44 +0100 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2020-01-06 21:33:44 +0100 |
| commit | 0068bafbb63290eb17db78e81759fa4aa1799951 (patch) | |
| tree | ed2c8d06adaad111bf32e86cd8b9d7b22cbc6018 /tools | |
| parent | 13e0cba6f18c1b569cf014fb4e3f0156ba63622e (diff) | |
Add MIMXRT10XX port to release build
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build_board_info.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/build_board_info.py b/tools/build_board_info.py index 7c4484a65..d583fc63f 100644 --- a/tools/build_board_info.py +++ b/tools/build_board_info.py @@ -12,7 +12,7 @@ from sh.contrib import git sys.path.append("adabot") import adabot.github_requests as github -SUPPORTED_PORTS = ["nrf", "atmel-samd", "stm32f4", "cxd56"] +SUPPORTED_PORTS = ["nrf", "atmel-samd", "stm32f4", "cxd56", "mimxrt10xx"] BIN = ('bin',) UF2 = ('uf2',) @@ -26,6 +26,7 @@ extension_by_port = { "atmel-samd": UF2, "stm32f4": BIN, "cxd56": SPK, + "mimxrt10xx": UF2, } # Per board overrides |
