Sergio Gasquez Arcos
Sergio Gasquez Arcos
- Wokwi simulation: Using [wokwi-server](https://github.com/MabezDev/wokwi-server) you can simulate the projects. - Wokwi also supports GDB debugging, so I included` launch.json` with the necessary configuration to debug the project from devcontainers...
There are some references for ESP32-C3-DevKitC-02 in the repository that might need to be updated. - BSC is actually using Rust board pins but the name suggest is for ESP32-C3-DevKitC-02....
Integrate the devcontainers with [Wokwi](https://wokwi.com/) simulator
[CI for releasing assets for `0.16.0` failed](https://github.com/cargo-generate/cargo-generate/runs/7499419924?check_suite_focus=true) with: ```bash Error: The process '/home/runner/.cargo/bin/cross' failed with exit code 2 ```
With https://github.com/ferrous-systems/espressif-trainings/pull/103, https://github.com/ferrous-systems/espressif-trainings/blob/main/book/src/assets/rust_board_v1_diagram.svg was added, this diagram shows `v1` of the board. Would it be possible to use `v1.2` https://github.com/esp-rs/esp-rust-board/blob/master/assets/rust_board_v1.2_diagram.png
### Problem you are trying to solve When using `x86_64-pc-windows-msvc` there is a check to see if the ABI dependencies are installed and if there are not, it allows the...
Hi! I think esp-idf installation is failing for Windows, I discovered the issue while working in [espup](https://github.com/SergioGasquez/espup), at first I thought I was doing something wrong (as it's my first...
- Remove espmonitor chapter - Update espflash chapter - I've used the commands of `espflash` and `cargo-espflash` `v2.0`. We can wait until we have an official release to merge this.
Things to add: - [ ] Binary simulation is available in template projects when using devcontainers - [ ] Custom chips