tested cdc_msc_hid_freertos with samd51

add -Wno-error=format for espressif
wrap up cdc_msc_hid_freertos
This commit is contained in:
hathach
2023-09-26 19:09:36 +07:00
parent a7c136c03f
commit f6ca86c3dd
16 changed files with 703 additions and 87 deletions

View File

@@ -70,3 +70,4 @@ idf_component_register(SRCS ${srcs}
)
target_compile_definitions(${COMPONENT_LIB} PUBLIC ${compile_definitions})
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-error=format)