17 Commits

Author SHA1 Message Date
ivmarkov
8198761ecf More fixes for the SD card driver under ESP-IDF 6 2025-08-13 09:12:47 +00:00
ivmarkov
5d4b98795e Fix the SD card driver for ESP-IDF 6 2025-08-13 08:54:06 +00:00
ivmarkov
a67bf2fd3d
Compatibility with ESP-IDF 5.4.x, 5.5.x and master (#541)
* Compatibility with ESP-IDF 4.x, 5.x and master

* Run main CI againzst released ESP-IDF
2025-08-13 09:02:33 +03:00
ivmarkov
5c547a40dc Fix the CI on master 2025-01-30 20:02:12 +00:00
ivmarkov
338b099758 Fix the CI on master 2025-01-30 19:21:59 +00:00
ivmarkov
cb9829aa62 Fix the CI on master 2025-01-30 18:50:51 +00:00
ivmarkov
357dd2acd1 Fix the CI on master 2025-01-30 17:08:16 +00:00
Srijan Verma
c11f078b9b
Fix #509 missing sdspi_host_get_dma_info (#510)
* Fixed sd card not initiating

* Fixed sd card not initiating
2025-01-13 11:45:39 +02:00
Fang-Pen Lin
3972bf35bc
Fix #507 - add missing sdmmc_host_get_dma_info for sdcard driver (#508)
* Add missing sdmmc_host_get_dma_info for sdcard driver

* Add change logs
2025-01-08 09:33:54 +02:00
ivmarkov
99d664c349 ESP-IDF V5.4 support 2025-01-01 16:13:25 +00:00
ivmarkov
89e2a7bd2b ESP-IDF V5.4 support 2025-01-01 15:34:58 +00:00
ivmarkov
e1543e23c8 ESP-IDF V5.4 support 2025-01-01 13:14:17 +00:00
ivmarkov
72f6448c64 Fix no_std build 2024-08-05 21:46:52 +00:00
ivmarkov
ba95e728f5 Fix the build; enable the experimental features in CI 2024-08-05 21:27:46 +00:00
ivmarkov
c83cbe6b66 Fix the build; enable the experimental features in CI 2024-08-05 21:19:20 +00:00
ivmarkov
b186a3be4c Bugfix: sdmmc_card_t needs to be boxed, because ESP IDF takes long living references to it in the VFS layer 2024-08-05 07:39:28 +00:00
ivmarkov
d04dcf5880
SD Card driver; SD Card host drivers (SPI and SDMMC) (#457)
* SD Card driver; SD Card host drivers (SPI and SDMMC)

* fmt

* fix typo

* Fix riscv32 build

* Better names for the GPIO matrix constructors

* Fix CI for esp32s3 and esp32p4

* Fix CI for esp32s3 and esp32p4

* SD-MMC finally works

* Address feedback from code review
2024-07-23 09:58:41 +03:00