Remove old placeholder.
[bertos.git] / examples / triface / triface.mk
index e9861a064c324e0fcfcd16af88d59ef0eb65b671..74a1f15ef58c0bf3b7277cbf1ac0715cb473768a 100644 (file)
@@ -55,10 +55,14 @@ triface_CSRC = \
 
 triface_PCSRC += bertos/mware/formatwr.c
 
-
 triface_CFLAGS = -O2 -D'ARCH=(ARCH_TRIFACE)' -D'CPU_FREQ=(14745600UL)'  -D'WIZ_AUTOGEN' -fno-strict-aliasing -Iexamples/triface -Ibertos/cpu/avr
 triface_LDFLAGS = -Wl
 
+triface_PROGRAMMER_CPU = atmega1281
+triface_PROGRAMMER_TYPE = stk500v2
+triface_PROGRAMMER_PORT = /dev/ttyS1
+triface_FLASH_SCRIPT = bertos/cpu/avr/scripts/flash.sh
+triface_DEBUG_SCRIPT = bertos/cpu/avr/scripts/debug.sh
 
 # Set to 1 for debug builds
 boot_DEBUG = 0
@@ -87,3 +91,7 @@ boot_CFLAGS = -Os -mcall-prologues
 boot_LDFLAGS = -Wl,--relax -Wl,--section-start=.text=$(BOOT_ADDR_START)
 
 
+boot_PROGRAMMER_CPU = atmega1281
+boot_PROGRAMMER_TYPE = stk500v2
+boot_PROGRAMMER_PORT = /dev/ttyS1
+boot_FLASH_SCRIPT = bertos/cpu/avr/scripts/flash.sh