esp-idf/components/soc/src
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
..
esp32 driver: fix driver set rx timeout feature of uart 2020-03-27 16:20:21 +08:00
esp32s2 driver: fix driver set rx timeout feature of uart 2020-03-27 16:20:21 +08:00
hal driver: fix driver set rx timeout feature of uart 2020-03-27 16:20:21 +08:00
compare_set.c
cpu_util.c esp32, esp32s2: move panic handling code to new component 2020-03-10 19:56:24 +08:00
lldesc.c
memory_layout_utils.c soc: move reserved regions out of memory_layout_utils.c 2020-01-24 10:48:20 +01:00
soc_include_legacy_warn.c