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

@@ -0,0 +1,4 @@
# This file is for ESP-IDF only
idf_component_register(SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES boards tinyusb_src)