Skip to content

Commit b500742

Browse files
committed
add SDK submodule and adjust Makefile
1 parent e34fa4d commit b500742

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "nRF5_SDK"]
2+
path = nRF5_SDK
3+
url = [email protected]:squircle/nRF5_SDK.git

cyclecaster/cyclecaster-nrf52/pca10040/s132/armgcc/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PROJECT_NAME := cyclecaster-nrf52
22
TARGETS := nrf52832_xxaa
33
OUTPUT_DIRECTORY := _build
44

5-
SDK_ROOT := ../../../../nRF5_SDK_15.2.0_9412b96
5+
SDK_ROOT := ../../../../../../nRF52_SDK/nRF5_SDK_15.2.0_9412b96
66
PROJ_DIR := ../../..
77

88
$(OUTPUT_DIRECTORY)/nrf52832_xxaa.out: \

nRF5_SDK

Submodule nRF5_SDK added at d954848

0 commit comments

Comments
 (0)