Просмотр исходного кода

skip freertos example for cxd56 msp430 and fomu

hathach 5 лет назад
Родитель
Сommit
aff52919d6

+ 0 - 0
examples/device/hid_composite_freertos/.skip.MCU_CXD56


+ 0 - 0
examples/device/hid_composite_freertos/.skip.MCU_MSP430x5xx


+ 0 - 0
examples/device/hid_composite_freertos/.skip.MCU_VALENTYUSB_EPTRI


+ 2 - 2
tools/build_all.py

@@ -11,8 +11,8 @@ exit_status = 0
 
 total_time = time.monotonic()
 
-build_format = '| {:20} | {:30} | {:9} | {:7} | {:6} | {:6} |'
-build_separator = '-' * 97
+build_format = '| {:23} | {:30} | {:9} | {:7} | {:6} | {:6} |'
+build_separator = '-' * 100
 
 # 1st Argument is Example, build all examples if not existed
 all_examples = []