diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -TARGET:=micro-pid +TARGET:=therm TOOLCHAIN_PATH:=/usr/bin TOOLCHAIN_PREFIX:=arm-none-eabi OPTLVL:=3 # Optimization level, can be [0, 1, 2, 3, s]. diff --git a/flash.sh b/flash.sh new file mode 100755 --- /dev/null +++ b/flash.sh @@ -0,0 +1,2 @@ +#!/bin/bash +st-flash write therm.bin 0x8000000