From c7cb7e87a3a2c31bd61301fb64468d780de662ad Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Tue, 3 May 2022 17:51:08 +0000 Subject: [PATCH] Refs #847. Enabled firmware updates via TCP/IP in the XMC4700 Relax Kit demo bootloader for Keil MDK for ARM. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@950 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_Keil/Boot/blt_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_Keil/Boot/blt_conf.h b/Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_Keil/Boot/blt_conf.h index f2e61774..1cbf8f0f 100644 --- a/Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_Keil/Boot/blt_conf.h +++ b/Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_Keil/Boot/blt_conf.h @@ -185,7 +185,7 @@ * firmware update is completed by the bootloader. */ /** \brief Enable/disable support for firmware updates from a locally attached storage.*/ -#define BOOT_FILE_SYS_ENABLE (0) +#define BOOT_FILE_SYS_ENABLE (1) /** \brief Enable/disable logging messages during firmware updates. */ #define BOOT_FILE_LOGGING_ENABLE (1) /** \brief Enable/disable a hook function that is called upon detection of an error. */