https://github.com/bugadani/bitbang-dap
Simple adapter for bitbanging CMSIS-DAP implementations, using dap-rs
https://github.com/bugadani/bitbang-dap
Last synced: 8 months ago
JSON representation
Simple adapter for bitbanging CMSIS-DAP implementations, using dap-rs
- Host: GitHub
- URL: https://github.com/bugadani/bitbang-dap
- Owner: bugadani
- Created: 2025-04-12T11:14:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T15:44:50.000Z (about 1 year ago)
- Last Synced: 2025-05-15T12:12:26.145Z (about 1 year ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple bit-banging adapter for dap-rs
=======================================
This crate makes it very easy to implement a CMSIS-DAP probe in Rust. All you need is a transport layer and two trait implementations.
For an example, have a look at [fruitfly](https://github.com/bugadani/fruitfly), an alternative RPi debugprobe firmware.