summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-11-29 17:09:52 +0700
committerhathach <[email protected]>2023-11-29 17:09:52 +0700
commit83840041a86d3893dc66e9a39cdace78158da011 (patch)
tree90d5fda99c5296311f316a9ca7466ce994753c6d /tools
parent9c9ebb342d2d3cb0396ff4ad8c7b09acd2aee75e (diff)
update esp32 to also be supported by hil test
test run locally well
Diffstat (limited to 'tools')
-rw-r--r--tools/build_esp32.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build_esp32.py b/tools/build_esp32.py
index 1f73d3b22..951467c23 100644
--- a/tools/build_esp32.py
+++ b/tools/build_esp32.py
@@ -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