diff options
| author | Keith Packard <keithp@keithp.com> | 2011-09-21 11:36:11 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-09-21 11:45:04 -0700 |
| commit | abf17522c206b465375b73a004a6d67bfa714ba3 (patch) | |
| tree | cc6fed16722b2dbe296c3f141662747bc9a56edc /src/telescience-v0.1 | |
| parent | b2d4e49bfe88aa61ca36fb1af8f3088c5754304c (diff) | |
altos: SPI slave code is now per-product
We can't write general purpose SPI slave code as we must eliminate
any latency because the SPI ports have no buffering.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telescience-v0.1')
| -rw-r--r-- | src/telescience-v0.1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telescience-v0.1/Makefile b/src/telescience-v0.1/Makefile index 28620242..a6797cbe 100644 --- a/src/telescience-v0.1/Makefile +++ b/src/telescience-v0.1/Makefile @@ -46,6 +46,7 @@ ALTOS_SRC = \ ao_romconfig.c \ ao_usb_avr.c \ ao_adc_avr.c \ + ao_science_slave.c \ ao_spi_slave.c \ ao_log_single.c \ ao_log_telescience.c \ |
