From: arighi Date: Tue, 25 May 2010 16:00:20 +0000 (+0000) Subject: Remove informations about the programmer type in all the boards' projects. X-Git-Tag: 2.5.0~88 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=60a0b8ab0133e33efb673577235798f645980d84;p=bertos.git Remove informations about the programmer type in all the boards' projects. 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 --- diff --git a/boards/arduino/benchmark/context_switch/context_switch_user.mk b/boards/arduino/benchmark/context_switch/context_switch_user.mk index e609d92c..4bc28c58 100644 --- a/boards/arduino/benchmark/context_switch/context_switch_user.mk +++ b/boards/arduino/benchmark/context_switch/context_switch_user.mk @@ -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. diff --git a/boards/arduino/templates/kernel/kernel_user.mk b/boards/arduino/templates/kernel/kernel_user.mk index 1fdea0de..6dfb4d8c 100644 --- a/boards/arduino/templates/kernel/kernel_user.mk +++ b/boards/arduino/templates/kernel/kernel_user.mk @@ -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 = \ diff --git a/boards/at91sam7x-ek/examples/sd_fat/sd_fat_user.mk b/boards/at91sam7x-ek/examples/sd_fat/sd_fat_user.mk index ab77198f..a007e43e 100644 --- a/boards/at91sam7x-ek/examples/sd_fat/sd_fat_user.mk +++ b/boards/at91sam7x-ek/examples/sd_fat/sd_fat_user.mk @@ -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 = \ diff --git a/boards/ek-lm3s1968/templates/empty/empty_user.mk b/boards/ek-lm3s1968/templates/empty/empty_user.mk index 244ab1a5..4c8ed7ef 100644 --- a/boards/ek-lm3s1968/templates/empty/empty_user.mk +++ b/boards/ek-lm3s1968/templates/empty/empty_user.mk @@ -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 \ # diff --git a/boards/stm32-p103/benchmark/context_switch/context_switch_user.mk b/boards/stm32-p103/benchmark/context_switch/context_switch_user.mk index 6362a9fc..4bc28c58 100644 --- a/boards/stm32-p103/benchmark/context_switch/context_switch_user.mk +++ b/boards/stm32-p103/benchmark/context_switch/context_switch_user.mk @@ -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.