Skip to content

Commit 497295f

Browse files
committed
Address Copilot review
1 parent e01c613 commit 497295f

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

.github/workflows/test-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
inputs.config-file == './config/examples/stm32u5.config' ||
5454
inputs.config-file == './config/examples/stm32u5-wolfcrypt-tz.config' ||
5555
inputs.config-file == './config/examples/stm32u5-nonsecure-dualbank.config' ||
56-
inputs.config-file == './config/examples/stm32n567.config'
56+
inputs.config-file == './config/examples/stm32n6.config'
57+
inputs.config-file == './config/examples/stm32n6-tz.config'
5758
run: |
5859
make distclean
5960
cp ${{inputs.config-file}} .config

src/clang_sections.S

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2+
/* clang_sections.S
3+
*
4+
* Copyright (C) 2026 wolfSSL Inc.
5+
*
6+
* This file is part of wolfBoot.
7+
*
8+
* wolfBoot is free software; you can redistribute it and/or modify
9+
* it under the terms of the GNU General Public License as published by
10+
* the Free Software Foundation; either version 3 of the License, or
11+
* (at your option) any later version.
12+
*
13+
* wolfBoot is distributed in the hope that it will be useful,
14+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
* GNU General Public License for more details.
17+
*
18+
* You should have received a copy of the GNU General Public License
19+
* along with this program; if not, write to the Free Software
20+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
21+
*/
22+
123
/* Workaround for GNU ld mishandling AT() on output sections when no input
224
* object contributes a matching section. Clang does not emit empty .data/.bss
325
* sections in object files (GCC does), so GNU ld fails to assign the correct

0 commit comments

Comments
 (0)