An open API service indexing awesome lists of open source software.

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

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.