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