Skip to content

Commit

Permalink
test(uart): add esp32p4
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Sep 23, 2024
1 parent 7f6aa93 commit 4bdbcdc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_uart.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


@pytest.mark.parametrize(
"chip", ["esp32", "esp32s2", "esp32s3", "esp32c3", "esp32c6", "esp32h2"]
"chip", ["esp32", "esp32s2", "esp32s3", "esp32c3", "esp32c6", "esp32h2", "esp32p4"]
)
def test_uart(chip: str):

Expand Down
20 changes: 20 additions & 0 deletions test/uart/diagram.esp32p4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 1,
"author": "Uri Shaked",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-p4-function-ev",
"id": "esp",
"top": -18.32,
"left": -18.43,
"attrs": { "cpuFrequency": "32" }
}
],
"connections": [
["esp:37", "$serialMonitor:RX", "", []],
["esp:38", "$serialMonitor:TX", "", []]
],
"serialMonitor": { "display": "terminal" },
"dependencies": {}
}

0 comments on commit 4bdbcdc

Please sign in to comment.