summaryrefslogtreecommitdiff
path: root/hw/bsp
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-07-01 17:23:14 +0700
committerhathach <[email protected]>2022-07-01 17:23:14 +0700
commit53db23142a89def1ad2f866863a559a931eeb035 (patch)
tree23d6ff7f3caa3d6febb9a20e201396fcd45f33fe /hw/bsp
parent5323472afd1f35d0e62bd58bb3293bcfce36483b (diff)
add get-dependencies.py
Diffstat (limited to 'hw/bsp')
-rw-r--r--hw/bsp/rp2040/family.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/bsp/rp2040/family.mk b/hw/bsp/rp2040/family.mk
index 5db784b14..cf6b53793 100644
--- a/hw/bsp/rp2040/family.mk
+++ b/hw/bsp/rp2040/family.mk
@@ -1,6 +1,8 @@
JLINK_DEVICE = rp2040_m0_0
PYOCD_TARGET = rp2040
+DEPS_SUBMODULES += hw/mcu/raspberry_pi/Pico-PIO-USB
+
ifeq ($(DEBUG), 1)
CMAKE_DEFSYM += -DCMAKE_BUILD_TYPE=Debug
endif