Attribute Macro esp8266_hal::ram

source · []
#[ram]
Expand description

This attribute allows placing statics, constants and functions into ram.

Options that can be specified are rtc to use the RTC ram instead of the normal SRAM.

The uninitialized option will skip initialization of the memory (e.g. to persist it across resets or deep sleep mode for the RTC RAM)