diff options
| author | hathach <[email protected]> | 2024-11-12 19:00:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-11-12 19:00:00 +0700 |
| commit | e391e33492b0051d4961909d0763f44918ab8048 (patch) | |
| tree | 3dfdd18b9aff65d1b9e28fe4761c0e8f0ecfe2a9 /tools | |
| parent | 65e741937a4a6e5849f76fa94eca3daec63dbb4a (diff) | |
update host/device_info to build with freertos for espressif board. Add hil test for host/device_info
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/build.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build.py b/tools/build.py index 91d4ebd30..48666adc4 100755 --- a/tools/build.py +++ b/tools/build.py @@ -68,6 +68,7 @@ def get_examples(family): if family == 'espressif': all_examples.append('device/board_test') all_examples.append('device/video_capture') + all_examples.append('host/device_info') all_examples.sort() return all_examples |
