OVMS3-idf/components/driver
Darian Leung 09ae962c33 can: Add support for lower bit rates
This commit adds support for lower bit rates in the CAN Driver for
ESP32 Rev 2 or later chips.
2019-12-16 07:45:59 +00:00
..
include/driver can: Add support for lower bit rates 2019-12-16 07:45:59 +00:00
test driver: Add uart and i2c UTs to check ticks_to_wait in some functions 2019-10-16 15:18:31 +08:00
adc1_i2s_private.h driver(i2s): fix broken i2s adc mode 2018-02-07 17:17:20 +08:00
can.c can: Add support for lower bit rates 2019-12-16 07:45:59 +00: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-07-29 19:22:59 +08:00
i2c.c i2c: Fix ticks_to_wait when 0 or time expired 2019-10-16 15:18:31 +08:00
i2s.c i2s/driver: Add module reset before enabling 2019-10-16 05:49:26 +00:00
Kconfig spi: fix the crash when callbacks are not in the IRAM 2018-12-04 21:35:20 +08:00
ledc.c bugfix(ledc): fix bugs reported from unit-test and github. 2018-07-10 02:22:23 +08:00
mcpwm.c driver(mcpwm): Fix mcpwm api in mcpwm.c mismatch with mcpwm.h bug. 2018-06-22 12:26:43 +08:00
pcnt.c pcnt/driver: Add module reset before enabling 2019-10-16 05:49:26 +00:00
periph_ctrl.c aes/sha/mpi: Bugfix a use of shared registers. 2018-11-05 04:22:47 +00:00
rmt.c rmt/driver: Add module reset before enabling 2019-10-16 05:49:26 +00:00
rtc_module.c driver/gpio: support wakeup function for RTC IOs 2018-09-06 15:40:46 +08:00
sdio_slave.c sdio_slave: fix the send_flush infinite loop issue 2019-08-20 17:00:21 +08:00
sdmmc_host.c sdmmc_host/driver: Add module reset before enabling 2019-10-16 05:49:26 +00: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-04-01 18:39:02 +08:00
spi_master.c Changed log level for spi_master 2019-07-19 10:08:39 +05:30
spi_slave.c spi: fix a possible concurrency issue 2019-06-19 12:38:31 +08:00
timer.c Timer API docs update, refactored example 2017-10-27 07:13:59 +02:00
uart.c uart/driver: Add module reset before enabling 2019-10-16 05:49:26 +00:00