mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2025-02-04 11:52:19 +00:00
13 lines
244 B
CMake
13 lines
244 B
CMake
idf_component_register(
|
|
SRCS "hardware.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES
|
|
"appfs"
|
|
"bus-i2c"
|
|
"i2c-bno055"
|
|
"pax-graphics"
|
|
"sdcard"
|
|
"spi-ice40"
|
|
"spi-ili9341"
|
|
"mch2022-rp2040"
|
|
)
|