Changeset - 287a302c9d20
[Not reviewed]
default
0 1 1
Ethan Zonca - 10 years ago 2014-06-20 21:15:24
ez@ethanzonca.com
Renamed to therm and added flashing script
2 files changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
 

	
 
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].
flash.sh
Show inline comments
 
new file 100755
 
#!/bin/bash
 
st-flash write therm.bin 0x8000000
0 comments (0 inline, 0 general)