mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
30f12c9058
This script can detect [Black Magic Probes](https://github.com/blacksphere/blackmagic/wiki) and act as a flashloader (and more). It is compatible with Linux and macOS. All important options that can be set via the monitor command are available as arguments. Makefiles for using `make flash`, `make erase`, `make debug` and `make term` with the script are included.
3 lines
70 B
Makefile
3 lines
70 B
Makefile
TERMPROG ?= $(RIOTTOOLS)/bmp/bmp.py
|
|
TERMFLAGS ?= $(BMP_OPTIONS) term
|