2010-11-12 18:15:00 +01:00
|
|
|
#Note to AVR Raven users: Output goes to UART1, not the LCD. To see it,
|
|
|
|
#make TARGET=avr-raven hello-world.elf
|
|
|
|
#Load the .elf in AVR Studio and connect a hapsim terminal to the 1284p simulation.
|
|
|
|
|
2008-05-26 09:37:24 +02:00
|
|
|
CONTIKI_PROJECT = hello-world
|
|
|
|
all: $(CONTIKI_PROJECT)
|
2006-10-02 23:46:46 +02:00
|
|
|
|
2010-11-12 18:15:00 +01:00
|
|
|
#UIP_CONF_IPV6=1
|
|
|
|
|
2008-05-26 09:37:24 +02:00
|
|
|
CONTIKI = ../..
|
2006-10-02 23:46:46 +02:00
|
|
|
include $(CONTIKI)/Makefile.include
|