diff options
| author | Keith Packard <keithp@keithp.com> | 2011-03-31 20:58:14 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-03-31 20:59:07 -0700 |
| commit | 8e74cf6d1c70a7a17d01c20f6831571245392498 (patch) | |
| tree | 2857a2387e7e2dc3ddec030eef114f51d767bcc8 /src/Makefile.proto | |
| parent | c0971abc02b05d136aea257f3f40ba3b22b1d441 (diff) | |
altos: Add initial TeleBT code
Prototyping with a TeleMetrum v0.1 board and a serial link to a
bluetooth module.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile.proto')
| -rw-r--r-- | src/Makefile.proto | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/Makefile.proto b/src/Makefile.proto index 5aad445f..ca68edbc 100644 --- a/src/Makefile.proto +++ b/src/Makefile.proto @@ -136,12 +136,20 @@ M25_DRIVER_SRC = \ # SIRF_DRIVER_SRC = \ ao_gps_sirf.c + # # Skytraq driver source # SKY_DRIVER_SRC = \ ao_gps_skytraq.c + +# +# BTM-182 driver source +# +BTM_DRIVER_SRC = \ + ao_btm.c + # # Tasks run on TeleMetrum # @@ -230,6 +238,24 @@ TNANO_BASE_SRC = \ $(TNANO_MAIN_SRC) # +# Sources for TeleDongle +# + +TBT_MAIN_SRC = \ + ao_telebt.c + +TBT_BASE_SRC = \ + $(ALTOS_SRC) \ + $(ALTOS_DRIVER_SRC) \ + $(TELE_RECEIVER_SRC) \ + $(TELE_COMMON_SRC) \ + $(SERIAL_DRIVER_SRC) \ + $(USB_DRIVER_SRC) \ + $(BTM_DRIVER_SRC) \ + $(DBG_SRC) \ + $(TBT_MAIN_SRC) + +# # TI Dongle sources # TI_MAIN_SRC = \ |
