summaryrefslogtreecommitdiff
path: root/src/product
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-10-07 09:53:09 -0600
committerKeith Packard <keithp@keithp.com>2011-10-07 09:54:32 -0600
commit258b75498916183ed250d3abb3282fe3d843e7a1 (patch)
treed71a42f289a8fb31caf40c51746a1c42d8886ba3 /src/product
parent128bbfa150f88c09f7adde2434b7bf0b5a9ed556 (diff)
altos: Write xdata versions of memory functions1.0.9.1
These are significantly smaller than the general pointer versions from libc on the cc1111. Signed-off-by: Keith Packard <keithp@keithp.com> Conflicts: src/Makefile.proto src/cc1111/ao_adc.c src/cc1111/ao_packet_master.c src/core/ao.h Fix up the new makefiles
Diffstat (limited to 'src/product')
-rw-r--r--src/product/Makefile.telebt1
-rw-r--r--src/product/Makefile.teledongle1
-rw-r--r--src/product/Makefile.telelaunch1
-rw-r--r--src/product/Makefile.telemetrum1
-rw-r--r--src/product/Makefile.telemini1
-rw-r--r--src/product/Makefile.telenano1
6 files changed, 6 insertions, 0 deletions
diff --git a/src/product/Makefile.telebt b/src/product/Makefile.telebt
index 46c87db0..8f7c7429 100644
--- a/src/product/Makefile.telebt
+++ b/src/product/Makefile.telebt
@@ -41,6 +41,7 @@ CC1111_SRC = \
ao_radio_cmac.c \
ao_romconfig.c \
ao_serial.c \
+ ao_string.c \
ao_timer.c \
ao_usb.c \
_bp.c
diff --git a/src/product/Makefile.teledongle b/src/product/Makefile.teledongle
index 56182b84..c1b422c0 100644
--- a/src/product/Makefile.teledongle
+++ b/src/product/Makefile.teledongle
@@ -43,6 +43,7 @@ CC1111_SRC = \
ao_radio.c \
ao_radio_cmac.c \
ao_romconfig.c \
+ ao_string.c \
ao_timer.c \
ao_usb.c \
_bp.c
diff --git a/src/product/Makefile.telelaunch b/src/product/Makefile.telelaunch
index 5da42e46..b40f61a2 100644
--- a/src/product/Makefile.telelaunch
+++ b/src/product/Makefile.telelaunch
@@ -45,6 +45,7 @@ CC1111_SRC = \
ao_romconfig.c \
ao_serial.c \
ao_spi.c \
+ ao_string.c \
ao_timer.c \
ao_usb.c \
_bp.c
diff --git a/src/product/Makefile.telemetrum b/src/product/Makefile.telemetrum
index 2759ac52..4f4195a9 100644
--- a/src/product/Makefile.telemetrum
+++ b/src/product/Makefile.telemetrum
@@ -54,6 +54,7 @@ CC1111_SRC = \
ao_radio.c \
ao_romconfig.c \
ao_serial.c \
+ ao_string.c \
ao_spi.c \
ao_timer.c \
ao_usb.c \
diff --git a/src/product/Makefile.telemini b/src/product/Makefile.telemini
index 7f251897..9f90b01f 100644
--- a/src/product/Makefile.telemini
+++ b/src/product/Makefile.telemini
@@ -45,6 +45,7 @@ CC1111_SRC = \
ao_packet_slave.c \
ao_radio.c \
ao_romconfig.c \
+ ao_string.c \
ao_timer.c \
_bp.c
diff --git a/src/product/Makefile.telenano b/src/product/Makefile.telenano
index c47e95ff..eff3ea97 100644
--- a/src/product/Makefile.telenano
+++ b/src/product/Makefile.telenano
@@ -44,6 +44,7 @@ CC1111_SRC = \
ao_packet_slave.c \
ao_radio.c \
ao_romconfig.c \
+ ao_string.c \
ao_timer.c \
_bp.c