We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3110285 commit 1494653Copy full SHA for 1494653
boards/rpi-pico-2-riscv/Makefile
@@ -1,6 +1,3 @@
1
MODULE = board
2
3
-# Use the common board.
4
-DIRS += $(RIOTBOARD)/common/rpi-pico-2
5
-
6
include $(RIOTBASE)/Makefile.base
boards/rpi-pico-2-riscv/Makefile.features
@@ -1,4 +1 @@
CPU := rp2350_riscv
-# Include the common board features.
-include $(RIOTBOARD)/common/rpi-pico-2/Makefile.features
boards/rpi-pico-2-riscv/Makefile.include
@@ -5,5 +5,3 @@ PORT_LINUX ?= /dev/ttyACM0
# ifeq ($(PROGRAMMER),jlink)
# JLINK_DEVICE = RP2350_M33_0
7
# endif
8
9
-include $(RIOTBOARD)/common/rpi-pico-2/Makefile.include
0 commit comments