add get-dependencies.py

This commit is contained in:
hathach
2022-07-01 17:23:14 +07:00
parent 5323472afd
commit 53db23142a
7 changed files with 45 additions and 9 deletions
+2
View File
@@ -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