altos: Add tiny logging for TeleMini/TeleNano
authorKeith Packard <keithp@keithp.com>
Thu, 17 Mar 2011 23:00:10 +0000 (16:00 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 17 Mar 2011 23:00:10 +0000 (16:00 -0700)
commitc826fab31f8aea25a942b6bb8435d4b04c1bef10
tree3dfd7c06aabeb81eb042d567405a63dc078fd784
parent8b546b474b7b6c5b4169b4c1ca09c6f17ebb3ae5
altos: Add tiny logging for TeleMini/TeleNano

This splits the logging code into management of the log space within
storage and separate code to actually write suitable log entries.  A
new log writing module, ao_log_tiny, is added which writes only
altimeter data at a fairly low data rate for devices using on-chip
storage.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/Makefile.proto
src/ao.h
src/ao_log.c
src/ao_log_big.c [new file with mode: 0644]
src/ao_log_tiny.c [new file with mode: 0644]