From 089ae35c9257c8c64beb2feb7d98f4b418914393 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Wed, 3 May 2023 10:15:26 +0000 Subject: [PATCH] Refs #1787. Corrected filename in file headers. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1049 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/blt_conf.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/hooks.c | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/led.c | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/led.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/boot.c | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/boot.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/header.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/led.c | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/led.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/timer.c | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/timer.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/blt_conf.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/hooks.c | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/led.c | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/led.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/boot.c | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/boot.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/header.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/led.c | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/led.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/timer.c | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/timer.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/blt_conf.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/hooks.c | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/led.c | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/led.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/boot.c | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/boot.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/header.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/led.c | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/led.h | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/timer.c | 2 +- Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/timer.h | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/blt_conf.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/blt_conf.h index 00c3f8c5..54e906b4 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/blt_conf.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/blt_conf.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/App/blt_conf.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/blt_conf.h * \brief Bootloader configuration header file. * \ingroup Boot_ARMCM4_STM32G4_Nucleo_G474RE_GCC * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/hooks.c b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/hooks.c index 4e851e4c..abbf1680 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/hooks.c +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/hooks.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/App/hooks.c +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/hooks.c * \brief Bootloader callback source file. * \ingroup Boot_ARMCM4_STM32G4_Nucleo_G474RE_GCC * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/led.c b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/led.c index 2f721429..8ffa3383 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/led.c +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/led.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/App/led.c +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/led.c * \brief LED driver source file. * \ingroup Boot_ARMCM4_STM32G4_Nucleo_G474RE_GCC * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/led.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/led.h index 35942fa6..51a4bc97 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/led.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/led.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/App/led.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Boot/led.h * \brief LED driver header file. * \ingroup Boot_ARMCM4_STM32G4_Nucleo_G474RE_GCC * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/boot.c b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/boot.c index 531b4dd8..69f28906 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/boot.c +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/boot.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/App/boot.c +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/boot.c * \brief Demo program bootloader interface source file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_GCC * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/boot.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/boot.h index b84d3751..91ff47cb 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/boot.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/boot.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/App/boot.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/boot.h * \brief Demo program bootloader interface header file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_GCC * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/header.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/header.h index e135db58..159f43b6 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/header.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/header.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/App/header.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/header.h * \brief Generic header file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_GCC * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/led.c b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/led.c index 7bf8e84c..83632645 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/led.c +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/led.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/App/led.c +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/led.c * \brief LED driver source file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_GCC * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/led.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/led.h index 1c907524..0e16fa79 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/led.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/led.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/App/led.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/led.h * \brief LED driver header file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_GCC * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/timer.c b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/timer.c index fbced4eb..9a79daac 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/timer.c +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/timer.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/App/timer.c +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/timer.c * \brief Timer driver source file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_GCC * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/timer.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/timer.h index 4f7f99e1..011a2808 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/timer.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/timer.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/App/timer.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_GCC/Prog/timer.h * \brief Timer driver header file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_GCC * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/blt_conf.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/blt_conf.h index 44ce5940..ae6f6f84 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/blt_conf.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/blt_conf.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/App/blt_conf.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/blt_conf.h * \brief Bootloader configuration header file. * \ingroup Boot_ARMCM4_STM32G4_Nucleo_G474RE_IAR * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/hooks.c b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/hooks.c index d4f48477..677641b0 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/hooks.c +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/hooks.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/App/hooks.c +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/hooks.c * \brief Bootloader callback source file. * \ingroup Boot_ARMCM4_STM32G4_Nucleo_G474RE_IAR * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/led.c b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/led.c index 15fbce0f..1974f561 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/led.c +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/led.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/App/led.c +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/led.c * \brief LED driver source file. * \ingroup Boot_ARMCM4_STM32G4_Nucleo_G474RE_IAR * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/led.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/led.h index d175d522..0abde429 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/led.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/led.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/App/led.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Boot/led.h * \brief LED driver header file. * \ingroup Boot_ARMCM4_STM32G4_Nucleo_G474RE_IAR * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/boot.c b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/boot.c index d7314d84..d5502ac8 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/boot.c +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/boot.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/App/boot.c +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/boot.c * \brief Demo program bootloader interface source file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_IAR * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/boot.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/boot.h index c9b3ed76..9ea3686e 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/boot.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/boot.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/App/boot.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/boot.h * \brief Demo program bootloader interface header file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_IAR * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/header.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/header.h index c58419ce..a83b57fd 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/header.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/header.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/App/header.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/header.h * \brief Generic header file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_IAR * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/led.c b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/led.c index ed315acc..34dbc1ac 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/led.c +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/led.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/App/led.c +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/led.c * \brief LED driver source file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_IAR * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/led.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/led.h index 8a2d00a8..66f532a9 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/led.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/led.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/App/led.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/led.h * \brief LED driver header file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_IAR * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/timer.c b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/timer.c index 0851cac1..6d1e0295 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/timer.c +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/timer.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/App/timer.c +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/timer.c * \brief Timer driver source file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_IAR * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/timer.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/timer.h index 4a3a49af..f55f4df1 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/timer.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/timer.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/App/timer.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_IAR/Prog/timer.h * \brief Timer driver header file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_IAR * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/blt_conf.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/blt_conf.h index 2c9a832d..289201ed 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/blt_conf.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/blt_conf.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/App/blt_conf.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/blt_conf.h * \brief Bootloader configuration header file. * \ingroup Boot_ARMCM4_STM32G4_Nucleo_G474RE_Keil * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/hooks.c b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/hooks.c index 52060e7c..fff416c9 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/hooks.c +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/hooks.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/App/hooks.c +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/hooks.c * \brief Bootloader callback source file. * \ingroup Boot_ARMCM4_STM32G4_Nucleo_G474RE_Keil * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/led.c b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/led.c index 35375af5..17dc0a1a 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/led.c +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/led.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/App/led.c +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/led.c * \brief LED driver source file. * \ingroup Boot_ARMCM4_STM32G4_Nucleo_G474RE_Keil * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/led.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/led.h index 9f5ad677..9c1c085d 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/led.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/led.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/App/led.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Boot/led.h * \brief LED driver header file. * \ingroup Boot_ARMCM4_STM32G4_Nucleo_G474RE_Keil * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/boot.c b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/boot.c index 980a5e2a..a29ba9c1 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/boot.c +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/boot.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/App/boot.c +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/boot.c * \brief Demo program bootloader interface source file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_Keil * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/boot.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/boot.h index 7d3d8da4..c010d5a7 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/boot.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/boot.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/App/boot.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/boot.h * \brief Demo program bootloader interface header file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_Keil * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/header.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/header.h index 0dfe5fc2..f2fddfae 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/header.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/header.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/App/header.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/header.h * \brief Generic header file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_Keil * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/led.c b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/led.c index d4aef19b..eda100bc 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/led.c +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/led.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/App/led.c +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/led.c * \brief LED driver source file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_Keil * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/led.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/led.h index 304bf74b..4ac7318e 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/led.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/led.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/App/led.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/led.h * \brief LED driver header file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_Keil * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/timer.c b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/timer.c index 903e3325..361f95c7 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/timer.c +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/timer.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/App/timer.c +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/timer.c * \brief Timer driver source file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_Keil * \internal diff --git a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/timer.h b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/timer.h index 81e03c70..98410028 100644 --- a/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/timer.h +++ b/Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/timer.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/App/timer.h +* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_Keil/Prog/timer.h * \brief Timer driver header file. * \ingroup Prog_ARMCM4_STM32G4_Nucleo_G474RE_Keil * \internal