Mercurial > ~darius > hgwebdir.cgi > avr
view Makefile @ 31:4e417d84365e
- Rename some more functions to be consistent.
- Add some delays when talking to the 'D12 - probably not needed.
- Add some comments at the top of each function.
- Log endpoint errors.
- Whitespace changes.
- Remove exact_Bytes crap.
- Many other changes I have made in an attempt to get it to work
consistently (but no luck yet).
author | darius |
---|---|
date | Mon, 10 Apr 2006 17:27:48 +0930 |
parents | 2b0ed085b95b |
children | e40e919721b0 |
line wrap: on
line source
# # $Id$ # PROG= testavr SRCS= 1wire.c testavr.c usb.c MCU= atmega32 PART= m32 CFLAGS+=-O2 -g -Wall -Wunreachable-code CFLAGS+=-DF_CPU=16000000 #CFLAGS+= -mcall-prologues -frename-registers -fstrict-aliasing -fnew-ra .include "Makefile.avr"