summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2022-07-01 20:52:46 +0700
committerGitHub <[email protected]>2022-07-01 20:52:46 +0700
commitecb899408bb95c5c0d50ebe2d887cd746104c534 (patch)
treef7eb5ba056d1ae91cdaca4203f48f588f651a63e /hw
parent68c2012ed1df7f87c898881cd06a445867564106 (diff)
parent53db23142a89def1ad2f866863a559a931eeb035 (diff)
Merge pull request #1544 from hathach/ci-parallel-build
Ci parallel build
Diffstat (limited to 'hw')
-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