Skip to content

Commit

Permalink
Updated footprint size limits
Browse files Browse the repository at this point in the history
+ footprint.yml:  Removed dependency to abandoned/obsolete github action module
  • Loading branch information
danielinux committed Apr 10, 2024
1 parent caf9577 commit 3c9231c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/footprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:

# Get the arm-non-eabi-gcc toolchain
- name: Install arm-none-eabi-gcc
uses: fiam/arm-none-eabi-gcc@v1
with:
# The arm-none-eabi-gcc release to use.
release: "9-2019-q4"
run : |
sudo apt-get install -y gcc-arm-none-eabi
- name: make clean
run: |
Expand Down
14 changes: 7 additions & 7 deletions tools/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -972,25 +972,25 @@ test-size-all:
make keysclean
make test-size SIGN=ED25519 LIMIT=11380
make keysclean
make test-size SIGN=ECC256 LIMIT=17696
make test-size SIGN=ECC256 LIMIT=17824
make keysclean
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13572
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13588
make keysclean
make test-size SIGN=RSA2048 LIMIT=10584
make test-size SIGN=RSA2048 LIMIT=11104
make keysclean
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=10460
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=11804
make keysclean
make test-size SIGN=RSA4096 LIMIT=11884
make keysclean
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=10780
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=11864
make keysclean
make test-size SIGN=ECC384 LIMIT=17370
make test-size SIGN=ECC384 LIMIT=17388
make keysclean
make test-size SIGN=ECC384 NO_ASM=1 LIMIT=15024
make keysclean
make test-size SIGN=ED448 LIMIT=13464
make keysclean
make test-size SIGN=RSA3072 LIMIT=11236
make keysclean
make test-size SIGN=RSA3072 NO_ASM=1 LIMIT=10570
make test-size SIGN=RSA3072 NO_ASM=1 LIMIT=11684
make keysclean

0 comments on commit 3c9231c

Please sign in to comment.