File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 51
51
source-path: .
52
52
libraries : |
53
53
- name: NimBLE-Arduino
54
+ version: 1.4.3
54
55
fqbn : " h2zero:arm-ble:${{ matrix.variant }}"
55
56
sketch-paths : ${{ matrix.example }}
56
57
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ compiler.warning_flags.all=-Wall -Wextra
30
30
31
31
compiler.path={runtime.tools.gcc-arm-none-eabi-9.3.1-1.path}/bin/
32
32
compiler.c.cmd=arm-none-eabi-gcc
33
- compiler.c.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} {build.float_flags} -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -MMD
33
+ compiler.c.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} {build.float_flags} -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -std=gnu17 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -MMD
34
34
compiler.c.elf.cmd=arm-none-eabi-g++
35
35
compiler.c.elf.flags=-Os -Wl,--gc-sections -save-temps
36
36
compiler.S.cmd=arm-none-eabi-gcc
37
37
compiler.S.flags=-c -g -x assembler-with-cpp
38
38
compiler.cpp.cmd=arm-none-eabi-g++
39
- compiler.cpp.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} {build.float_flags} -Wno-unused-parameter -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD
39
+ compiler.cpp.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} {build.float_flags} -Wno-unused-parameter -std=gnu++17 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD
40
40
compiler.ar.cmd=arm-none-eabi-ar
41
41
compiler.ar.flags=rcs
42
42
compiler.objcopy.cmd=arm-none-eabi-objcopy
You can’t perform that action at this time.
0 commit comments