1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2024-11-01 07:23:09 +02:00
antorcha/fw
2012-06-29 15:24:13 -03:00
..
accel.c fw/accel.c (adcsra): let ADC run at 125 kHz (instead of 67.5 kHz) 2012-06-21 21:12:20 -03:00
accel.h fw/: sample the acceleration sensor (untested) 2012-06-21 08:56:56 -03:00
antorcha.c revert nonsensical c9923b4282 2012-06-28 16:35:01 -03:00
boot.c RESET protocol to jump from application to boot loader without power cycling 2012-06-18 20:31:20 -03:00
dispatch.c fw/: pass limit also to "first" function of protocol handlers 2012-06-20 18:37:13 -03:00
dispatch.h fw/: add parameter upload (untested), move parameters from antorcha.c to param.c 2012-06-27 02:36:08 -03:00
flash.c make firmware upload protocol less secure but lean; boot loader works 2012-06-18 18:22:56 -03:00
flash.h make firmware upload protocol less secure but lean; boot loader works 2012-06-18 18:22:56 -03:00
fw.c fw/fw.c: simplify the use of the sequence number a little (untested) 2012-06-20 16:46:27 -03:00
fw.h make firmware upload protocol less secure but lean; boot loader works 2012-06-18 18:22:56 -03:00
hash.c fw/hash.h: only #include avr/pgmspace.h when building for AVR (and not for host) 2012-06-29 15:24:13 -03:00
hash.h fw/hash.[ch]: new function hash_merge_progmem to read from Flash instead of RAM 2012-06-23 11:59:47 -03:00
image.c fw/image.* (image_secret): make image_secret global, for future sharing 2012-06-27 02:30:39 -03:00
image.h fw/proto.h: assorted cleanup and corrections 2012-06-27 03:07:56 -03:00
io.h fw/: sample the acceleration sensor (untested) 2012-06-21 08:56:56 -03:00
Makefile fw/: add parameter upload (untested), move parameters from antorcha.c to param.c 2012-06-27 02:36:08 -03:00
param.c fw/: add parameter upload (untested), move parameters from antorcha.c to param.c 2012-06-27 02:36:08 -03:00
param.h fw/: add parameter upload (untested), move parameters from antorcha.c to param.c 2012-06-27 02:36:08 -03:00
proto.h fw/proto.h (TP_BWD_START_DEFAULT): raise from 50 ms to 70 ms, like TP_FWD_START_DEFAULT 2012-06-28 01:53:18 -03:00
reset.c fw/reset.c: oops, forgot to commit the reset protocol handler 2012-06-23 12:03:25 -03:00
rf.c fw/rf.c (rf_send): increase delay from 2 ms to 9 ms, for slow atben 2012-06-29 10:26:25 -03:00
rf.h fw/: first version of experimental firmware 2012-06-16 22:16:37 -03:00
sample.c fw/sample.c (handler): set the time in samples (was set to zero, for debugging) 2012-06-21 19:16:55 -03:00
spi.c fw/spi.c: explain why we probably can't reach fosc/2 = 4 MHz 2012-06-23 14:54:31 -03:00
spi.h fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
sweep.c fw/: base sweep start time on absolute time 2012-06-24 11:59:52 -03:00
sweep.h fw/: base sweep start time on absolute time 2012-06-24 11:59:52 -03:00
version.h fw/: first version of experimental firmware 2012-06-16 22:16:37 -03:00