diff options
| author | Sean Cross <sean@xobs.io> | 2020-03-31 10:05:31 +0800 |
|---|---|---|
| committer | Sean Cross <sean@xobs.io> | 2020-03-31 10:21:00 +0800 |
| commit | 56ef51d3927eff75df5cc7b09ee5eaa02181bd89 (patch) | |
| tree | 608e9b9d4aeb0a12d3a809e1c480f98e842dbc95 /tools | |
| parent | 065441e58c5e56060e7cc690f284e1f12b442f1c (diff) | |
workflow: add litex_fomu to ci
This adds fomu and litex and fomu to build on ci. It requires downloading
a riscv toolchain.
Signed-off-by: Sean Cross <sean@xobs.io>
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 b64f734f8..dffbb33ff 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", "stm", "cxd56", "mimxrt10xx"] +SUPPORTED_PORTS = ["nrf", "atmel-samd", "stm", "cxd56", "mimxrt10xx", "litex"] BIN = ('bin',) UF2 = ('uf2',) @@ -32,6 +32,7 @@ extension_by_port = { "stm": BIN, "cxd56": SPK, "mimxrt10xx": HEX_UF2, + "litex": BIN, } # Per board overrides |
