summaryrefslogtreecommitdiff
path: root/src/telelaunch-v0.1
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-07-20 23:46:04 -0700
committerKeith Packard <keithp@keithp.com>2011-08-27 12:33:46 -0700
commit776df9ce2e7b4fa5cedda326988e66c614299af4 (patch)
treebf516c8f3eca55a8d4387c8cfd5fb3468d336c7b /src/telelaunch-v0.1
parentbd0bf00081bb24af5cd67a9351b0b0c1a041d0d3 (diff)
altos: Get AES CBC-MAC packet transfers running
This just has simple command-line based packet transfers for testing. This also adds special ao_telelaunch bits where the launch control code will live. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telelaunch-v0.1')
-rw-r--r--src/telelaunch-v0.1/Makefile.defs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/telelaunch-v0.1/Makefile.defs b/src/telelaunch-v0.1/Makefile.defs
index e4934ffa..56f5730b 100644
--- a/src/telelaunch-v0.1/Makefile.defs
+++ b/src/telelaunch-v0.1/Makefile.defs
@@ -5,6 +5,8 @@ SRC = \
$(SPI_DRIVER_SRC) \
$(EE_DRIVER_SRC) \
ao_launch.c \
+ ao_aes.c \
+ ao_radio_cmac.c \
$(DBG_SRC)
PRODUCT=TeleLaunch-v0.1