mch2022-template-app/components/mch2022-bsp/CMakeLists.txt
2022-04-23 04:00:55 +02:00

13 lines
255 B
CMake

idf_component_register(
SRCS "hardware.c" "rp2040.c"
INCLUDE_DIRS "."
REQUIRES
"appfs"
"bus-i2c"
"i2c-bno055"
"pax-graphics"
"renze-graphics"
"sdcard"
"spi-ice40"
"spi-ili9341"
)