added p4, seems to work well and enumerated

This commit is contained in:
hathach
2024-09-25 20:36:16 +07:00
parent 7e472fa3ca
commit 67e5577b42
9 changed files with 164 additions and 87 deletions

View File

@@ -8,4 +8,7 @@ string(TOUPPER ${IDF_TARGET} FAMILY_MCUS)
# Add example src and bsp directories
set(EXTRA_COMPONENT_DIRS "src" "${CMAKE_CURRENT_LIST_DIR}/boards" "${CMAKE_CURRENT_LIST_DIR}/components")
# set SDKCONFIG for each IDF Target
set(SDKCONFIG ${CMAKE_SOURCE_DIR}/sdkconfig.${IDF_TARGET})
include($ENV{IDF_PATH}/tools/cmake/project.cmake)