File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -240,11 +240,11 @@ jobs:
240
240
241
241
cxx_flags="-fno-exceptions -fno-rtti -Wall -Werror -Wno-int-in-bool-context -DET_HAVE_PREAD=0"
242
242
setup_script_args=""
243
- if [[ ${{ matrix.os}} == "bare_metal" ]]; then
243
+ if [[ ${{ matrix.os}} == "bare_metal" ]]; then
244
244
toolchain_prefix=arm-none-eabi-
245
- threshold="103268 " # ~100KiB
245
+ threshold="104000 " # should be ~103.7KB, set threshold to 104KB.
246
246
toolchain_cmake=examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake
247
- elif [[ ${{ matrix.os}} == "zephyr-preset" ]]; then
247
+ elif [[ ${{ matrix.os}} == "zephyr-preset" ]]; then
248
248
setup_script_args="--target-toolchain zephyr"
249
249
toolchain_prefix=arm-zephyr-eabi-
250
250
threshold="133120" # should be ~125KB, set threshold to 130KB
You can’t perform that action at this time.
0 commit comments