diff options
| author | hathach <[email protected]> | 2020-04-07 16:23:27 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-07 16:23:27 +0700 |
| commit | aff52919d6aaa8e46e7b2a73fd48dce707aa759e (patch) | |
| tree | 96e7b558ee7e778346095c120c0a18106ef226e9 | |
| parent | ccfc058646ef214836de3186b4e48ef22e4117c9 (diff) | |
skip freertos example for cxd56 msp430 and fomu
4 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/hid_composite_freertos/.skip.MCU_CXD56 b/examples/device/hid_composite_freertos/.skip.MCU_CXD56 new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/examples/device/hid_composite_freertos/.skip.MCU_CXD56 diff --git a/examples/device/hid_composite_freertos/.skip.MCU_MSP430x5xx b/examples/device/hid_composite_freertos/.skip.MCU_MSP430x5xx new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/examples/device/hid_composite_freertos/.skip.MCU_MSP430x5xx diff --git a/examples/device/hid_composite_freertos/.skip.MCU_VALENTYUSB_EPTRI b/examples/device/hid_composite_freertos/.skip.MCU_VALENTYUSB_EPTRI new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/examples/device/hid_composite_freertos/.skip.MCU_VALENTYUSB_EPTRI 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 = [] |
