mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-19 11:33:51 +01:00
8 lines
162 B
Makefile
8 lines
162 B
Makefile
CPU_MODEL := RP2350
|
|
PORT_LINUX ?= /dev/ttyACM0
|
|
|
|
# JLink isnt tested yet on RP2350
|
|
# ifeq ($(PROGRAMMER),jlink)
|
|
# JLINK_DEVICE = RP2350_M33_0
|
|
# endif
|