You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/11/04 04:38:02 UTC

[04/13] incubator-mynewt-core git commit: Fix incorrect env variable name in comments

Fix incorrect env variable name in comments


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/9112760e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/9112760e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/9112760e

Branch: refs/heads/develop
Commit: 9112760e25d3d83ae41ea4299eb225b2e319698d
Parents: 2820439
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu Nov 3 15:26:37 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu Nov 3 21:32:01 2016 -0700

----------------------------------------------------------------------
 hw/bsp/nucleo-f401re/nucleo-f401re_download.sh                     | 2 +-
 .../olimex_stm32-e407_devboard_download.sh                         | 2 +-
 hw/bsp/stm32f4discovery/stm32f4discovery_download.sh               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/9112760e/hw/bsp/nucleo-f401re/nucleo-f401re_download.sh
----------------------------------------------------------------------
diff --git a/hw/bsp/nucleo-f401re/nucleo-f401re_download.sh b/hw/bsp/nucleo-f401re/nucleo-f401re_download.sh
index def6af4..0666699 100755
--- a/hw/bsp/nucleo-f401re/nucleo-f401re_download.sh
+++ b/hw/bsp/nucleo-f401re/nucleo-f401re_download.sh
@@ -27,7 +27,7 @@
 #  - EXTRA_JTAG_CMD holds extra parameters to pass to jtag software
 #  - MFG_IMAGE is "1" if this is a manufacturing image
 #  - FLASH_OFFSET contains the flash offset to download to
-#  - BOOTLOADER is set if downloading a bootloader
+#  - BOOT_LOADER is set if downloading a bootloader
 
 . $CORE_PATH/hw/scripts/openocd.sh
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/9112760e/hw/bsp/olimex_stm32-e407_devboard/olimex_stm32-e407_devboard_download.sh
----------------------------------------------------------------------
diff --git a/hw/bsp/olimex_stm32-e407_devboard/olimex_stm32-e407_devboard_download.sh b/hw/bsp/olimex_stm32-e407_devboard/olimex_stm32-e407_devboard_download.sh
index e46b4c3..9ee17c4 100755
--- a/hw/bsp/olimex_stm32-e407_devboard/olimex_stm32-e407_devboard_download.sh
+++ b/hw/bsp/olimex_stm32-e407_devboard/olimex_stm32-e407_devboard_download.sh
@@ -26,7 +26,7 @@
 #  - EXTRA_JTAG_CMD holds extra parameters to pass to jtag software
 #  - MFG_IMAGE is "1" if this is a manufacturing image
 #  - FLASH_OFFSET contains the flash offset to download to
-#  - BOOTLOADER is set if downloading a bootloader
+#  - BOOT_LOADER is set if downloading a bootloader
 
 . $CORE_PATH/hw/scripts/openocd.sh
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/9112760e/hw/bsp/stm32f4discovery/stm32f4discovery_download.sh
----------------------------------------------------------------------
diff --git a/hw/bsp/stm32f4discovery/stm32f4discovery_download.sh b/hw/bsp/stm32f4discovery/stm32f4discovery_download.sh
index 4eacf2a..7a30cf5 100755
--- a/hw/bsp/stm32f4discovery/stm32f4discovery_download.sh
+++ b/hw/bsp/stm32f4discovery/stm32f4discovery_download.sh
@@ -27,7 +27,7 @@
 #  - EXTRA_JTAG_CMD holds extra parameters to pass to jtag software
 #  - MFG_IMAGE is "1" if this is a manufacturing image
 #  - FLASH_OFFSET contains the flash offset to download to
-#  - BOOTLOADER is set if downloading a bootloader
+#  - BOOT_LOADER is set if downloading a bootloader
 . $CORE_PATH/hw/scripts/openocd.sh
 
 CFG="-s $BSP_PATH -f f4discovery.cfg"