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

https://github.com/emcfarlane/lisa

Playing with Lisa/S
https://github.com/emcfarlane/lisa

Last synced: over 1 year ago
JSON representation

Playing with Lisa/S

Awesome Lists containing this project

README

          

# lisa
Playing with Lisa/S

## GDB
```
sudo arm-none-eabi-gdb ./ap.elf
target extended-remote /dev/ttyACM0
monitor swdp_scan
attach 1
```