1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/rpi-pico/Makefile.include
Marian Buschsieweke 93561c740f
boards/rpi-pico: ELF format now is default, cleanup
Now that the ELF file format is the default anyway, we don't need to
specify this explicitly anymore.
2023-05-03 15:32:28 +02:00

7 lines
121 B
Makefile

CPU_MODEL := RP2040
PORT_LINUX ?= /dev/ttyUSB0
ifeq ($(PROGRAMMER),jlink)
JLINK_DEVICE = RP2040_M0_0
endif