1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +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
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 0d7d5e2
#define BEARSSL_GIT 6b9587f