From: bernie Date: Tue, 26 Feb 2008 15:21:02 +0000 (+0000) Subject: Remove plenty of weird AVR programmers X-Git-Tag: 1.0.0~105 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=6b00d99e7252806a923bace30179f1e6994be90f;p=bertos.git Remove plenty of weird AVR programmers git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1147 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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