1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

Undo #6162 because of bad performance in some EC situations (#6188)

Undo the BearSSL RODATA->PROGMEM changes because there are some bad
performance regressions in EC server operations which can result in
timeouts and WDTs.

Keep the shrunked bearssl.a library as that is orthogonal to the PROGMEM
changes.
This commit is contained in:
Earle F. Philhower, III 2019-06-07 16:05:59 -07:00 committed by GitHub
parent 6bfb1bae40
commit 777986c9ae
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 // Do not edit -- Automatically generated by tools/sdk/ssl/bearssl/Makefile
#define BEARSSL_GIT 0d7d5e2 #define BEARSSL_GIT 6b9587f

Binary file not shown.

@ -1 +1 @@
Subproject commit 0d7d5e2e59c240703ac64e17177b044df5b3748a Subproject commit 6b9587f4ac63f0ec62a7c5884b1b70496713acb3