diff options
| author | hathach <[email protected]> | 2020-03-11 10:25:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-03-11 10:25:46 +0700 |
| commit | 4e6d464c7a073fe0b330d5087ebc4671ea3c47a5 (patch) | |
| tree | 2ac9b868738c9ee2c7dc84226c905a5be3d07644 /tools | |
| parent | ba74223c2e93e95ac1479ed86379852adaf8141b (diff) | |
add cdc_msc_freertos to ci
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build_all.py | 3 |
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 |
