diff options
Diffstat (limited to 'include.mk')
-rw-r--r-- | include.mk | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |