From: batt Date: Fri, 28 Aug 2009 09:48:19 +0000 (+0000) Subject: Remove scripts. X-Git-Tag: 2.2.0~160 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=d82169c5d84ea8b5b81e4625dea7b838dffb777e;p=bertos.git Remove scripts. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2808 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/avr/scripts/debug.sh b/bertos/cpu/avr/scripts/debug.sh deleted file mode 100755 index 49656edc..00000000 --- a/bertos/cpu/avr/scripts/debug.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -printf "AVR target debugging is currently not supported.\n" -exit 1 diff --git a/bertos/cpu/avr/scripts/flash.sh b/bertos/cpu/avr/scripts/flash.sh deleted file mode 100755 index 21b6ab86..00000000 --- a/bertos/cpu/avr/scripts/flash.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -avrdude -p ${PROGRAMMER_CPU} -c ${PROGRAMMER_TYPE} -P ${PROGRAMMER_PORT} -U ${IMAGE_FILE}