From aff52919d6aaa8e46e7b2a73fd48dce707aa759e Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 7 Apr 2020 16:23:27 +0700 Subject: skip freertos example for cxd56 msp430 and fomu --- tools/build_all.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/build_all.py b/tools/build_all.py index c78192d63..25cdc9778 100644 --- a/tools/build_all.py +++ b/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 = [] -- cgit v1.3.1