wanlei
|
7cd75c1075
|
feat(spi_slave): add p4 hp spi slave driver support
|
2023-10-30 12:51:56 +08:00 |
|
wanlei
|
00fcdce725
|
feat(spi_master): p4 add master driver supported
|
2023-10-08 14:45:12 +08:00 |
|
morris
|
e8847a176f
|
refactor(intr): add namespace for intr_cpu_id_t
previously the intr_types.h doesn't have a namespace,
it has the risk of introduing conflict in user's project.
|
2023-09-06 09:50:41 +08:00 |
|
wanlei
|
f62b025f93
|
fix(spi_master): polling_transmit forgot release bus lock when alloc DMA buffer failed
Close https://github.com/espressif/esp-idf/issues/11845
|
2023-08-24 02:09:08 +00:00 |
|
sonika.rathi
|
b8c3a3aeee
|
Added support for write protection polarity for SDCard
Closes https://github.com/espressif/esp-idf/issues/11208
|
2023-06-28 13:20:36 +02:00 |
|
Wang Fang
|
b4a9078f98
|
docs: update the description for check_speed_hz
|
2023-05-23 11:44:47 +08:00 |
|
Armando
|
01a3d79b6f
|
sdmmc: support tuning input delay on esp32s3
|
2023-05-11 12:25:22 +00:00 |
|
Armando
|
0e72940001
|
spi: added an API to get max transaction length and use in spi lcd driver
|
2023-05-04 11:37:23 +08:00 |
|
Ivan Grokhotkov
|
7524f40b21
|
sdmmc: keep clock enabled for the duration of ACMD41
SD specification requires that card clock is not disabled until the
card is idle, following ACMD41 command.
|
2023-03-27 14:09:02 +02:00 |
|
Armando
|
b96c370ab8
|
esp_hw_support: move driver/intr_types.h to esp_hw_support to make it available to all g1+ components
|
2023-02-15 19:52:06 +08:00 |
|
Kevin (Lao Kaiyao)
|
421e5e6416
|
Merge branch 'refactor/pack_driver_source_files' into 'master'
components/driver: pack peripherals
See merge request espressif/esp-idf!22173
|
2023-02-07 10:20:57 +08:00 |
|
laokaiyao
|
f27cd67c00
|
driver: pack peripherals
|
2023-02-02 18:19:58 +08:00 |
|