From 6b00d99e7252806a923bace30179f1e6994be90f Mon Sep 17 00:00:00 2001 From: bernie Date: Tue, 26 Feb 2008 15:21:02 +0000 Subject: [PATCH] Remove plenty of weird AVR programmers git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1147 38d2e660-2303-0410-9eaa-f027e97ec537 --- config.mk | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/config.mk b/config.mk index e41cc6b0..64e91622 100644 --- a/config.mk +++ b/config.mk @@ -18,20 +18,6 @@ -include pgm_config.mk DPROG ?= -V -c stk500 -P /dev/ttyS0 -# AVR ISP dongle that blows up easily -#DPROG = -V -c stk500 -P /dev/ttyS0 -#DPROG = -V -c jtag2slow -#-P /dev/ttyUSB0 - -# STK200 parallel cable -#DPROG = -c stk200 -E noreset - -# JTAG ICE mkII -#DPROG = avarice --mkII -j usb -l - -# PonyProg serial programmer -#DPROG = -c dasa2 - # Set to 1 to build for embedded devices. # e.g. produce target.elf instead of target and target_nostrip EMBEDDED_TARGET = 1 -- 2.25.1