summaryrefslogtreecommitdiff
path: root/src/megametrum-v0.1/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-06-26 23:20:17 -0700
committerKeith Packard <keithp@keithp.com>2012-06-26 23:20:17 -0700
commitebeac02a990da3fa6dd71487141d0bc6f78b42de (patch)
tree773903327c36b940f9d621295441e19e320858bb /src/megametrum-v0.1/Makefile
parentfb2b83fcd28199d8c686e676d46d6ecfbf706f37 (diff)
altos: Enable full flight computer functionality in MegaMetrum
This turns on everything that currently works Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/megametrum-v0.1/Makefile')
-rw-r--r--src/megametrum-v0.1/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile
index 22a58ff4..07a339b9 100644
--- a/src/megametrum-v0.1/Makefile
+++ b/src/megametrum-v0.1/Makefile
@@ -19,6 +19,7 @@ INC = \
ao_hmc5883.h \
ao_mpu6000.h \
ao_cc1120_CC1120.h \
+ ao_profile.h \
ao_whiten.h \
stm32l.h
@@ -43,6 +44,8 @@ ALTOS_SRC = \
ao_mutex.c \
ao_serial_stm.c \
ao_gps_skytraq.c \
+ ao_gps_report_mega.c \
+ ao_ignite.c \
ao_freq.c \
ao_dma_stm.c \
ao_spi_stm.c \
@@ -66,7 +69,10 @@ ALTOS_SRC = \
ao_sample_mm.c \
ao_kalman.c \
ao_flight_mm.c \
- ao_telemetry.c
+ ao_telemetry.c \
+ ao_packet_slave.c \
+ ao_packet.c \
+ ao_companion.c
PRODUCT=MegaMetrum-v0.1