Update examples in order to enable flashing.
author(no author) <(no author)@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 27 Aug 2009 10:00:04 +0000 (10:00 +0000)
committer(no author) <(no author)@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 27 Aug 2009 10:00:04 +0000 (10:00 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2792 38d2e660-2303-0410-9eaa-f027e97ec537

examples/at91sam7/at91sam7s.mk
examples/at91sam7/at91sam7x.mk

index 8674874bf2cea4ffab8cfaaabe63fb178fbf420c..3dc9b6b6bbff894386a4061e559a0b53639e19e0 100644 (file)
@@ -46,3 +46,5 @@ at91sam7s_LDFLAGS = -nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld
 
 at91sam7s_CPU = arm7tdmi
 
+at91sam7s_PROGRAMMER_CPU = at91sam7
+at91sam7s_FLASH_SCRIPT = bertos/cpu/arm/scripts/flash.sh
index 5330106ce430aa3923e295f465236c622f9ea4c1..63081d04846b13a34e74038400dc4671c9fabd09 100644 (file)
@@ -46,3 +46,5 @@ at91sam7x_LDFLAGS = -nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld
 
 at91sam7x_CPU = arm7tdmi
 
+at91sam7x_PROGRAMMER_CPU = at91sam7
+at91sam7x_FLASH_SCRIPT = bertos/cpu/arm/scripts/flash.sh