-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Commit 9aeb1ba
ESP32-P4 UART Pin Definitions (#10521)
* feat(uart): allow pins_arduino.h to define esp32-p4 uart pins
ESP32-P4 has UART default pins only for UART0 and UART1.
This PR allows the board definition from pins_arduino.h to define RX2 ... RX4 and TX2 ... TX4 if necessary.
It also solves the issue of begin(baud) with no pins for UART2...4 by just sending a error message and returning.
* feat(uart): removes the uart2 pin definitions - not existant
* fix(uart): solves the case when uart has already been initialized
* ci(pre-commit): Apply automatic fixes
* fix(ci): uart definition for esp32-p4 uart2 rx,tx pins
---------
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>1 parent 38a4c29 commit 9aeb1ba
File tree
3 files changed
+50
-4
lines changed- cores/esp32
- tests/validation/uart
3 files changed
+50
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
316 | + | ||
317 | + | ||
318 | + | ||
319 | + | ||
320 | + | ||
316 | 321 |
| |
317 | 322 |
| |
318 | 323 |
| |
| |||
341 | 346 |
| |
342 | 347 |
| |
343 | 348 |
| |
349 | + | ||
344 | 350 |
| |
351 | + | ||
352 | + | ||
345 | 353 |
| |
354 | + | ||
355 | + | ||
356 | + | ||
357 | + | ||
358 | + | ||
359 | + | ||
360 | + | ||
361 | + | ||
362 | + | ||
363 | + | ||
364 | + | ||
365 | + | ||
366 | + | ||
367 | + | ||
368 | + | ||
369 | + | ||
370 | + | ||
371 | + | ||
372 | + | ||
373 | + | ||
374 | + | ||
375 | + | ||
376 | + | ||
377 | + | ||
378 | + | ||
379 | + | ||
380 | + | ||
346 | 381 |
| |
347 | 382 |
| |
348 | 383 |
| |
349 | 384 |
| |
350 | 385 |
| |
351 | 386 |
| |
387 | + | ||
388 | + | ||
389 | + | ||
390 | + | ||
391 | + | ||
392 | + | ||
393 | + | ||
352 | 394 |
| |
353 | 395 |
| |
354 | 396 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
203 | - | ||
204 | - | ||
205 | 203 |
| |
206 | 204 |
| |
207 | 205 |
| |
| |||
210 | 208 |
| |
211 | 209 |
| |
212 | 210 |
| |
213 | - | ||
214 | - | ||
215 | 211 |
| |
216 | 212 |
| |
217 | 213 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
55 | 63 |
| |
56 | 64 |
| |
57 | 65 |
| |
|
0 commit comments