From b651587012b409d43821a90e59045fd920612e3a Mon Sep 17 00:00:00 2001 From: Iliass Mahjoub Date: Wed, 31 Jul 2024 23:34:34 +0200 Subject: [PATCH] add copyright header to ld file and keep fixing CI/CD --- Build/Make/make_000.gmk | 2 +- Build/VS/UniversalBareMetal.vcxproj | 4 +-- Build/VS/UniversalBareMetal.vcxproj.filters | 12 ++++---- Src/Target/Stm32f446re/Make/stm32f446re.ld | 15 ++++++---- Src/Target/stm32l432kc/Make/stm32l432kc.ld | 31 ++++----------------- 5 files changed, 24 insertions(+), 40 deletions(-) diff --git a/Build/Make/make_000.gmk b/Build/Make/make_000.gmk index 1f978bb..56ae279 100644 --- a/Build/Make/make_000.gmk +++ b/Build/Make/make_000.gmk @@ -8,6 +8,6 @@ include $(PATH_SRC)/Target/stm32f446re/Make/make_stm32f446re.gmk endif ifeq ($(TYP_MCU),stm32l432kc) -include $(PATH_SRC)/Target/Stm32l432kc/Make/make_Stm32l432kc.gmk +include $(PATH_SRC)/Target/stm32l432kc/Make/make_stm32l432kc.gmk endif diff --git a/Build/VS/UniversalBareMetal.vcxproj b/Build/VS/UniversalBareMetal.vcxproj index c658cff..4417373 100644 --- a/Build/VS/UniversalBareMetal.vcxproj +++ b/Build/VS/UniversalBareMetal.vcxproj @@ -76,8 +76,8 @@ - - + + diff --git a/Build/VS/UniversalBareMetal.vcxproj.filters b/Build/VS/UniversalBareMetal.vcxproj.filters index ad01db4..002de7c 100644 --- a/Build/VS/UniversalBareMetal.vcxproj.filters +++ b/Build/VS/UniversalBareMetal.vcxproj.filters @@ -120,18 +120,18 @@ - - Source Files\Src\Target\stm32f446re\Make - - - Source Files\Src\Target\stm32f446re\Make - Source Files\Src\Target\stm32l432kc\Make Source Files\Src\Target\stm32l432kc\Make + + Source Files\Src\Target\stm32f446re\Make + + + Source Files\Src\Target\stm32f446re\Make + diff --git a/Src/Target/Stm32f446re/Make/stm32f446re.ld b/Src/Target/Stm32f446re/Make/stm32f446re.ld index 3c2f407..bab9268 100644 --- a/Src/Target/Stm32f446re/Make/stm32f446re.ld +++ b/Src/Target/Stm32f446re/Make/stm32f446re.ld @@ -1,9 +1,14 @@ - /* - Copyright Christopher Kormanyos 2007 - 2022. - Distributed under the Boost Software License, - Version 1.0. (See accompanying file LICENSE_1_0.txt - or copy at http://www.boost.org/LICENSE_1_0.txt) +****************************************************************************** +** +** Copyright Iliass Mahjoub 2023 - 2024. +** Copyright Christopher Kormanyos 2007 - 2024. +** +** Distributed under the Boost Software License, +** Version 1.0. (See accompanying file LICENSE_1_0.txt +** or copy at http://www.boost.org/LICENSE_1_0.txt) +** +****************************************************************************** */ /* Linker script for STM32F4xx ARM(R) Cortex(TM)-M4 MCU */ diff --git a/Src/Target/stm32l432kc/Make/stm32l432kc.ld b/Src/Target/stm32l432kc/Make/stm32l432kc.ld index 622adbe..3e97060 100644 --- a/Src/Target/stm32l432kc/Make/stm32l432kc.ld +++ b/Src/Target/stm32l432kc/Make/stm32l432kc.ld @@ -1,33 +1,12 @@ /* ****************************************************************************** ** -** @file : LinkerScript.ld +** Copyright Iliass Mahjoub 2023 - 2024. +** Copyright Christopher Kormanyos 2007 - 2024. ** -** @author : Auto-generated by STM32CubeIDE -** -** @brief : Linker script for STM32L432KCUx Device from STM32L4 series -** 256KBytes ROM -** 64KBytes RAM -** -** Set heap size, stack size and stack location according -** to application requirements. -** -** Set memory bank area and size if external memory is used -** -** Target : STMicroelectronics STM32 -** -** Distribution: The file is distributed as is, without any warranty -** of any kind. -** -****************************************************************************** -** @attention -** -** Copyright (c) 2024 STMicroelectronics. -** All rights reserved. -** -** This software is licensed under terms that can be found in the LICENSE file -** in the root directory of this software component. -** If no LICENSE file comes with this software, it is provided AS-IS. +** Distributed under the Boost Software License, +** Version 1.0. (See accompanying file LICENSE_1_0.txt +** or copy at http://www.boost.org/LICENSE_1_0.txt) ** ****************************************************************************** */