commit | 89e907d4f048594f2fe1fb64c486477b242ee4da | [log] [tgz] |
---|---|---|
author | Pavlo Hamov <p.hamov@venstar.com> | Tue Oct 12 17:10:05 2021 +0300 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Oct 13 10:14:23 2021 -0400 |
tree | 6b82b25373deb4b252b1f3cbdc13123a4a93d9cc | |
parent | f9ab7d12e2350650ba8aff714c6f620b750a7045 [diff] |
drivers: serial: esp32: Unify serial driver for esp32 & esp32s2 1) Allow use of interrup driven instance. ROM implementation could be selected via dts compatiable. 2) Use UART rx fifo and timeout interrupt for end of message detection. Added to decrease interrupts count on data reception 3) Use ESP_LL api. Signed-off-by: Pavlo Hamov <p.hamov@venstar.com>