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
- Host: GitHub
- URL: https://github.com/emcfarlane/lisa
- Owner: emcfarlane
- License: mit
- Created: 2015-07-22T14:41:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T13:13:13.000Z (almost 11 years ago)
- Last Synced: 2024-04-21T00:58:21.204Z (about 2 years ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```