Merge pull request #1544 from hathach/ci-parallel-build

Ci parallel build
This commit is contained in:
Ha Thach
2022-07-01 20:52:46 +07:00
committed by GitHub
13 changed files with 219 additions and 183 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