1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2024-11-01 09:24:05 +02:00
antorcha/fw
Werner Almesberger 56476539cf fw/: addition of boot loader (WIP) and assorted cleanup and improvements
The boot loader currently uses the protocol switch intended for the
application. This makes it too big to fit in the very limiting
constraints the ATmega168 poses - and there's not even cryptographic
authentication yet. We'll have to dumb it down quite a bit.
2012-06-18 10:56:43 -03:00
..
antorcha.c fw/: first version of experimental firmware 2012-06-16 22:16:37 -03:00
boot.c fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
dispatch.c fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
dispatch.h fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
flash.c fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
flash.h fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
fw.c fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
fw.h fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
hash.c fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
hash.h fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
io.h fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
Makefile fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
proto.h fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
rf.c fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
rf.h fw/: first version of experimental firmware 2012-06-16 22:16:37 -03:00
spi.c fw/: first version of experimental firmware 2012-06-16 22:16:37 -03:00
spi.h fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
unlock-secret.inc fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
version.h fw/: first version of experimental firmware 2012-06-16 22:16:37 -03:00