update esp32 to also be supported by hil test

test run locally well
This commit is contained in:
hathach
2023-11-29 17:09:52 +07:00
parent 9c9ebb342d
commit 83840041a8
18 changed files with 99 additions and 33 deletions

View File

@@ -30,6 +30,7 @@ def filter_with_input(mylist):
# Build all examples if not specified
all_examples = [entry.replace('examples/', '') for entry in glob.glob("examples/*/*_freertos")]
filter_with_input(all_examples)
all_examples.append('device/board_test')
all_examples.sort()
# Build all boards if not specified