esp-idf/components/driver
Darian Leung 7398390049 TWAI: Track HW state in HAL
This commit refactors the TWAI HAL such that it
now tracks  harwdare state instead of the driver
layer. Some HAL and LL cleanup was also done.
2020-09-02 13:03:41 +08:00
..
esp32 Merge branch 'bugfix/fix_dac_driver_ut' into 'master' 2020-08-31 00:05:34 +08:00
esp32s2 Merge branch 'bugfix/fix_dac_driver_ut' into 'master' 2020-08-31 00:05:34 +08:00
include/driver TWAI: Track HW state in HAL 2020-09-02 13:03:41 +08:00
test ci: quick fix for adc-calib failures 2020-09-01 14:01:58 +08:00
adc1_private.h driver(adc/dac): fix adc dac driver for esp32s2 2020-04-01 12:41:51 +08:00
adc_common.c driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages 2020-08-03 15:21:36 +08:00
CMakeLists.txt hal: extract hal component from soc component 2020-09-01 13:25:32 +08:00
component.mk spi_slave_hd: new driver for spi slave in half duplex mode 2020-07-11 00:00:50 +08:00
dac_common.c dfiver(dac): add dac dma driver and unit test 2020-08-26 06:23:24 +00:00
gpio.c esp_rom: extract common GPIO apis into esp_rom_gpio.h 2020-07-07 11:40:19 +08:00
i2c.c driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages 2020-08-03 15:21:36 +08:00
i2s.c driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages 2020-08-03 15:21:36 +08:00
Kconfig Docs: Omit kconfig configurations not available for the target 2020-01-30 10:30:06 +01:00
ledc.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
mcpwm.c driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages 2020-08-03 15:21:36 +08:00
pcnt.c esp_rom: extract common GPIO apis into esp_rom_gpio.h 2020-07-07 11:40:19 +08:00
periph_ctrl.c wifi, bt: move esp_phy_common_clock_disable into periph_ctrl and put it into IRAM 2020-08-05 11:04:16 +08:00
rmt.c esp_rom: extract common GPIO apis into esp_rom_gpio.h 2020-07-07 11:40:19 +08:00
rtc_io.c driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages 2020-08-03 15:21:36 +08:00
rtc_module.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
sdio_slave.c driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages 2020-08-03 15:21:36 +08:00
sdkconfig.rename Rename Kconfig options (components/driver) 2019-05-21 09:09:01 +02:00
sdmmc_host.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
sdmmc_private.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
sdmmc_transaction.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
sdspi_crc.c esp_rom: extract common CRC apis into esp_rom_crc.h 2020-06-23 16:40:14 +08:00
sdspi_crc.h Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
sdspi_host.c esp_rom: extract common GPIO apis into esp_rom_gpio.h 2020-07-07 11:40:19 +08:00
sdspi_private.h sdspi, vfs_fat: allow sharing SPI bus among devices, and mounting multiple SD cards 2020-02-12 15:16:08 +08:00
sdspi_transaction.c driver: remove unused drivers for esp32s2beta 2019-09-04 10:53:25 +10:00
sigmadelta.c driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages 2020-08-03 15:21:36 +08:00
spi_bus_lock.c spi: suppress spi_bus_lock_touch log level 2020-05-07 00:32:24 +08:00
spi_common.c spi: allow force pins being configured throug GPIO matrix 2020-07-11 00:00:47 +08:00
spi_master.c spi_master: add dummy check when both mosi and miso are set 2020-08-18 10:30:30 +08:00
spi_slave_hd.c spi_slave_hd: new driver for spi slave in half duplex mode 2020-07-11 00:00:50 +08:00
spi_slave.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
timer.c timer: add return task awoken for timer callback 2020-06-11 16:02:55 +08:00
touch_sensor_common.c driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages 2020-08-03 15:21:36 +08:00
twai.c TWAI: Track HW state in HAL 2020-09-02 13:03:41 +08:00
uart.c Merge branch 'feature/uart_error_string_mod' into 'master' 2020-07-27 16:35:20 +08:00