add cdc_msc_freertos to ci

This commit is contained in:
hathach
2020-03-11 10:25:46 +07:00
parent ba74223c2e
commit 4e6d464c7a
2 changed files with 3 additions and 5 deletions

View File

@@ -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