Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Drivers/CMSIS/DSP/Projects/ARM/arm_cortexM_math_Build.bat')
-rw-r--r--Drivers/CMSIS/DSP/Projects/ARM/arm_cortexM_math_Build.bat11
1 files changed, 6 insertions, 5 deletions
diff --git a/Drivers/CMSIS/DSP/Projects/ARM/arm_cortexM_math_Build.bat b/Drivers/CMSIS/DSP/Projects/ARM/arm_cortexM_math_Build.bat
index d521939d5..988b285e9 100644
--- a/Drivers/CMSIS/DSP/Projects/ARM/arm_cortexM_math_Build.bat
+++ b/Drivers/CMSIS/DSP/Projects/ARM/arm_cortexM_math_Build.bat
@@ -7,6 +7,7 @@ set UVEXE=C:\Keil_v5\UV4\UV4.EXE
echo.
echo Building DSP Libraries ARM
+
echo Building DSP Library for Cortex-M0 Little Endian
%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "cortexM0l" -o "DspLib_cortexM0l_build.log"
@@ -37,8 +38,8 @@ echo Building DSP Library for ARMv8-M Mainline Little Endian
echo Building DSP Library for ARMv8-M Mainline Little Endian with single precision FPU
%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "ARMv8MMLlfsp" -o "DspLib_ARMv8MMLlfsp_build.log"
-REM echo Building DSP Library for ARMv8-M Mainline Little Endian with double precision FPU
-REM %UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "ARMv8MMLlfdp" -o "DspLib_ARMv8MMLlfdp_build.log"
+echo Building DSP Library for ARMv8-M Mainline Little Endian with double precision FPU
+%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "ARMv8MMLlfdp" -o "DspLib_ARMv8MMLlfdp_build.log"
echo Building DSP Library for ARMv8-M Mainline Little Endian with DSP instructions
%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "ARMv8MMLld" -o "DspLib_ARMv8MMLld_build.log"
@@ -46,8 +47,8 @@ echo Building DSP Library for ARMv8-M Mainline Little Endian with DSP instruct
echo Building DSP Library for ARMv8-M Mainline Little Endian with DSP instructions, single precision FPU
%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "ARMv8MMLldfsp" -o "DspLib_ARMv8MMLldfsp_build.log"
-REM echo Building DSP Library for ARMv8-M Mainline Little Endian with DSP instructions, double precision FPU
-REM %UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "ARMv8MMLldfdp" -o "DspLib_ARMv8MMLldfdp_build.log"
+echo Building DSP Library for ARMv8-M Mainline Little Endian with DSP instructions, double precision FPU
+%UVEXE% -rb -j0 arm_cortexM_math.uvprojx -t "ARMv8MMLldfdp" -o "DspLib_ARMv8MMLldfdp_build.log"
REM big endian libraries
@@ -80,4 +81,4 @@ rmdir /S /Q IntermediateFiles
del /Q *.bak
del /Q *.dep
del /Q *.uvguix.*
-del /Q ArInp.* \ No newline at end of file
+del /Q ArInp.*