diff options
| author | Ha Thach <[email protected]> | 2023-11-29 18:34:45 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-29 18:34:45 +0700 |
| commit | 0877a486cb26197ad2c031f61c1c285f29b85369 (patch) | |
| tree | 5cf4e635763155e1a5bc4774286a7220c352ca2a /tools | |
| parent | be4d65221bcf327093a4f6d74910c1efc2ec1c88 (diff) | |
| parent | c1dbeb55b4eaa3e0af07eb594147caed5e85f503 (diff) | |
Merge pull request #2356 from hathach/hil-esp32s3
update esp32 to also be supported by hil test
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build_esp32.py | 1 |
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 |
