Hardware Uart ISR not Shareable
- Lingua principale
- C++
- Stelle
- 16.7k
- Fork
- 13.1k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### Problem Description
The Hardware Uart support shares a single interrupt between both Uart0 and Uart1. Current implemementation does not allow for it to be shared so that Serial is usable at the same time that features of Uart1 can be used for other purposes, like updating NeoPixels (Ws2812 and the like).
@unaiur has created [this pull](https://github.com/esp8266/Arduino/pull/4745) in an attempt to solve the issue. Unfortunately the Uart code has changed significiantly and this pull needs work before it can be merged.
There doesn't seem to be an original issue that pull was being applied too.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.