mch2022-template-app/components/mch2022-bsp/CMakeLists.txt
2022-01-24 22:32:33 +01:00

14 lines
277 B
CMake

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