Skip to content

Commit e50affb

Browse files
committed
[CMSIS DSP] Update include path and source files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 7afd37c commit e50affb

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "../Source/BayesFunctions/BayesFunctions.c"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "../Source/DistanceFunctions/DistanceFunctions.c"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "../Source/SVMFunctions/SVMFunctions.c"

platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ compiler.ar.extra_flags=
6464
compiler.elf2bin.extra_flags=
6565
compiler.elf2hex.extra_flags=
6666

67-
compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-5.7.0.path}/CMSIS/Core/Include/" "-I{build.system.path}/Drivers/CMSIS/Device/ST/{build.series}/Include/" "-I{build.system.path}/Drivers/CMSIS/Device/ST/{build.series}/Source/Templates/gcc/" "-I{runtime.tools.CMSIS-5.7.0.path}/CMSIS/DSP/Include"
67+
compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-5.7.0.path}/CMSIS/Core/Include/" "-I{build.system.path}/Drivers/CMSIS/Device/ST/{build.series}/Include/" "-I{build.system.path}/Drivers/CMSIS/Device/ST/{build.series}/Source/Templates/gcc/" "-I{runtime.tools.CMSIS-5.7.0.path}/CMSIS/DSP/Include" "-I{runtime.tools.CMSIS-5.7.0.path}/CMSIS/DSP/PrivateInclude"
6868
compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-5.7.0.path}/CMSIS/DSP/Lib/GCC/" -l{build.cmsis_lib_gcc}
6969

7070
# USB Flags

0 commit comments

Comments
 (0)