std-training
std-training copied to clipboard
Add wokwi simulation and web flashing support.
- Wokwi simulation: Using wokwi-server you can simulate the projects.
- Wokwi also supports GDB debugging, so I included
launch.jsonwith the necessary configuration to debug the project from devcontainers (although it requires the user to set the path to the project to be debugged).
- Wokwi also supports GDB debugging, so I included
- When using devcontainers, we cant flash with
cargo-espflashso I addedweb-flashto flash real devices from devcontainers! - Add some vscode task to build, flash, and run Wokwi simualtions from devcontainers