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 3e70463 commit ea16842Copy full SHA for ea16842
.github/workflows/trunk.yml
@@ -285,12 +285,12 @@ jobs:
285
setup_script_args=""
286
if [[ ${{ matrix.os}} == "bare_metal" ]]; then
287
toolchain_prefix=arm-none-eabi-
288
- threshold="109000"
+ threshold="110592" # 108 KiB
289
toolchain_cmake=examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake
290
elif [[ ${{ matrix.os}} == "zephyr-preset" ]]; then
291
setup_script_args="--target-toolchain zephyr"
292
toolchain_prefix=arm-zephyr-eabi-
293
- threshold="135000"
+ threshold="135168" # 132 KiB
294
toolchain_cmake=examples/zephyr/x86_64-linux-arm-zephyr-eabi-gcc.cmake
295
else
296
echo "Fail unsupport OS selection ${{ matrix.os }}"
0 commit comments