mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-29 12:31:03 +00:00
15 lines
277 B
CMake
15 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"
|
||
|
)
|