Skip to content

Commit e159bf6

Browse files
lucasssvazSuGliderpre-commit-ci-lite[bot]
authored
refactor(uart): Refactor UART test to work with any number of UARTs (#10593)
* refactor(uart): Refactor UART test to work with any number of UARTs Co-authored-by: Rodrigo Garcia <[email protected]> * fix(uart): Set CPU freq on ESP32 * ci(pre-commit): Apply automatic fixes * fix(spelling): Fix codespell error --------- Co-authored-by: Rodrigo Garcia <[email protected]> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent af84da6 commit e159bf6

File tree

2 files changed

+240
-285
lines changed

2 files changed

+240
-285
lines changed

Diff for: tests/validation/uart/diagram.esp32.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": 1,
3+
"author": "lucasssvaz",
4+
"editor": "wokwi",
5+
"parts": [
6+
{
7+
"type": "board-esp32-devkit-c-v4",
8+
"id": "esp",
9+
"attrs": { "cpuFrequency": "40" }
10+
}
11+
],
12+
"connections": [
13+
[
14+
"esp:TX",
15+
"$serialMonitor:RX",
16+
""
17+
],
18+
[
19+
"esp:RX",
20+
"$serialMonitor:TX",
21+
""
22+
]
23+
]
24+
}

0 commit comments

Comments
 (0)