UART Break detection - ESP32
Open
- Dominant language
- C
- Stars
- 4k
- Forks
- 1.7k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 237
Description
I am using UART with NuttX on ESP32. I am looking for an interrupt that fires when a break is detected like it is done with [`UART_BREAK` event in ESP-IDF ](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/uart.html#_CPPv417uart_event_type_t). Is something like this available in NuttX as I could not find it in the documentation? I tried my best to look it up in the source code and did not find it.
Contributor guide
Assessment
This issue has not been assessed yet.