adding msc Start Stop to buitin command, but not complate yet

add tud_msc_start_stop_cb() as optional callback
This commit is contained in:
hathach
2019-05-06 16:48:50 +07:00
parent efefbd3a4e
commit 6e4dc2f23d
6 changed files with 81 additions and 17 deletions

View File

@@ -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