From c6125bed876bc7b8bf15bfc8b55f0e4fcef37e0d Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Wed, 12 Oct 2016 09:07:02 +0000 Subject: [PATCH] Refs #53. - Removed comment regarding TCP/IP connect retry configuration in Microboot becase this will be a default feature in the future. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@152 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- .../Demo/ARMCM3_LM3S_EK_LM3S6965_Crossworks/Boot/blt_conf.h | 4 ---- Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/blt_conf.h | 4 ---- Target/Demo/ARMCM3_LM3S_EK_LM3S6965_IAR/Boot/blt_conf.h | 4 ---- .../ARMCM4_STM32_Olimex_STM32E407_Crossworks/Boot/blt_conf.h | 4 ---- Target/Demo/ARMCM4_STM32_Olimex_STM32E407_GCC/Boot/blt_conf.h | 4 ---- Target/Demo/ARMCM4_STM32_Olimex_STM32E407_IAR/Boot/blt_conf.h | 4 ---- 6 files changed, 24 deletions(-) diff --git a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_Crossworks/Boot/blt_conf.h b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_Crossworks/Boot/blt_conf.h index 05904c66..15f8bf63 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_Crossworks/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_Crossworks/Boot/blt_conf.h @@ -143,10 +143,6 @@ * when connected to the network via a router this can take several seconds. feel free to * shorten/lengthen this time for finetuning. the only downside of a long backdoor open * time is that the starting of the user program will also be delayed for this time. - * - * Also note that when the target is directly connected to the ethernet port of a PC, - * the checkbox "Automatically retry socket connection" should be checked in the - * Microboot settings. if connecting via a router the uncheck this checkbox. */ #define BACKDOOR_ENTRY_TIMEOUT_MS (10000) #endif diff --git a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/blt_conf.h b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/blt_conf.h index 3766a0ee..f3fcf89e 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/blt_conf.h @@ -143,10 +143,6 @@ * when connected to the network via a router this can take several seconds. feel free to * shorten/lengthen this time for finetuning. the only downside of a long backdoor open * time is that the starting of the user program will also be delayed for this time. - * - * Also note that when the target is directly connected to the ethernet port of a PC, - * the checkbox "Automatically retry socket connection" should be checked in the - * Microboot settings. if connecting via a router the uncheck this checkbox. */ #define BACKDOOR_ENTRY_TIMEOUT_MS (10000) #endif diff --git a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_IAR/Boot/blt_conf.h b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_IAR/Boot/blt_conf.h index abfd2b90..60ba2c4b 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_IAR/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_IAR/Boot/blt_conf.h @@ -143,10 +143,6 @@ * when connected to the network via a router this can take several seconds. feel free to * shorten/lengthen this time for finetuning. the only downside of a long backdoor open * time is that the starting of the user program will also be delayed for this time. - * - * Also note that when the target is directly connected to the ethernet port of a PC, - * the checkbox "Automatically retry socket connection" should be checked in the - * Microboot settings. if connecting via a router the uncheck this checkbox. */ #define BACKDOOR_ENTRY_TIMEOUT_MS (10000) #endif diff --git a/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_Crossworks/Boot/blt_conf.h b/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_Crossworks/Boot/blt_conf.h index 06744700..3b08a134 100644 --- a/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_Crossworks/Boot/blt_conf.h +++ b/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_Crossworks/Boot/blt_conf.h @@ -184,10 +184,6 @@ * when connected to the network via a router this can take several seconds. feel free to * shorten/lengthen this time for finetuning. the only downside of a long backdoor open * time is that the starting of the user program will also be delayed for this time. - * - * Also note that when the target is directly connected to the ethernet port of a PC, - * the checkbox "Automatically retry socket connection" should be checked in the - * Microboot settings. if connecting via a router the uncheck this checkbox. */ #define BACKDOOR_ENTRY_TIMEOUT_MS (10000) #endif diff --git a/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_GCC/Boot/blt_conf.h b/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_GCC/Boot/blt_conf.h index ff693849..7c0cec7a 100644 --- a/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_GCC/Boot/blt_conf.h +++ b/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_GCC/Boot/blt_conf.h @@ -184,10 +184,6 @@ * when connected to the network via a router this can take several seconds. feel free to * shorten/lengthen this time for finetuning. the only downside of a long backdoor open * time is that the starting of the user program will also be delayed for this time. - * - * Also note that when the target is directly connected to the ethernet port of a PC, - * the checkbox "Automatically retry socket connection" should be checked in the - * Microboot settings. if connecting via a router the uncheck this checkbox. */ #define BACKDOOR_ENTRY_TIMEOUT_MS (10000) #endif diff --git a/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_IAR/Boot/blt_conf.h b/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_IAR/Boot/blt_conf.h index 0cb1ede6..d6de461b 100644 --- a/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_IAR/Boot/blt_conf.h +++ b/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_IAR/Boot/blt_conf.h @@ -184,10 +184,6 @@ * when connected to the network via a router this can take several seconds. feel free to * shorten/lengthen this time for finetuning. the only downside of a long backdoor open * time is that the starting of the user program will also be delayed for this time. - * - * Also note that when the target is directly connected to the ethernet port of a PC, - * the checkbox "Automatically retry socket connection" should be checked in the - * Microboot settings. if connecting via a router the uncheck this checkbox. */ #define BACKDOOR_ENTRY_TIMEOUT_MS (10000) #endif