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
feat (uart): uses the same IDF 32bits size for TX/RX buffers (#9561)
* feat (uart): uses the same IDF 32bits size for TX/RX buffers
Uses the same IDF 32bits size for TX/RX buffers.
Changed header files to use the same IDF buffer limits.
* this is a backport from PR #9554
* feat (uart): change UART events logs to Verbose
UART events like BREAK or errors are now Verbose instead of Warning Level.
Backporting change from Issue #9551
* feat (uart): uses the same IDF 32bits size for TX/RX buffers.
Uses the same IDF 32bits size for TX/RX buffers.
Changed header files to use the same IDF buffer limits.
* this is a backport from PR #9554
* feat (uart): keep overflow log as warning
Keeps Overflow / Buffer Full log messages in Warning Level.
0 commit comments