esp-idf/components/driver
morris af42ec93e8 timer_group: fix intr_enable
timer group interrupt enable is controled by level_int_ena instead of int_ena

Closes https://github.com/espressif/esp-idf/issues/5103
2020-04-28 12:45:24 +08:00
..
include/driver Fix typo with sigmadelta.h #ifdef 2020-04-28 12:45:15 +08:00
test driver: Add uart and i2c UTs to check ticks_to_wait in some functions 2019-06-14 12:31:43 +08:00
CMakeLists.txt cmake: make main a component again 2018-09-13 11:13:27 +08:00
Kconfig spi: fix the crash when callbacks are not in the IRAM 2018-12-05 10:25:57 +08:00
adc1_i2s_private.h driver(i2s): fix broken i2s adc mode 2018-02-07 17:17:20 +08:00
component.mk
gpio.c driver(gpio): fixed digital gpio unable hold bug during deep-sleep for release/v3.1 . 2019-03-06 11:22:48 +08:00
i2c.c i2c: Fix ticks_to_wait when 0 or time expired 2019-06-14 12:31:43 +08:00
i2s.c bugfix(driver): fix i2s and timergroup some issues 2019-12-31 15:01:30 +08:00
ledc.c bugfix(ledc): fix bugs reported from unit-test and github. 2018-07-24 13:22:50 +08:00
mcpwm.c feature: add Motor Control PWM(mcpwm) driver 2017-05-12 15:47:59 +08:00
pcnt.c pcnt/driver: Add module reset before enabling 2019-10-11 19:45:08 +08:00
periph_ctrl.c aes/sha/mpi: Bugfix a use of shared registers. 2018-11-26 02:42:37 +00:00
rmt.c rmt/driver: Add module reset before enabling 2019-10-11 19:45:08 +08:00
rtc_module.c bugfix(driver): fix i2s and timergroup some issues 2019-12-31 15:01:30 +08:00
sdio_slave.c sdio_slave: fix the ret_queue crash issue when being reset by the master 2018-09-27 21:33:45 +08:00
sdmmc_host.c sdmmc_host/driver: Add module reset before enabling 2019-10-11 19:45:08 +08:00
sdmmc_private.h sdmmc: add peripheral driver and protocol layer 2017-01-09 04:51:24 +08:00
sdmmc_transaction.c sdmmc: enable host auto_stop only for certain commands 2018-07-19 10:23:58 +03:00
sdspi_crc.c driver: SD protocol driver for SPI peripheral 2017-07-20 13:43:07 +08:00
sdspi_crc.h driver: SD protocol driver for SPI peripheral 2017-07-20 13:43:07 +08:00
sdspi_host.c sdspi: handle delayed responses for data write commands 2018-04-26 10:04:44 +08:00
sdspi_private.h sdmmc: improve error handling during SPI mode init 2018-04-11 11:11:17 +08:00
sdspi_transaction.c sdmmc: improve error handling during SPI mode init 2018-04-11 11:11:17 +08:00
sigmadelta.c components/driver: 'const' all config calls. 2017-04-13 18:33:33 +01:00
spi_common.c spi: fix the bug of connecting SPI peripheral to read-only pins 2019-04-02 11:33:53 +08:00
spi_master.c spi: fix a possible concurrency issue 2019-06-11 13:02:21 +08:00
spi_slave.c spi: fix a possible concurrency issue 2019-06-11 13:02:21 +08:00
timer.c timer_group: fix intr_enable 2020-04-28 12:45:24 +08:00
uart.c uart/driver: Add module reset before enabling 2019-10-11 19:45:08 +08:00