From 6e4dc2f23dd6fe7725b145f49b49116859916b5c Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 6 May 2019 16:48:50 +0700 Subject: adding msc Start Stop to buitin command, but not complate yet add tud_msc_start_stop_cb() as optional callback --- tools/build_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.3.1