skip freertos example for cxd56 msp430 and fomu

This commit is contained in:
hathach 2020-04-07 16:23:27 +07:00
parent ccfc058646
commit aff52919d6
4 changed files with 2 additions and 2 deletions

View File

@ -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 = []