mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-14 17:13:50 +01:00
Now that the ELF file format is the default anyway, we don't need to specify this explicitly anymore.
7 lines
121 B
Makefile
7 lines
121 B
Makefile
CPU_MODEL := RP2040
|
|
PORT_LINUX ?= /dev/ttyUSB0
|
|
|
|
ifeq ($(PROGRAMMER),jlink)
|
|
JLINK_DEVICE = RP2040_M0_0
|
|
endif
|