Skip to content

Commit 6d42a26

Browse files
Update BearSSL to latest toolchain (#5449)
Remove the -fno-jump-tables since the new toolchain places these tables in ROM now. Rebuild using the toolchain. Saves 1-3KB of flash and has 0 RAM impact plus may make certain bits marginally faster by using a LUT instead of a if-else-else chain.
1 parent 8b3f496 commit 6d42a26

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Diff for: tools/sdk/include/bearssl/bearssl_git.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Do not edit -- Automatically generated by tools/sdk/ssl/bearssl/Makefile
2-
#define BEARSSL_GIT 0e71e46
2+
#define BEARSSL_GIT 95c20d1

Diff for: tools/sdk/lib/libbearssl.a

28.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)