summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWilliam D. Jones <[email protected]>2019-09-11 14:14:02 -0400
committerWilliam D. Jones <[email protected]>2019-09-11 14:14:02 -0400
commit6b79f399a1ed46c35ca79fbd9213236ba0172bea (patch)
tree130d801d38c2f4ede97e5cf212614b526207ad01 /tools
parentfc10ff2f056684eb570b74f51e10bf21adbf5805 (diff)
parent2683d60b3310a97d657bbe9898313352251b338a (diff)
Merge branch 'master' of https://github.com/hathach/tinyusb into pyboard
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")