Skip to content

Commit 78b39b4

Browse files
committed
bump up gcc to 12.3Rel1
1 parent e745002 commit 78b39b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install ARM GCC
8383
uses: carlosperate/arm-none-eabi-gcc-action@v1
8484
with:
85-
release: '10-2020-q4'
85+
release: '12.3.Rel1'
8686

8787
- name: Install Tools
8888
run: |

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ target_compile_options(bootloader PUBLIC
167167
-Wno-endif-labels
168168
-Wunreachable-code
169169
# Suppress warning caused by SDK
170-
-Wno-unused-parameter -Wno-expansion-to-defined
170+
-Wno-unused-parameter -Wno-expansion-to-defined -Wno-array-bounds
171171
)
172172
target_compile_definitions(bootloader PUBLIC
173173
SOFTDEVICE_PRESENT

0 commit comments

Comments
 (0)