diff options
| author | Keith Packard <keithp@keithp.com> | 2012-01-03 20:41:15 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-01-03 20:41:15 -0800 |
| commit | 7a42f2e0f145d2d520aed8e241fa39f7cb62b19f (patch) | |
| tree | f4935b5c16a58849d8fb70d3831278efc57fd382 /src/teleshield-v0.1/Makefile | |
| parent | 085625ff3992454b59583d95a3c415597c51f754 (diff) | |
altos: Add support for UART0 in async mode
And copy bytes from it to stdout.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/teleshield-v0.1/Makefile')
| -rw-r--r-- | src/teleshield-v0.1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/teleshield-v0.1/Makefile b/src/teleshield-v0.1/Makefile index b63a81d6..a21a6052 100644 --- a/src/teleshield-v0.1/Makefile +++ b/src/teleshield-v0.1/Makefile @@ -53,6 +53,7 @@ CC1111_SRC = \ ao_radio.c \ ao_romconfig.c \ ao_serial.c \ + ao_serial0.c \ ao_string.c \ ao_timer.c \ ao_usb.c \ @@ -62,7 +63,8 @@ DRIVER_SRC = \ $(TELESHIELD_SRC) PRODUCT_SRC = \ - ao_teleshield.c + ao_teleshield.c \ + ao_ardu_serial.c SRC = \ $(CORE_SRC) \ |
