mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
f6ca86c3dd
add -Wno-error=format for espressif wrap up cdc_msc_hid_freertos
9 lines
311 B
CMake
9 lines
311 B
CMake
set(hw_dir "${CMAKE_CURRENT_LIST_DIR}/../../../")
|
|
|
|
idf_component_register(SRCS family.c
|
|
INCLUDE_DIRS "." ${BOARD} ${hw_dir}
|
|
PRIV_REQUIRES "driver"
|
|
REQUIRES led_strip src tinyusb_src)
|
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-error=format)
|