Mercurial > ~darius > hgwebdir.cgi > tempctrl
annotate Makefile @ 23:845934a4e7fe
Add code to talk to a Phillips PDIUSBB12.
author | darius |
---|---|
date | Mon, 12 Dec 2005 23:32:59 +1030 |
parents | 108a703c39e6 |
children | 2b0ed085b95b |
rev | line source |
---|---|
14 | 1 # |
2 # $Id$ | |
3 # | |
0 | 4 |
14 | 5 PROG= testavr |
6 SRCS= 1wire.c testavr.c | |
7 | |
18
108a703c39e6
Covert to a later version of avr-libc. Stuff like not using inb/outb,
darius
parents:
14
diff
changeset
|
8 MCU= at90s8515 |
14 | 9 CFLAGS+=-Os -g -Wall -fno-inline-functions -fno-inline |
10 CFLAGS+=-DXTAL_CPU=4000000 | |
0 | 11 |
2 | 12 .include "Makefile.avr" |