Adding batch script for generating uf2 files for NRF boards (#945)
* Updated generated protos * Added uf2-converter batch for windows machines
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
if [%1]==[] (echo "Please specify a platformio NRF target (i.e. rak4631) as the first argument.") else (python3 .\bin\uf2conv.py .\.pio\build\%1\firmware.hex -c -o .\.pio\build\%1\firmware.uf2 -f 0xADA52840)
|
||||
Reference in New Issue
Block a user