Bump CMSIS to 5.9.0

This commit is contained in:
Anton D. Kachalov
2022-12-14 23:04:38 +01:00
committed by Ron Evans
parent 675b8e3f3c
commit 92be61534e
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",