OVMS3-idf/components/driver
Michael (XIAO Xufeng) c9edf16376 mcpwm: decrease test time
cherry-pick 538540ce
2020-02-21 22:39:12 +08:00
..
include/driver Bugfix(LEDC): Add missing ledc_set_pin declaration in led.h 2020-01-17 10:26:15 +08:00
test mcpwm: decrease test time 2020-02-21 22:39:12 +08:00
adc1_i2s_private.h driver(i2s): fix broken i2s adc mode 2018-02-07 17:17:20 +08:00
can.c CAN: Fix critical section compliance 2019-11-01 12:05:12 +08:00
CMakeLists.txt esp_ringbuf: move ringbuf to seperate component 2018-09-17 17:04:57 +05:30
component.mk build system: Refactor component.mk to not need component_common.mk 2016-11-10 15:52:22 +11:00
gpio.c bugfix(GPIO): Fixed the bug that GPIO enables interrupts on one core, 2019-08-06 03:20:11 +00:00
i2c.c i2c: Fix ticks_to_wait when 0 or time expired 2019-10-21 07:32:25 +00:00
i2s.c bugfix(driver): fix i2s and timergroup some issues 2019-12-31 14:48:44 +08:00
Kconfig Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
ledc.c driver(ledc): fix ledc fade API and update the register header file 2019-01-12 00:56:38 +08:00
mcpwm.c mcpwm: fix the fault handling and capture issues 2020-02-21 22:39:11 +08:00
pcnt.c pcnt/driver: Add module reset before enabling 2019-10-11 19:13:44 +08:00
periph_ctrl.c periph_ctrl: port*_CRITICAL vanilla FreeRTOS compliance 2019-06-25 04:33:32 +00:00
rmt.c rmt/driver: Add module reset before enabling 2019-10-11 19:13:44 +08:00
rtc_module.c bugfix(driver): fix i2s and timergroup some issues 2019-12-31 14:48:44 +08:00
sdio_slave.c sdio_slave: fix the send_flush infinite loop issue 2019-08-20 16:25:58 +08:00
sdmmc_host.c sdmmc_host/driver: Add module reset before enabling 2019-10-11 19:13:44 +08:00
sdmmc_private.h sdmmc: implement partial DDR support 2018-08-30 13:11:54 +08:00
sdmmc_transaction.c sdmmc: implement partial DDR support 2018-08-30 13:11:54 +08:00
sdspi_crc.c Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
sdspi_crc.h Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
sdspi_host.c Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
sdspi_private.h Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
sdspi_transaction.c feature(sdio): allow to enable internal pullups of the SDIO host and slave as a debug feature 2018-06-14 12:04:22 +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-02-16 20:03:14 +08:00
spi_master.c Changed log level for spi_master 2019-08-05 05:34:11 +00:00
spi_slave.c spi: fix a possible concurrency issue 2019-06-19 12:44:24 +08:00
timer.c bugfix(driver): fix i2s and timergroup some issues 2019-12-31 14:48:44 +08:00
uart.c uart/driver: Add module reset before enabling 2019-10-11 19:13:44 +08:00