OVMS3-idf/components/soc/src/hal
Alex Lisitsyn 16e6e63694 driver: fix driver set rx timeout feature of uart
tout_thr - move calculation and masking into hal layer update driver and uart_ll (add uart_ll_set_rx_tout)
move tout calculation into uart_ll
move calculation of time out in bit time for esp32s2 into low level uart_ll.h file
move uart_hal_get_symb_len() into hal
update set_rx_timeout() to warn user about incorrect value
update HAL, LL 1
fix uart_xx_set_rx_tout() to convert symbol time into bit time
update param description
update tout calculation in LL
update uart_hal_get_max_rx_timeout_thrd() and uart_ll_get_max_rx_timeout_thrd()
2020-03-27 16:20:21 +08:00
..
adc_hal.c fix coexist i2s_adc and rtc_adc 2020-03-03 11:58:53 +08:00
can_hal.c can: Refactor CAN to use HAL and LowLevel layers 2020-01-09 16:13:51 +08:00
cpu_hal.c soc: add hal api to set exception vector table base address 2020-03-06 20:23:30 +08:00
dac_hal.c dac: refactor driver add hal 2019-11-22 11:44:46 +08:00
gpio_hal.c refactor(gpio): add hal gpio driver 2019-11-22 17:24:53 +08:00
i2c_hal.c bugfix(i2c): fix I2C driver breaking change issue. 2019-12-04 15:51:36 +08:00
i2c_hal_iram.c feature(I2C): Add i2c hal support. 2019-11-21 20:34:07 +08:00
i2s_hal.c bugfix(i2s): Updated ESP32-S2 ADC DAC support 2020-03-03 12:59:30 +08:00
ledc_hal.c soc: add ledc_caps.h, replace target-based ifdefs with caps-based 2019-12-28 20:33:21 +00:00
ledc_hal_iram.c feat(ledc): refactor ledc driver 2019-11-21 16:25:22 +08:00
mcpwm_hal.c mcpwm: add HAL layer support 2019-11-25 00:36:30 +08:00
mpu_hal.c soc: remove param checking in cpu related abstractions 2020-02-27 07:15:15 +05:00
pcnt_hal.c refactor(pcnt): add hal pcnt driver 2019-11-18 14:35:46 +08:00
rmt_hal.c rmt: prefix caps name with SOC_ 2020-03-25 17:14:00 +08:00
rtc_io_hal.c rtcio: add hal for driver 2019-11-21 10:40:49 +08:00
sdio_slave_hal.c Fixes compilation error on verbose level (IDFGH-2439) 2020-02-18 12:30:47 +01:00
sigmadelta_hal.c refactor(sigmadelta): add hal sigmadelta driver 2019-11-21 11:53:07 +08:00
soc_hal.c soc: remove param checking in cpu related abstractions 2020-02-27 07:15:15 +05:00
spi_flash_hal.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
spi_flash_hal_common.inc spi_flash: add caps for dummy output control 2020-03-11 16:13:39 +00:00
spi_flash_hal_gpspi.c ble_mesh_wifi_coexist example: Disable Wi-Fi RX IRAM optimisation 2019-11-28 09:20:00 +08:00
spi_flash_hal_iram.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
spi_hal.c spi: fix iomux, timing and address phase issues for esp32s2beta 2019-12-23 10:23:00 +08:00
spi_hal_iram.c spi: multichip support 2019-06-22 19:08:47 +08:00
spi_slave_hal.c spi: support new chip esp32s2beta 2019-06-23 12:17:27 +08:00
spi_slave_hal_iram.c spi: support new chip esp32s2beta 2019-06-23 12:17:27 +08:00
timer_hal.c feat(timer): refator timer group driver 2019-11-21 14:14:19 +08:00
touch_sensor_hal.c Refactor the touch sensor driver 2019-11-27 20:08:44 +08:00
uart_hal.c driver: fix driver set rx timeout feature of uart 2020-03-27 16:20:21 +08:00
uart_hal_iram.c feature: Add uart hal support. 2019-11-26 20:01:50 +08:00
wdt_hal_iram.c WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00