mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-16 05:42:56 +00:00
update build script
This commit is contained in:
parent
8a5bd30fa6
commit
d204ae27fa
@ -11,3 +11,9 @@ for example in all_device_example:
|
|||||||
for board in all_boards:
|
for board in all_boards:
|
||||||
subprocess.run("make -j2 -C examples/device/{} BOARD={} clean".format(example, board), shell=True)
|
subprocess.run("make -j2 -C examples/device/{} BOARD={} clean".format(example, board), shell=True)
|
||||||
subprocess.run("make -j2 -C examples/device/{} BOARD={} all".format(example, board), shell=True)
|
subprocess.run("make -j2 -C examples/device/{} BOARD={} all".format(example, board), shell=True)
|
||||||
|
|
||||||
|
# FreeRTOS example
|
||||||
|
example = 'cdc_msc_hid_freertos'
|
||||||
|
board = 'pca10056'
|
||||||
|
subprocess.run("make -j2 -C examples/device/{} BOARD={} clean".format(example, board), shell=True)
|
||||||
|
subprocess.run("make -j2 -C examples/device/{} BOARD={} all".format(example, board), shell=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user