Skip to content

Commit cc3f05f

Browse files
committed
Update gcc-arm-none-eabi 14.2.1
1 parent a9f4085 commit cc3f05f

21 files changed

Lines changed: 39 additions & 35 deletions

File tree

ref_app/src/mcal/am335x/mcal_cpu_detail_secure.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
// Copyright Christopher Kormanyos 2014 - 2022.
2+
// Copyright Christopher Kormanyos 2014 - 2025.
33
// Distributed under the Boost Software License,
44
// Version 1.0. (See accompanying file LICENSE_1_0.txt
55
// or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -8,10 +8,10 @@
88
// This file implements helper functions for initializing
99
// the ARM(R) A8 for bare-metal Beagle Bone applications.
1010

11-
#include <algorithm>
12-
#include <cstdint>
1311
#include <mcal_cpu_detail_secure.h>
1412

13+
#include <algorithm>
14+
1515
void mcal::cpu::detail::secure::invalidate_caches()
1616
{
1717
// There are no contents here because the ARMv7 core

ref_app/src/mcal/am335x/mcal_cpu_detail_secure.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
// Copyright Christopher Kormanyos 2014 - 2020.
2+
// Copyright Christopher Kormanyos 2014 - 2025.
33
// Distributed under the Boost Software License,
44
// Version 1.0. (See accompanying file LICENSE_1_0.txt
55
// or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -8,6 +8,8 @@
88
#ifndef MCAL_CPU_DETAIL_SECURE_2014_06_12_H_
99
#define MCAL_CPU_DETAIL_SECURE_2014_06_12_H_
1010

11+
#include <cstdint>
12+
1113
namespace mcal
1214
{
1315
namespace cpu
@@ -18,7 +20,8 @@
1820

1921
class secure final
2022
{
21-
static constexpr std::uint32_t tlb_base_address = UINT32_C(0x4030C000);
23+
private:
24+
static constexpr std::uint32_t tlb_base_address { UINT32_C(0x4030C000) };
2225

2326
static void invalidate_caches ();
2427
static void clear_branch_prediction_array();

ref_app/target/micros/am335x/make/am335x_flags.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# compiler flags for the target architecture
1010
# ------------------------------------------------------------------------------
1111

12-
GCC_VERSION = 13.3.1
12+
GCC_VERSION = 14.2.1
1313
GCC_TARGET = arm-none-eabi
1414
GCC_PREFIX = arm-none-eabi
1515

ref_app/target/micros/avr/make/avr_flags.gmk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ TGT_CFLAGS = -std=$(STD_C)
4747
TGT_CXXFLAGS = -std=$(STD_CPP) \
4848
$(TGT_ALLFLAGS)
4949

50-
TGT_INCLUDES = $(INC_PREFIX)$(PATH_APP)/util/STL
50+
#TGT_INCLUDES = $(INC_PREFIX)$(PATH_APP)/util/STL
5151

52-
#TGT_INCLUDES = $(INC_PREFIX)C:/ChrisGitRepos/avr-libstdcpp/include
52+
TGT_INCLUDES = $(INC_PREFIX)C:/ChrisGitRepos/avr-libstdcpp/include
5353

5454
TGT_AFLAGS =
5555

ref_app/target/micros/bcm2835_raspi_b/make/bcm2835_raspi_b_flags.gmk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright Christopher Kormanyos 2013 - 2024.
2+
# Copyright Christopher Kormanyos 2013 - 2025.
33
# Distributed under the Boost Software License,
44
# Version 1.0. (See accompanying file LICENSE_1_0.txt
55
# or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -9,7 +9,7 @@
99
# compiler flags for the target architecture
1010
# ------------------------------------------------------------------------------
1111

12-
GCC_VERSION = 13.3.1
12+
GCC_VERSION = 14.2.1
1313
GCC_TARGET = arm-none-eabi
1414
GCC_PREFIX = arm-none-eabi
1515

ref_app/target/micros/lpc11c24/make/lpc11c24_flags.gmk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Christopher Kormanyos 2007 - 2024.
1+
# Copyright Christopher Kormanyos 2007 - 2025.
22
# Distributed under the Boost Software License,
33
# Version 1.0. (See accompanying file LICENSE_1_0.txt
44
# or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -8,7 +8,7 @@
88
# compiler flags for the target architecture
99
# ------------------------------------------------------------------------------
1010

11-
GCC_VERSION = 13.3.1
11+
GCC_VERSION = 14.2.1
1212
GCC_TARGET = arm-none-eabi
1313
GCC_PREFIX = arm-none-eabi
1414

ref_app/target/micros/nxp_imxrt1062/make/nxp_imxrt1062_flags.gmk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright Christopher Kormanyos 2007 - 2024.
2+
# Copyright Christopher Kormanyos 2007 - 2025.
33
# Distributed under the Boost Software License,
44
# Version 1.0. (See accompanying file LICENSE_1_0.txt
55
# or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -9,7 +9,7 @@
99
# compiler flags for the target architecture
1010
# ------------------------------------------------------------------------------
1111

12-
GCC_VERSION = 13.3.1
12+
GCC_VERSION = 14.2.1
1313
GCC_TARGET = arm-none-eabi
1414
GCC_PREFIX = arm-none-eabi
1515

ref_app/target/micros/rpi_pico2_rp2350/make/rpi_pico2_rp2350_flags.gmk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Christopher Kormanyos 2024.
1+
# Copyright Christopher Kormanyos 2024 - 2025.
22
# Distributed under the Boost Software License,
33
# Version 1.0. (See accompanying file LICENSE_1_0.txt
44
# or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -8,7 +8,7 @@
88
# compiler flags for the target architecture
99
# ------------------------------------------------------------------------------
1010

11-
GCC_VERSION = 13.3.1
11+
GCC_VERSION = 14.2.1
1212
GCC_TARGET = arm-none-eabi
1313
GCC_PREFIX = arm-none-eabi
1414

ref_app/target/micros/rpi_pico_rp2040/make/rpi_pico_rp2040_flags.gmk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Christopher Kormanyos 2024.
1+
# Copyright Christopher Kormanyos 2024 - 2025.
22
# Distributed under the Boost Software License,
33
# Version 1.0. (See accompanying file LICENSE_1_0.txt
44
# or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -8,7 +8,7 @@
88
# compiler flags for the target architecture
99
# ------------------------------------------------------------------------------
1010

11-
GCC_VERSION = 13.3.1
11+
GCC_VERSION = 14.2.1
1212
GCC_TARGET = arm-none-eabi
1313
GCC_PREFIX = arm-none-eabi
1414

ref_app/target/micros/stm32f100/make/stm32f100_flags.gmk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Christopher Kormanyos 2007 - 2024.
1+
# Copyright Christopher Kormanyos 2007 - 2025.
22
# Distributed under the Boost Software License,
33
# Version 1.0. (See accompanying file LICENSE_1_0.txt
44
# or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -8,7 +8,7 @@
88
# compiler flags for the target architecture
99
# ------------------------------------------------------------------------------
1010

11-
GCC_VERSION = 13.3.1
11+
GCC_VERSION = 14.2.1
1212
GCC_TARGET = arm-none-eabi
1313
GCC_PREFIX = arm-none-eabi
1414

0 commit comments

Comments
 (0)