diff options
| author | Keith Packard <keithp@keithp.com> | 2012-12-17 22:58:49 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-12-17 22:58:49 -0800 |
| commit | 23dc9a63ae8bc982d9352cfb7a3f508d8a08c374 (patch) | |
| tree | 81331ef8899b448dc5b02d2819d61e408a89d423 /src/micropeak/Makefile | |
| parent | fc2e5beb9173663e1e37a9b5a7b6eea1046222f7 (diff) | |
altos: Make micropeak 'serial' interface work
I prototyped the mpserial interface on a breadboard and tuned the
circuit to register the LED correctly. Then adjusted the serial code
to send bits at the right speed and format.
The logging contents are now in hexdecimal with a CCITT CRC-16
computed to verify correct reception.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/micropeak/Makefile')
| -rw-r--r-- | src/micropeak/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/micropeak/Makefile b/src/micropeak/Makefile index 82944cb1..ff0a4499 100644 --- a/src/micropeak/Makefile +++ b/src/micropeak/Makefile @@ -50,7 +50,7 @@ IDPRODUCT=0 PRODUCT=MicroPeak-v0.1 PRODUCT_DEF=-DMICROPEAK CFLAGS = $(PRODUCT_DEF) -I. -I../attiny -I../core -I.. -I../drivers -CFLAGS += -g -mmcu=$(MCU) -Wall -Wstrict-prototypes -O3 -mcall-prologues -DATTINY +CFLAGS += -g -mmcu=$(MCU) -Wall -Wstrict-prototypes -O2 -mcall-prologues -DATTINY NICKLE=nickle |
