mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 23:13:40 +00:00
nrf: add support for SoftDevices to PCA10040 board
This commit is contained in:
committed by
Ron Evans
parent
b153bd63f2
commit
16fbf53ae2
+2
-1
@@ -7,7 +7,8 @@
|
||||
"-mfloat-abi=soft",
|
||||
"-Qunused-arguments",
|
||||
"-DNRF52832_XXAA",
|
||||
"-I{root}/lib/CMSIS/CMSIS/Include"
|
||||
"-I{root}/lib/CMSIS/CMSIS/Include",
|
||||
"-I{root}/lib/nrfx/mdk"
|
||||
],
|
||||
"linkerscript": "targets/nrf52.ld",
|
||||
"extra-files": [
|
||||
|
||||
Reference in New Issue
Block a user