diff options
| author | Keith Packard <keithp@keithp.com> | 2011-10-07 09:53:09 -0600 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-10-07 09:54:32 -0600 |
| commit | 258b75498916183ed250d3abb3282fe3d843e7a1 (patch) | |
| tree | d71a42f289a8fb31caf40c51746a1c42d8886ba3 /src/product/Makefile.telelaunch | |
| parent | 128bbfa150f88c09f7adde2434b7bf0b5a9ed556 (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/Makefile.telelaunch')
| -rw-r--r-- | src/product/Makefile.telelaunch | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
