projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da0ee63
)
Remove plenty of weird AVR programmers
author
bernie
<bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 26 Feb 2008 15:21:02 +0000
(15:21 +0000)
committer
bernie
<bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 26 Feb 2008 15:21:02 +0000
(15:21 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1147
38d2e660
-2303-0410-9eaa-
f027e97ec537
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index e41cc6b049dbef9cca5cc34bda3f061d6f623946..64e916220861a37579401ef1f7cbcc628601eff2 100644
(file)
--- 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