mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Save 484 bytes of heap foe BSSL applications (#6157)
Move additional constants to flash and use _P/pgm_read routines to access them. Minimal runtime impact, but remove variables from RODATA and gives addition 484 bytes of heap to SSL applications. Fixes #6005
This commit is contained in:
committed by
david gauchard
parent
b6935af93a
commit
f37b4921e3
@ -1,2 +1,2 @@
|
||||
// Do not edit -- Automatically generated by tools/sdk/ssl/bearssl/Makefile
|
||||
#define BEARSSL_GIT a143020
|
||||
#define BEARSSL_GIT 7badaa5
|
||||
|
Reference in New Issue
Block a user