diff --git a/.github/workflows/gcc_check.yml b/.github/workflows/gcc_check.yml index f26cf5704..3eda52fa2 100644 --- a/.github/workflows/gcc_check.yml +++ b/.github/workflows/gcc_check.yml @@ -7,11 +7,11 @@ name: gcc_check # link the example builds, both the script-driven ones and those driven by # CMake. # -# Why this exists: GCC is the project's declared default compiler (AGENTS.md, -# "The default compiler for the project is GCC 14 on Linux") and until this -# workflow landed, nothing in CI compiled a line of any port with it. The only -# cross-compilation check that ran was clang_check, so the LLVM path was better -# guarded than the GNU one, on ports whose directory is literally named gnu. +# Why this exists: GCC 14 on Linux is the project's default compiler, it is +# what the gnu ports exist for, and until this workflow landed, nothing in CI +# compiled a line of any port with it. The only cross-compilation check that +# ran was clang_check, so the LLVM path was better guarded than the GNU one, +# on ports whose directory is literally named gnu. # # What it covers: 840 assembly sources across 40 port families, 469 of them # again behind feature macros, common/src for nine cores, 302 module manager C @@ -94,8 +94,8 @@ jobs: env: # Pinned deliberately, as the runner image is: a toolchain upgrade should # be a reviewable commit rather than something that changes underneath the - # ports. 14.3.rel1 matches AGENTS.md's GCC 14 default and the version - # cortex_m already pins. + # ports. 14.3.rel1 is the GCC 14 the project builds against, and the + # version cortex_m already pins. # Releases: https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads GCC_VERSION: 14.3.rel1 diff --git a/.github/workflows/r52_fvp.yml b/.github/workflows/r52_fvp.yml index 8adc1c2be..60861d49b 100644 --- a/.github/workflows/r52_fvp.yml +++ b/.github/workflows/r52_fvp.yml @@ -75,7 +75,7 @@ jobs: # Pinned deliberately. Matches gcc_check.yml and ci_cortex_m.yml so all # three share one cache entry rather than each holding its own copy of # the same archive; change them together or the sharing silently stops. - # 14.3.rel1 is AGENTS.md's declared GCC 14 default. + # 14.3.rel1 is the project's GCC 14 default. GCC_VERSION: 14.3.rel1 # Where the Armv8-R AEM FVP comes from. diff --git a/.github/workflows/regression_template.yml b/.github/workflows/regression_template.yml index ad2d42aa7..267b1b585 100644 --- a/.github/workflows/regression_template.yml +++ b/.github/workflows/regression_template.yml @@ -54,7 +54,7 @@ on: # rate, and not the lower of the two. Probed on the same run: the # ThreadX report at 100.00% lines and 77.67% branches passes a floor of # 99. Worth knowing, because branch coverage is around 78% in both - # suites while AGENTS.md asks for 100%, and a floor set from the + # suites while the project asks for 100%, and a floor set from the # headline line figure says nothing about it. # # Each suite sets its own in regression_test.yml, because they do not @@ -157,9 +157,9 @@ jobs: # ! opens a YAML tag, and the expression will not parse without it. # # fail_below_min turns the summary into a gate. Until now coverage could - # fall from any figure to any other and no check went red, against an - # AGENTS.md that asks for 100% -- a stated requirement measured with a - # gauge that could not fail. + # fall from any figure to any other and no check went red, against a + # project target of 100% -- a stated requirement measured with a gauge + # that could not fail. # # One thing the floor does not defend, and it is the likeliest way for # coverage to break: an empty report reads as 100%. gcovr writes diff --git a/cmake/cortex_m52.cmake b/cmake/cortex_m52.cmake index be25f62dd..4ba987d6d 100644 --- a/cmake/cortex_m52.cmake +++ b/cmake/cortex_m52.cmake @@ -29,6 +29,10 @@ include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake) # reject the port outright. Override with -DARM_TOOLCHAIN_PATH=