feat(esp8266): Don't use ICACHE_RODATA_ATTR to let string to be in flash

rodata will be in flash by default.
This commit is contained in:
Wu Jian Gang
2018-05-24 10:27:05 +08:00
parent 46d51ac826
commit d75ffa61eb
24 changed files with 19 additions and 105 deletions

View File

@ -36,10 +36,6 @@
#include "ssl/ssl_os_port.h"
#include "ssl/ssl_crypto.h"
#ifdef MEMLEAK_DEBUG
static const char mem_debug_file[] ICACHE_RODATA_ATTR STORE_ATTR = __FILE__;
#endif
void ICACHE_FLASH_ATTR RSA_priv_key_new(RSA_CTX **ctx,
const uint8_t *modulus, int mod_len,
const uint8_t *pub_exp, int pub_len,