Skip to content

Commit

Permalink
Configure Wokwi
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixANNERAUD committed Jul 7, 2024
1 parent f3407ea commit fbbe448
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Wokwi/ESP32 S3/diagram.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 1,
"author": "Alix ANNERAUD",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-s3-devkitc-1",
"id": "esp",
"top": 0,
"left": 0.67,
"attrs": { "builder": "rust-std-esp" }
}
],
"connections": [
[ "esp:TX", "$serialMonitor:RX", "", [] ],
[ "esp:RX", "$serialMonitor:TX", "", [] ]
],
"serialMonitor": { "display": "terminal" },
"dependencies": {}
}
5 changes: 5 additions & 0 deletions Wokwi/ESP32 S3/wokwi.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[wokwi]
version = 1
gdbServerPort = 3333
elf = "../../target/xtensa-esp32s3-espidf/debug/Xila"
firmware = "../../target/xtensa-esp32s3-espidf/debug/Xila"
20 changes: 20 additions & 0 deletions Wokwi/ESP32/diagram.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 1,
"author": "Alix ANNERAUD",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-devkit-c-v4",
"id": "esp",
"top": 0,
"left": 0.67,
"attrs": { "builder": "rust-std-esp" }
}
],
"connections": [
[ "esp:TX", "$serialMonitor:RX", "", [] ],
[ "esp:RX", "$serialMonitor:TX", "", [] ]
],
"serialMonitor": { "display": "terminal" },
"dependencies": {}
}
5 changes: 5 additions & 0 deletions Wokwi/ESP32/wokwi.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[wokwi]
version = 1
gdbServerPort = 3333
elf = "../../target/xtensa-esp32-espidf/debug/Xila"
firmware = "../../target/xtensa-esp32-espidf/debug/Xila"

0 comments on commit fbbe448

Please sign in to comment.