mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 21:43:40 +00:00
Bump CMSIS to 5.9.0
This commit is contained in:
committed by
Ron Evans
parent
675b8e3f3c
commit
92be61534e
+1
-1
@@ -3,7 +3,7 @@
|
||||
"build-tags": ["nrf51822", "nrf51", "nrf"],
|
||||
"cflags": [
|
||||
"-DNRF51",
|
||||
"-I{root}/lib/CMSIS/CMSIS/Include",
|
||||
"-I{root}/lib/CMSIS/CMSIS/Core/Include",
|
||||
"-I{root}/lib/nrfx/mdk"
|
||||
],
|
||||
"linkerscript": "targets/nrf51.ld",
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
"build-tags": ["nrf52", "nrf"],
|
||||
"cflags": [
|
||||
"-DNRF52832_XXAA",
|
||||
"-I{root}/lib/CMSIS/CMSIS/Include",
|
||||
"-I{root}/lib/CMSIS/CMSIS/Core/Include",
|
||||
"-I{root}/lib/nrfx/mdk"
|
||||
],
|
||||
"linkerscript": "targets/nrf52.ld",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"build-tags": ["nrf52833", "nrf"],
|
||||
"cflags": [
|
||||
"-DNRF52833_XXAA",
|
||||
"-I{root}/lib/CMSIS/CMSIS/Include",
|
||||
"-I{root}/lib/CMSIS/CMSIS/Core/Include",
|
||||
"-I{root}/lib/nrfx/mdk"
|
||||
],
|
||||
"linkerscript": "targets/nrf52833.ld",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"build-tags": ["nrf52840", "nrf"],
|
||||
"cflags": [
|
||||
"-DNRF52840_XXAA",
|
||||
"-I{root}/lib/CMSIS/CMSIS/Include",
|
||||
"-I{root}/lib/CMSIS/CMSIS/Core/Include",
|
||||
"-I{root}/lib/nrfx/mdk"
|
||||
],
|
||||
"linkerscript": "targets/nrf52840.ld",
|
||||
|
||||
Reference in New Issue
Block a user