Project

General

Profile

Statistics
| Branch: | Revision:

root / scout_avr / bom / Makefile @ b99ee462

History | View | Annotate | Download (1.01 KB)

# Date Author Comment
b99ee462 03/25/2014 06:56 PM Thomas Mullins

Changed strt_pgrm() to be a function instead of macro

The linker flags now define its location, so it's an rcall instead of icall.
Also, the BOM code is built as C now, not C++.

d88f80e5 03/25/2014 05:21 PM Thomas Mullins

Added blinky test program

89f527ad 03/25/2014 04:39 PM Thomas Mullins

Added makefile magic to program bootloader in correct place

3bd564a7 03/18/2014 03:58 PM Aaron Perley

Testing sync i2c

e4d78d85 02/14/2014 05:40 PM Julian Binder

Bugfixes so bom code compiles

4032e635 11/20/2013 03:33 PM Thomas Mullins

Added assembly target to bom Makefile

c7445989 10/30/2013 03:53 PM Thomas Mullins

Fixes to BOM sending code. Now works! Yay!

f572eaeb 10/16/2013 04:48 PM Thomas Mullins

Adding initial scout_avr/bom/ code