esp-idf/components/sdmmc
Jakob Hasse 548022fbe6 refactor(linux): excluded all non-Linux components from build
* All components which won't build (yet) on Linux are excluded.
  This enables switching to Linux in an application without
  explicitly setting COMPONENTS to main in the main
  CMakeLists.txt.
* ESP Timer provides headers for Linux now
* automatically disabling LWIP in Kconfig if it is not available

doc(linux): brought section
  "Component Linux/Mock Support Overview" up to date
2023-10-16 17:06:54 +08:00
..
include sdmmc: read/write/erase return early on sector count == 0 2023-03-06 15:45:04 +01:00
test Added support for write protection polarity for SDCard 2023-06-28 13:20:36 +02:00
test_apps fix(ci): change build-test-rules files folder 2023-09-20 19:17:06 +08:00
CMakeLists.txt refactor(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +08:00
sdmmc_cmd.c sdmmc: incrementally increase delay of vTaskDelay 2023-05-18 05:33:25 +02:00
sdmmc_common.c sdmmc: support tuning input delay on esp32s3 2023-05-11 12:25:22 +00:00
sdmmc_common.h sdmmc: incrementally increase delay of vTaskDelay 2023-05-18 05:33:25 +02:00
sdmmc_init.c Add high speed mode switch validation check for MMC. 2022-04-28 15:23:21 +02:00
sdmmc_io.c sdmmc: sdio combination cards correct setup 2023-04-24 17:03:09 +02:00
sdmmc_mmc.c all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
sdmmc_sd.c sdmmc: incrementally increase delay of vTaskDelay 2023-05-18 05:33:25 +02:00