Files
bs_explorer/README.md

17 lines
230 B
Markdown

# My application for boundary scan
Basée sur la librairie de l'application [jtag-boundary-scanner](https://github.com/viveris/jtag-boundary-scanner).
## Usage
TBD
## How to compile
```
mkdir build
cd build
cmake ..
make
```