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