mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
57d5a1db1c
For the moment, hamilton, ruuvitag and thingy52 use stdio_rtt by default.
11 lines
292 B
Makefile
11 lines
292 B
Makefile
# debugger config
|
|
export JLINK_DEVICE := atsamr21e18a
|
|
OBJDUMPFLAGS += --disassemble --source --disassembler-options=force-thumb
|
|
OFLAGS := --gap-fill 0xff
|
|
|
|
# use JLink Segger RTT by default
|
|
RIOT_TERMINAL ?= jlink
|
|
include $(RIOTMAKE)/tools/serial.inc.mk
|
|
|
|
include $(RIOTMAKE)/tools/jlink.inc.mk
|