https://github.com/bugadani/espdap
A wip CMSIS-DAP probe written for ESP32-S2 and ESP32-S3
https://github.com/bugadani/espdap
Last synced: 9 months ago
JSON representation
A wip CMSIS-DAP probe written for ESP32-S2 and ESP32-S3
- Host: GitHub
- URL: https://github.com/bugadani/espdap
- Owner: bugadani
- Created: 2024-04-27T19:50:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T11:05:08.000Z (over 1 year ago)
- Last Synced: 2024-12-11T11:39:50.028Z (over 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
espdap
======
A CMSIS-DAP probe running on ESP32-S2 and ESP32-S3 devkits, built using [dap-rs].
The probe implements both SWD and JTAG interfaces.
The firmware uses the [bitbang-dap] crate that acts as an
adapter between dap-rs and the hardware. The hardware then only needs to implement a bidirectional
GPIO driver, and a cycle-resolution delay method.
Originally based on https://github.com/embassy-rs/eprobe/
[bitbang-dap]: https://github.com/bugadani/bitbang-dap
[dap-rs]: https://crates.io/crates/dap-rs