mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 21:17:06 +03:00
* Add files via upload * Update main.cpp * Update main.cpp * Update main.cpp * Update Helper.cpp * Update Helper.h * Update CMakeLists.txt * Update CMakeLists.txt * Update diskio_sdmmc_mh.c * Update diskio_sdmmc_mh.h * Update ff_mh.c * Update vfs_fat_sdmmc_mh.c * Update sdmmc_common_mh.h * Update sdmmc_common_mh.c * Update Helper.cpp * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update ff_mh.c --------- Co-authored-by: CaCO3 <caco3@ruinelli.ch>
12 lines
468 B
CMake
12 lines
468 B
CMake
idf_component_register(SRCS "sdmmc_cmd_mh.c"
|
|
"sdmmc_common_mh.c"
|
|
"sdmmc_init_mh.c"
|
|
"sdmmc_io_mh.c"
|
|
"sdmmc_mmc_mh.c"
|
|
"sdmmc_sd_mh.c"
|
|
INCLUDE_DIRS "." "include"
|
|
REQUIRES driver esp-fatfs
|
|
PRIV_REQUIRES soc)
|
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|