You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uart: fix send possible buffer overflow when logging to uart.
The overflow would be temporary and nothing harmful would happen, but
some logging would get lost.
uart bridge: try to reduce latency.
Start sending to the network immediately when data arrives at the UART.
Don't wait for the next slow timer to fire.
uart: enable selecting polarity of UART input and output pins.
use flag-set or flag-unset:
"uart0-tx-inv"
"uart0-rx-inv"
"uart1-tx-inv"
This comes in handy e.g. for driving led pixels without the need to add
a hardware inverter.