summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-05-06 16:48:50 +0700
committerhathach <[email protected]>2019-05-06 16:48:50 +0700
commit6e4dc2f23dd6fe7725b145f49b49116859916b5c (patch)
treee208050ed7987977b03c32607e4c54a1c819f6fe /tools
parentefefbd3a4ef9d867d4aaa05e3c06e51b441aca6e (diff)
adding msc Start Stop to buitin command, but not complate yet
add tud_msc_start_stop_cb() as optional callback
Diffstat (limited to 'tools')
-rw-r--r--tools/build_all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_all.py b/tools/build_all.py
index 002b3002b..37ca1443a 100644
--- a/tools/build_all.py
+++ b/tools/build_all.py
@@ -46,7 +46,7 @@ for example in all_device_example:
# FreeRTOS example
#example = 'cdc_msc_hid_freertos'
#board = 'pca10056'
-#subprocess.run("make -j2 -C examples/device/{} BOARD={} clean all".format(example, board), shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
+#build_example(example, board)
total_time = time.monotonic() - total_time