From 6394a7b39dbad11cd724e51aafa460bbed04114d Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Wed, 20 Mar 2019 17:29:00 -0400 Subject: [PATCH] Update to CMSIS 5.5.0 --- extras/package_index.json.Hourly.template | 2 +- extras/package_index.json.PR.template | 2 +- platform.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extras/package_index.json.Hourly.template b/extras/package_index.json.Hourly.template index c29babce6..b60f43b82 100644 --- a/extras/package_index.json.Hourly.template +++ b/extras/package_index.json.Hourly.template @@ -42,7 +42,7 @@ { "packager": "arduino", "name": "CMSIS", - "version": "4.5.0" + "version": "5.5.0" }, { "packager": "arduino", diff --git a/extras/package_index.json.PR.template b/extras/package_index.json.PR.template index ca0c1a5f3..9562ae36d 100644 --- a/extras/package_index.json.PR.template +++ b/extras/package_index.json.PR.template @@ -42,7 +42,7 @@ { "packager": "arduino", "name": "CMSIS", - "version": "4.5.0" + "version": "5.5.0" }, { "packager": "arduino", diff --git a/platform.txt b/platform.txt index ffe2686d2..e92b8607f 100644 --- a/platform.txt +++ b/platform.txt @@ -64,8 +64,8 @@ compiler.S.extra_flags= compiler.ar.extra_flags= compiler.elf2hex.extra_flags= -compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Include/" "-I{runtime.tools.CMSIS-Atmel-1.1.0.path}/CMSIS/Device/ATMEL/" -compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Lib/GCC/" -larm_cortexM0l_math +compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-5.5.0.path}/CMSIS/Core/Include/" "-I{runtime.tools.CMSIS-5.5.0.path}/CMSIS/DSP/Include/" "-I{runtime.tools.CMSIS-5.5.0.path}/CMSIS/NN/Include/" "-I{runtime.tools.CMSIS-Atmel-1.1.0.path}/CMSIS/Device/ATMEL/" +compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-5.5.0.path}/CMSIS/DSP/Lib/GCC/" -larm_cortexM0l_math # USB Flags # ---------