We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1143673 commit 1b46fb0Copy full SHA for 1b46fb0
1 file changed
.github/workflows/trunk.yml
@@ -402,7 +402,7 @@ jobs:
402
setup_script_args=""
403
if [[ ${{ matrix.os}} == "bare_metal" ]]; then
404
toolchain_prefix=arm-none-eabi-
405
- threshold="110642" # 108 KiB
+ threshold="111000" # 111 KiB
406
toolchain_cmake=examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake
407
elif [[ ${{ matrix.os}} == "zephyr-preset" ]]; then
408
setup_script_args="--target-toolchain zephyr"
0 commit comments