summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2020-03-11 12:50:41 +0700
committerGitHub <[email protected]>2020-03-11 12:50:41 +0700
commita0eb8a26517040850a0e4185aef398183b04ddc7 (patch)
tree106767d1dccbb015966c98e8792b9da9d1021af9 /tools
parent41d9ab5056c63dc0ecf4b60d55a5f653b561a0c5 (diff)
parent5fa1e6e242f08d340a46b9a8c885b8495dbe2c76 (diff)
Merge pull request #297 from hathach/develop
Added cdc_msc_freertos example to ci build
Diffstat (limited to 'tools')
-rw-r--r--tools/build_all.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/build_all.py b/tools/build_all.py
index 4f3e28747..08964bb76 100644
--- a/tools/build_all.py
+++ b/tools/build_all.py
@@ -19,9 +19,6 @@ else:
for entry in os.scandir("examples/device"):
if entry.is_dir():
all_examples.append(entry.name)
-
- # TODO update freeRTOS example to work with all boards (only nrf52840 now)
- all_examples.remove("cdc_msc_hid_freertos")
all_examples.sort()
# 2nd Argument is Board, build all boards if not existed