mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
93561c740f
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
|