# HG changeset patch # User Ethan Zonca # Date 2014-06-20 21:15:24 # Node ID 287a302c9d20ae409b3643802d5469bb64c8fa19 # Parent 910a3533e10374dccb3ab296aae065d0e90b61ce Renamed to therm and added flashing script 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