Commit 5492733
authored
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.1 parent 58962d2 commit 5492733
File tree
3 files changed
+8
-8
lines changed- cores/esp32
3 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments