CPU specific configuration options. More...
CPU specific configuration options.
Definition in file cpu_conf_common.h.
Go to the source code of this file.
Macros | |
#define | BACKUP_RAM __attribute__((section(".rtc.bss"))) |
Declare the heap_stats function as available. More... | |
#define | BACKUP_RAM_DATA __attribute__((section(".rtc.data"))) |
Memory marked with this attribute is retained during deep sleep and initialized with user provided data on cold boot. | |