OVMS3-idf/components/driver
morris c159984264 separate rom from esp32 component to esp_rom
1. separate rom include files and linkscript to esp_rom
2. modefiy "include rom/xxx.h" to "include esp32/rom/xxx.h"
3. Forward compatible
4. update mqtt
2019-03-21 18:51:45 +08:00
..
include/driver separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
test separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +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 functions to clear queues and fix multiple bugs 2019-02-18 21:31:33 +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 gpio/driver: Sped the gpio_intr_service ISR up by 1.5 uSeconds (+-50% faster). 2019-03-13 13:50:43 +00:00
i2c.c Merge branch 'power_management/i2s+i2c' into 'master' 2019-03-19 17:27:59 +08:00
i2s.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +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 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: Sped the pcnt_intr_service ISR 2019-03-13 13:50:43 +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: Sped the rmt_driver_isr_default ISR 2019-03-13 13:50:43 +00:00
rtc_module.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
sdio_slave.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
sdmmc_host.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +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 separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +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 separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
spi_master.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
spi_slave.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
timer.c driver(timer_group): fixed bug that init hw_timer caused cresh after system soft reset 2018-12-18 13:10:15 +08:00
uart.c move esp32 chip specific includes to esp32/xxx.h 2019-03-18 17:14:05 +08:00