initial commit
This commit is contained in:
23
components/port_bsp/CMakeLists.txt
Normal file
23
components/port_bsp/CMakeLists.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
idf_component_register(
|
||||
SRCS
|
||||
"i2c_bsp.cpp"
|
||||
"display_bsp.cpp"
|
||||
"sdcard_bsp.cpp"
|
||||
"./src/multi_button/multi_button.c"
|
||||
"button_bsp.c"
|
||||
"./codec_bsp.cpp"
|
||||
"./i2c_equipment.cpp"
|
||||
"./adc_bsp.cpp"
|
||||
PRIV_REQUIRES
|
||||
driver
|
||||
SensorLib
|
||||
esp_timer
|
||||
codec_board
|
||||
esp_adc
|
||||
REQUIRES
|
||||
esp_driver_sdmmc
|
||||
fatfs
|
||||
INCLUDE_DIRS
|
||||
"./"
|
||||
"./src/multi_button"
|
||||
EMBED_FILES "./pcm/canon.pcm")
|
||||
Reference in New Issue
Block a user