esp-idf/components/driver
Angus Gratton 4297c337f9 esp32: Add IO_MUX_GPIOxx register names to match iomux names used in TRM
The TRM describes IOMUX registers are IO_MUX_x_REG for x in GPIO0-39.

Until now ESP-IDF describes them as PERIPHS_IO_MUX_(pinname)_U

This commit adds additional IOMUX register names which match the ones used in the TRM.
2018-01-30 17:09:37 +08:00
..
include/driver esp32: Add IO_MUX_GPIOxx register names to match iomux names used in TRM 2018-01-30 17:09:37 +08:00
test
component.mk
gpio.c esp32: Add IO_MUX_GPIOxx register names to match iomux names used in TRM 2018-01-30 17:09:37 +08:00
i2c.c Fix regression in i2c_master_read() which rejected all data lenths. 2017-12-28 14:54:15 +01:00
i2s.c
ledc.c
mcpwm.c
pcnt.c
periph_ctrl.c
rmt.c rmt: Add void * argument for end-of-transmission callback 2018-01-05 17:31:59 +11:00
rtc_module.c
sdmmc_host.c
sdmmc_private.h
sdmmc_transaction.c
sdspi_crc.c
sdspi_crc.h
sdspi_host.c
sdspi_private.h
sdspi_transaction.c
sigmadelta.c
spi_common.c chore(spi): add log to show native pins or not when configure pins. 2017-12-28 12:03:29 +08:00
spi_master.c fix(spi_master): fix the logic in the ISR to prevent re-config registers when device is not changed. 2017-12-28 12:03:29 +08:00
spi_slave.c
timer.c
uart.c bugfix(uart): patten detect function 2018-01-22 13:33:51 +08:00