esp-idf/components/esp32/include/soc
Ivan Grokhotkov 5b5a4355e7 Merge branch 'feature/sd_driver_new' into 'master'
SDMMC peripheral driver, SD protocol driver, FATFS library, VFS integration

This MR contains:
- SDMMC host peripheral driver
- SD protocol driver in sdmmc component (can be extended to support MMC/eMMC and SPI based hosts)
- ChaN's FATFS library v0.12b
- VFS integration
- FAT access via VFS is thread-safe (unless same file is read/written/unlinked/renamed from different tasks)
- Support for POSIX directory-related functions in VFS (and in vfs_fatfs.c)
- unit test for the above
- Example
- API documentation

Will be done in other MRs:
- Support for spi_flash IO driver for FatFs
- SPI host driver and support for SPI mode commands in sdmmc component
- MMC/eMMC support in sdmmc component
- Support for slightly higher 53/26.6MHz clocks (currently I'm using 20MHz for DS and 40MHz for HS, instead of 25MHz/50MHz per standard), and arbitrary low clocks (e.g. 4MHz).

See merge request !353
2017-01-09 06:48:25 +08:00
..
bb_reg.h Initial public version 2016-08-17 23:08:22 +08:00
boot_mode.h Initial public version 2016-08-17 23:08:22 +08:00
cpu.h Merge branch 'feature/print_halt_abort' into 'master' 2017-01-03 13:44:34 +08:00
dport_reg.h hwcrypto: Fixes for disabling one hardware unit causing reset of a different unit 2016-11-22 20:42:38 +11:00
efuse_reg.h esp32: efuse_reg add bit values for read & write disable flags 2016-11-02 10:41:59 +11:00
emac_ex_reg.h ethernet: add first version of ethernet driver 2016-12-01 19:17:48 +08:00
emac_reg_v2.h ethernet: add first version of ethernet driver 2016-12-01 19:17:48 +08:00
frc_timer_reg.h conver tabs to spaces in frc_timer_reg.h 2016-11-03 17:44:23 +08:00
gpio_reg.h add gpio driver code 2016-09-19 17:33:21 +08:00
gpio_sd_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
gpio_sd_struct.h add gpio driver code 2016-09-19 17:33:21 +08:00
gpio_sig_map.h Add SPI Master driver, example, test and docs 2017-01-06 14:20:32 +08:00
gpio_struct.h add gpio driver code 2016-09-19 17:33:21 +08:00
hwcrypto_reg.h hwcrypto: Fixes for disabling one hardware unit causing reset of a different unit 2016-11-22 20:42:38 +11:00
i2c_reg.h 1. modify i2c_set_pin function 2017-01-03 00:57:19 +08:00
i2c_struct.h 1. modify i2c_set_pin function 2017-01-03 00:57:19 +08:00
i2s_reg.h modify i2s_reg.h, rebase to master 2016-09-14 13:47:28 +08:00
i2s_struct.h add gpio driver code 2016-09-19 17:33:21 +08:00
io_mux_reg.h Amend gpio driver to work around SoC bug with some pullups/pulldowns in the GPIO peripheral; mark existing function that does not always work as deprecated 2016-11-15 10:29:52 +08:00
ledc_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
ledc_struct.h components/driver: modify LEDC driver 2016-09-26 09:56:03 +08:00
pcnt_reg.h driver: improve pulse counter code 2016-11-24 12:01:21 +08:00
pcnt_struct.h driver: Add PCNT code 2016-11-21 18:17:07 +08:00
pid.h Initial public version 2016-08-17 23:08:22 +08:00
rmt_reg.h add RMT driver and example 2016-11-22 00:57:19 +08:00
rmt_struct.h add RMT driver and example 2016-11-22 00:57:19 +08:00
rtc_cntl_reg.h newlib: implement time syscalls 2016-11-02 17:31:35 +08:00
rtc_io_reg.h driver: add rtc module and bugfix gpio32 gpio33 2016-12-07 15:56:13 +08:00
sdmmc_reg.h sdmmc: add peripheral driver and protocol layer 2017-01-09 04:51:24 +08:00
sdmmc_struct.h sdmmc: add peripheral driver and protocol layer 2017-01-09 04:51:24 +08:00
sens_reg.h driver: add rtc module and bugfix gpio32 gpio33 2016-12-07 15:56:13 +08:00
soc.h Merge branch 'feature/sd_driver_new' into 'master' 2017-01-09 06:48:25 +08:00
spi_reg.h Add SPI Master driver, example, test and docs 2017-01-06 14:20:32 +08:00
spi_struct.h Add SPI Master driver, example, test and docs 2017-01-06 14:20:32 +08:00
syscon_reg.h bootloader: Enable early boot RNG entropy source 2017-01-04 17:07:12 +11:00
syscon_struct.h bootloader: Enable early boot RNG entropy source 2017-01-04 17:07:12 +11:00
timer_group_reg.h Move write key and stage action select constants into headers 2016-10-26 14:54:50 +08:00
timer_group_struct.h add gpio driver code 2016-09-19 17:33:21 +08:00
uart_reg.h Add UART driver 2016-10-24 09:17:10 +08:00
uart_struct.h Merge branch 'driver_merge_tmp/fix_fifo_struct_header' into 'master' 2016-09-22 11:39:16 +08:00
uhci_reg.h modify character conversion error and typo 2016-09-14 13:47:28 +08:00
uhci_struct.h add gpio driver code 2016-09-19 17:33:21 +08:00
wdev_reg.h Flash encryption: Support enabling flash encryption in bootloader, app support 2016-12-01 23:49:12 -08:00