kamilsss655/win_make.bat

21 lines
529 B
Batchfile
Raw Normal View History

2023-09-09 07:03:56 +00:00
:: download "gcc-arm-none-eabi-10.3-2021.10-win32.exe" for windows ..
:: https://developer.arm.com/downloads/-/gnu-rm
::
:: download "gnu_make-3.81.exe" for windows ..
:: https://gnuwin32.sourceforge.net/packages/make.htm
del /S /Q *.o >nul 2>nul
del /S /Q *.d >nul 2>nul
del /S /Q *.bin >nul 2>nul
"C:\Program Files (x86)\GnuWin32\bin\make"
del /S /Q *.o >nul 2>nul
del /S /Q *.d >nul 2>nul
::python -m pip install --upgrade pip crcmod
2023-09-15 21:48:06 +00:00
fw-pack.py firmware.bin 230916 firmware.packed.bin
2023-09-09 07:03:56 +00:00
::arm-none-eabi-size firmware
pause