Skip to content

Commit 1494653

Browse files
committed
fixup! boards/rpi-pico-2-*: create common board folder
1 parent 3110285 commit 1494653

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

boards/rpi-pico-2-riscv/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
MODULE = board
22

3-
# Use the common board.
4-
DIRS += $(RIOTBOARD)/common/rpi-pico-2
5-
63
include $(RIOTBASE)/Makefile.base
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
CPU := rp2350_riscv
2-
3-
# Include the common board features.
4-
include $(RIOTBOARD)/common/rpi-pico-2/Makefile.features

boards/rpi-pico-2-riscv/Makefile.include

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ PORT_LINUX ?= /dev/ttyACM0
55
# ifeq ($(PROGRAMMER),jlink)
66
# JLINK_DEVICE = RP2350_M33_0
77
# endif
8-
9-
include $(RIOTBOARD)/common/rpi-pico-2/Makefile.include

0 commit comments

Comments
 (0)