update host/device_info to build with freertos for espressif board. Add hil test for host/device_info

This commit is contained in:
hathach
2024-11-12 19:00:00 +07:00
parent 65e741937a
commit e391e33492
7 changed files with 173 additions and 69 deletions

View File

@@ -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