Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout_avr / bom / bootloader.h @ master

History | View | Annotate | Download (202 Bytes)

# 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++.

6030b995 03/25/2014 04:22 PM Aaron Perley

Bootloader code test

fa11365c 03/25/2014 03:23 PM Aaron Perley

Arbitrary length i2c test

6b1a3a0d 03/25/2014 03:07 PM Aaron Perley

Add bootloader files