1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

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.
This commit is contained in:
Earle F. Philhower, III 2018-12-07 10:02:42 -08:00 committed by GitHub
parent 8b3f4966e9
commit 6d42a26cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

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

Binary file not shown.

@ -1 +1 @@
Subproject commit 0e71e46987d863eb89112f15827b9f962acbab1b
Subproject commit 95c20d1efacbe762019a64e35e90ebb1997eeb93