File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545 cli-version : latest
4646 platforms : |
4747 - name: "n-able-Arduino:arm-ble"
48- source-url: "https://h2zero.github.io/n-able-Arduino/package_n-able_boards_index .json"
48+ source-url: "https://h2zero.github.io/n-able-Arduino/package_n-able_boards_test_index .json"
4949 version: latest
5050 - name: "n-able-Arduino:arm-ble"
5151 source-path: .
@@ -118,7 +118,7 @@ jobs:
118118 run : |
119119 cat > example/platformio.ini << EOF
120120 [env]
121- platform = https://github.com/h2zero/platform-n-able.git
121+ platform = https://github.com/h2zero/platform-n-able.git#cpp20
122122 platform_packages = framework-n-able-arduino @ file://./framework
123123 framework = arduino
124124 ${{ matrix.flags }}
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ compiler.warning_flags.default=
2828compiler.warning_flags.more=-Wall
2929compiler.warning_flags.all=-Wall -Wextra
3030
31- compiler.path={runtime.tools.gcc-arm-none-eabi-9 .3.1-1.path}/bin/
31+ compiler.path={runtime.tools.gcc-arm-none-eabi-10 .3.1-2. 1.path}/bin/
3232compiler.c.cmd=arm-none-eabi-gcc
3333compiler.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
3434compiler.c.elf.cmd=arm-none-eabi-g++
3535compiler.c.elf.flags=-Os -Wl,--gc-sections -save-temps
3636compiler.S.cmd=arm-none-eabi-gcc
3737compiler.S.flags=-c -g -x assembler-with-cpp
3838compiler.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++17 -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++20 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD
4040compiler.ar.cmd=arm-none-eabi-ar
4141compiler.ar.flags=rcs
4242compiler.objcopy.cmd=arm-none-eabi-objcopy
You can’t perform that action at this time.
0 commit comments