Skip to content

Commit c332cb9

Browse files
committed
Updated footprint size limits
+ footprint.yml: Removed dependency to abandoned/obsolete github action module
1 parent caf9577 commit c332cb9

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

.github/workflows/footprint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ jobs:
1717

1818
# Get the arm-non-eabi-gcc toolchain
1919
- name: Install arm-none-eabi-gcc
20-
uses: fiam/arm-none-eabi-gcc@v1
21-
with:
22-
# The arm-none-eabi-gcc release to use.
23-
release: "9-2019-q4"
20+
run : |
21+
sudo apt-get install -y gcc-arm-none-eabi
2422
2523
- name: make clean
2624
run: |

tools/test.mk

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -972,25 +972,25 @@ test-size-all:
972972
make keysclean
973973
make test-size SIGN=ED25519 LIMIT=11380
974974
make keysclean
975-
make test-size SIGN=ECC256 LIMIT=17696
975+
make test-size SIGN=ECC256 LIMIT=17824
976976
make keysclean
977-
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13572
977+
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13588
978978
make keysclean
979-
make test-size SIGN=RSA2048 LIMIT=10584
979+
make test-size SIGN=RSA2048 LIMIT=11104
980980
make keysclean
981-
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=10460
981+
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=11804
982982
make keysclean
983983
make test-size SIGN=RSA4096 LIMIT=11884
984984
make keysclean
985-
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=10780
985+
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=11980
986986
make keysclean
987-
make test-size SIGN=ECC384 LIMIT=17370
987+
make test-size SIGN=ECC384 LIMIT=17388
988988
make keysclean
989989
make test-size SIGN=ECC384 NO_ASM=1 LIMIT=15024
990990
make keysclean
991991
make test-size SIGN=ED448 LIMIT=13464
992992
make keysclean
993-
make test-size SIGN=RSA3072 LIMIT=11236
993+
make test-size SIGN=RSA3072 LIMIT=11240
994994
make keysclean
995-
make test-size SIGN=RSA3072 NO_ASM=1 LIMIT=10570
995+
make test-size SIGN=RSA3072 NO_ASM=1 LIMIT=11792
996996
make keysclean

0 commit comments

Comments
 (0)