Remove informations about the programmer type in all the boards' projects.
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 25 May 2010 16:00:20 +0000 (16:00 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 25 May 2010 16:00:20 +0000 (16:00 +0000)
The wizard will take care of choosing the correct programmer type or ask
this information to the user.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3829 38d2e660-2303-0410-9eaa-f027e97ec537

boards/arduino/benchmark/context_switch/context_switch_user.mk
boards/arduino/templates/kernel/kernel_user.mk
boards/at91sam7x-ek/examples/sd_fat/sd_fat_user.mk
boards/ek-lm3s1968/templates/empty/empty_user.mk
boards/stm32-p103/benchmark/context_switch/context_switch_user.mk

index e609d92c827145f66ae479284e6baeadb9e105bb..4bc28c58039ea746cb959ff7acf0087f5ee817f5 100644 (file)
@@ -4,7 +4,7 @@
 #
 
 # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
-context_switch_PROGRAMMER_TYPE = arduino
+context_switch_PROGRAMMER_TYPE = none
 context_switch_PROGRAMMER_PORT = none
 
 # Files included by the user.
index 1fdea0de073d9b295e66941255df2a7285ebc206..6dfb4d8c0e25df661941de4ea56e3cab51fb1d7c 100644 (file)
@@ -4,8 +4,8 @@
 #
 
 # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
-kernel_PROGRAMMER_TYPE = arduino
-kernel_PROGRAMMER_PORT = "/dev/ttyUSB0 -b 57600"
+kernel_PROGRAMMER_TYPE = none
+kernel_PROGRAMMER_PORT = none
 
 # Files included by the user.
 kernel_USER_CSRC = \
index ab77198fa6ec13ddc1b82326e7189fe01fbae78c..a007e43e00bf30a2664a3b02cfbc91f103a77f0d 100644 (file)
@@ -4,8 +4,8 @@
 #
 
 # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
-sd_fat_PROGRAMMER_TYPE = jtag-tiny
-sd_fat_PROGRAMMER_PORT = usb
+sd_fat_PROGRAMMER_TYPE = none
+sd_fat_PROGRAMMER_PORT = none
 
 # Files included by the user.
 sd_fat_USER_CSRC = \
index 244ab1a51a5427eba1cf526b2449ac25797114b7..4c8ed7ef158ad99ba17d65403258db146f7d47b5 100644 (file)
@@ -4,7 +4,7 @@
 #
 
 # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
-empty_PROGRAMMER_TYPE = luminary
+empty_PROGRAMMER_TYPE = none
 empty_PROGRAMMER_PORT = none
 
 # Files included by the user.
@@ -40,5 +40,4 @@ empty_USER_CPPAFLAGS = \
 empty_USER_CPPFLAGS = \
        -fno-strict-aliasing \
        -fwrapv \
-       -O2 \
        #
index 6362a9fc3448efc6f83b01a918567b683ee6ce8a..4bc28c58039ea746cb959ff7acf0087f5ee817f5 100644 (file)
@@ -4,7 +4,7 @@
 #
 
 # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
-context_switch_PROGRAMMER_TYPE = jtag-tiny
+context_switch_PROGRAMMER_TYPE = none
 context_switch_PROGRAMMER_PORT = none
 
 # Files included by the user.