blob: c0de8c95e182eafa107e9a75fdccc025e2268698 [file] [log] [blame]
@color 0B
@echo off
REM Generate all CMSIS files
REM Active perl must be installed
set scriptPATH=%CD%\..\..\..\..\..\..\..\__INTERNAL__tools\tools\_CmsisDeviceGenerator\
if not exist "%scriptPATH%" (
echo Input directory does not exist!
pause
exit
)
cd %scriptPATH%
DeviceGeneration.pl --target STM32H7xx -diff
pause
:EOF