Files @ c14060ecae42
Branch filter:

Location: therm/flash.sh

Ethan Zonca
Added initial prototype of jump-to-bootloader
1
2
3
4
#!/bin/bash
cd build
st-flash write main.bin 0x8000000
cd ..