mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-28 00:51:25 +02:00
6 lines
188 B
CMake
Executable File
6 lines
188 B
CMake
Executable File
idf_component_register(
|
|
SRCS ${INTERNAL_SOURCES}
|
|
INCLUDE_DIRS . fs rng usb led ../mbedtls/include ../tinycbor/src
|
|
REQUIRES bootloader_support esp_partition esp_tinyusb efuse
|
|
)
|