diff options
| author | Keith Packard <keithp@keithp.com> | 2011-03-17 16:00:10 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-03-17 16:00:10 -0700 |
| commit | c826fab31f8aea25a942b6bb8435d4b04c1bef10 (patch) | |
| tree | 3dfd7c06aabeb81eb042d567405a63dc078fd784 /src/Makefile.proto | |
| parent | 8b546b474b7b6c5b4169b4c1ca09c6f17ebb3ae5 (diff) | |
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>
Diffstat (limited to 'src/Makefile.proto')
| -rw-r--r-- | src/Makefile.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.proto b/src/Makefile.proto index ee3b4d6c..30e626ad 100644 --- a/src/Makefile.proto +++ b/src/Makefile.proto @@ -142,6 +142,7 @@ SKY_DRIVER_SRC = \ TM_TASK_SRC = \ ao_flight.c \ ao_log.c \ + ao_log_big.c \ ao_report.c \ ao_telemetry.c @@ -173,6 +174,7 @@ TMINI_DRIVER_SRC = \ TMINI_TASK_SRC = \ ao_flight.c \ ao_log.c \ + ao_log_tiny.c \ ao_report.c \ ao_telemetry.c |
