We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e745002 commit 78b39b4Copy full SHA for 78b39b4
.github/workflows/githubci.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Install ARM GCC
83
uses: carlosperate/arm-none-eabi-gcc-action@v1
84
with:
85
- release: '10-2020-q4'
+ release: '12.3.Rel1'
86
87
- name: Install Tools
88
run: |
CMakeLists.txt
@@ -167,7 +167,7 @@ target_compile_options(bootloader PUBLIC
167
-Wno-endif-labels
168
-Wunreachable-code
169
# Suppress warning caused by SDK
170
- -Wno-unused-parameter -Wno-expansion-to-defined
+ -Wno-unused-parameter -Wno-expansion-to-defined -Wno-array-bounds
171
)
172
target_compile_definitions(bootloader PUBLIC
173
SOFTDEVICE_PRESENT
0 commit comments