add JLink upload support for OSX

This commit is contained in:
Jan Chrillesen 2017-08-31 20:54:29 +02:00
parent 47c94bc10c
commit f12bad6790
1 changed files with 9 additions and 0 deletions

9
tools/macosx/jlink_upload Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
echo erase > "$1".jlink
echo loadbin "$1" , 0x8000000 >> "$1".jlink
echo r >> "$1".jlink
echo q >> "$1".jlink
/Applications/SEGGER/JLink/JLinkExe -device STM32F103C8 -if SWD -speed auto -CommanderScript "$1".jlink