summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-09-11 14:32:00 +0700
committerGitHub <[email protected]>2019-09-11 14:32:00 +0700
commite3996b7d45390f7eb8b4935a3c3e179d82f922e2 (patch)
tree2e0f643692a163444909a1ba62c5c35b20e3a0b3 /tools
parentc2e0f565e8c6712f1ed4b7b5ffaf5dd6a13c2e65 (diff)
parent7599541c1a33cc55b2a33fc160252e93811abe81 (diff)
Merge pull request #138 from hathach/develop
rename cdc_msc_hid to cdc_msc, hid has its own example hid_composite now
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 9c379d0dc..e327da221 100644
--- a/tools/build_all.py
+++ b/tools/build_all.py
@@ -19,9 +19,6 @@ for entry in os.scandir("examples/device"):
if entry.is_dir():
all_examples.append(entry.name)
-# mynewt has its own example repo
-all_examples.remove("cdc_msc_hid_mynewt")
-
# TODO update freeRTOS example to work with all boards (only nrf52840 now)
all_examples.remove("cdc_msc_hid_freertos")