-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add Wokwi files for CMake * feat: Update ESP32 board, add H2 * style: Address review feedback
- Loading branch information
1 parent
ab2c28d
commit 038a1a0
Showing
5 changed files
with
53 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"version": 1, | ||
"author": "{{authors}}", | ||
"editor": "wokwi", | ||
"parts": [ | ||
{ | ||
"type": "board-esp32-devkit-c-v4", | ||
"id": "esp", | ||
"top": 0, | ||
"left": 0, | ||
"attrs": { | ||
"flashSize": "16" | ||
} | ||
} | ||
], | ||
"connections": [ | ||
[ | ||
"esp:TX", | ||
"$serialMonitor:RX", | ||
"", | ||
[] | ||
], | ||
[ | ||
"esp:RX", | ||
"$serialMonitor:TX", | ||
"", | ||
[] | ||
] | ||
], | ||
"serialMonitor": { | ||
"display": "terminal", | ||
"convertEol": true | ||
}, | ||
"dependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[wokwi] | ||
version = 1 | ||
firmware = 'build/flasher_args.json' | ||
elf = 'build/{{project-name}}.elf' |