summaryrefslogtreecommitdiff
path: root/include.mk
diff options
context:
space:
mode:
Diffstat (limited to 'include.mk')
-rw-r--r--include.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/include.mk b/include.mk
index 0c49351..ce21fd7 100644
--- a/include.mk
+++ b/include.mk
@@ -94,6 +94,14 @@ ifeq ($(BOARD_TYPE),arduinoNG)
AVRDUDE_PORT := /dev/ttyUSB0
RESET_FUNC := ../tools/dummy_reset
endif
+ifeq ($(BOARD_TYPE),AvrNetIo)
+ MCU := atmega32
+ F_CPU := 16000000
+ PROG := avrdude
+ UPLOAD_RATE := 19200
+ PROG_TYPE := stk500v2
+ AVRDUDE_PORT := /dev/ttyS0
+endif
CC = avr-gcc
OBJCOPY = avr-objcopy