Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright Christopher Kormanyos 2007 - 2025.
# Copyright Christopher Kormanyos 2007 - 2026.
# 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)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Christopher Kormanyos 2024 - 2025.
# Copyright Christopher Kormanyos 2024 - 2026.
# 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)
Expand All @@ -8,7 +8,7 @@
# compiler flags for the target architecture
# ------------------------------------------------------------------------------

GCC_VERSION = 14.2.1
GCC_VERSION = 15.2.1
GCC_TARGET = arm-none-eabi
GCC_PREFIX = arm-none-eabi

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Christopher Kormanyos 2024 - 2025.
# Copyright Christopher Kormanyos 2024 - 2026.
# 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)
Expand All @@ -8,7 +8,7 @@
# compiler flags for the target architecture
# ------------------------------------------------------------------------------

GCC_VERSION = 14.2.1
GCC_VERSION = 15.2.1
GCC_TARGET = arm-none-eabi
GCC_PREFIX = arm-none-eabi

Expand Down
4 changes: 2 additions & 2 deletions ref_app/target/micros/stm32f100/make/stm32f100_flags.gmk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Christopher Kormanyos 2007 - 2025.
# Copyright Christopher Kormanyos 2007 - 2026.
# 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)
Expand All @@ -8,7 +8,7 @@
# compiler flags for the target architecture
# ------------------------------------------------------------------------------

GCC_VERSION = 14.2.1
GCC_VERSION = 15.2.1
GCC_TARGET = arm-none-eabi
GCC_PREFIX = arm-none-eabi

Expand Down
4 changes: 2 additions & 2 deletions ref_app/target/micros/stm32f407/make/stm32f407_flags.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright Christopher Kormanyos 2007 - 2025.
# Copyright Christopher Kormanyos 2007 - 2026.
# 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)
Expand All @@ -9,7 +9,7 @@
# compiler flags for the target architecture
# ------------------------------------------------------------------------------

GCC_VERSION = 14.2.1
GCC_VERSION = 15.2.1
GCC_TARGET = arm-none-eabi
GCC_PREFIX = arm-none-eabi

Expand Down
4 changes: 2 additions & 2 deletions ref_app/target/micros/stm32f429/make/stm32f429_flags.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright Christopher Kormanyos 2007 - 2025.
# Copyright Christopher Kormanyos 2007 - 2026.
# 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)
Expand All @@ -9,7 +9,7 @@
# compiler flags for the target architecture
# ------------------------------------------------------------------------------

GCC_VERSION = 14.2.1
GCC_VERSION = 15.2.1
GCC_TARGET = arm-none-eabi
GCC_PREFIX = arm-none-eabi

Expand Down
4 changes: 2 additions & 2 deletions ref_app/target/micros/stm32f446/make/stm32f446_flags.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright Christopher Kormanyos 2007 - 2025.
# Copyright Christopher Kormanyos 2007 - 2026.
# 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)
Expand All @@ -9,7 +9,7 @@
# compiler flags for the target architecture
# ------------------------------------------------------------------------------

GCC_VERSION = 14.2.1
GCC_VERSION = 15.2.1
GCC_TARGET = arm-none-eabi
GCC_PREFIX = arm-none-eabi

Expand Down
4 changes: 2 additions & 2 deletions ref_app/target/micros/stm32h7a3/make/stm32h7a3_flags.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright Christopher Kormanyos 2007 - 2025.
# Copyright Christopher Kormanyos 2007 - 2026.
# 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)
Expand All @@ -9,7 +9,7 @@
# compiler flags for the target architecture
# ------------------------------------------------------------------------------

GCC_VERSION = 14.2.1
GCC_VERSION = 15.2.1
GCC_TARGET = arm-none-eabi
GCC_PREFIX = arm-none-eabi

Expand Down
4 changes: 2 additions & 2 deletions ref_app/target/micros/stm32l100c/make/stm32l100c_flags.gmk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Christopher Kormanyos 2007 - 2025.
# Copyright Christopher Kormanyos 2007 - 2026.
# 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)
Expand All @@ -8,7 +8,7 @@
# compiler flags for the target architecture
# ------------------------------------------------------------------------------

GCC_VERSION = 14.2.1
GCC_VERSION = 15.2.1
GCC_TARGET = arm-none-eabi
GCC_PREFIX = arm-none-eabi

Expand Down
4 changes: 2 additions & 2 deletions ref_app/target/micros/stm32l152/make/stm32l152_flags.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright Christopher Kormanyos 2017 - 2025.
# Copyright Christopher Kormanyos 2017 - 2026.
# 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)
Expand All @@ -9,7 +9,7 @@
# compiler flags for the target architecture
# ------------------------------------------------------------------------------

GCC_VERSION = 14.2.1
GCC_VERSION = 15.2.1
GCC_TARGET = arm-none-eabi
GCC_PREFIX = arm-none-eabi

Expand Down
4 changes: 2 additions & 2 deletions ref_app/target/micros/stm32l432/make/stm32l432_flags.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright Christopher Kormanyos 2007 - 2025.
# Copyright Christopher Kormanyos 2007 - 2026.
# 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)
Expand All @@ -9,7 +9,7 @@
# compiler flags for the target architecture
# ------------------------------------------------------------------------------

GCC_VERSION = 14.2.1
GCC_VERSION = 15.2.1
GCC_TARGET = arm-none-eabi
GCC_PREFIX = arm-none-eabi

Expand Down
Loading