mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-25 12:02:30 +00:00
add cdc_msc_freertos to ci
This commit is contained in:
parent
ba74223c2e
commit
4e6d464c7a
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -24,8 +24,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
example: ['board_test', 'cdc_dual_ports', 'cdc_msc', 'dfu_rt', 'hid_composite', 'hid_generic_inout',
|
example: ['board_test', 'cdc_dual_ports', 'cdc_msc', 'cdc_msc_freertos', 'dfu_rt',
|
||||||
'midi_test', 'msc_dual_lun', 'net_lwip_webserver', 'usbtmc', 'webusb_serial']
|
'hid_composite', 'hid_generic_inout', 'midi_test', 'msc_dual_lun', 'net_lwip_webserver',
|
||||||
|
'usbtmc', 'webusb_serial']
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
|
@ -19,9 +19,6 @@ else:
|
|||||||
for entry in os.scandir("examples/device"):
|
for entry in os.scandir("examples/device"):
|
||||||
if entry.is_dir():
|
if entry.is_dir():
|
||||||
all_examples.append(entry.name)
|
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()
|
all_examples.sort()
|
||||||
|
|
||||||
# 2nd Argument is Board, build all boards if not existed
|
# 2nd Argument is Board, build all boards if not existed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user