mgos_iram.h

Github Repo C Header C source JS source
cesanta/mongoose-os mgos_iram.h mgos_iram.c  

_IRAM_STR_LIT

#define _IRAM_STR_LIT(a) #a
#define _IRAM_STR(a) _IRAM_STR_LIT(a)

Provides the IRAM macro that creates unique sections under .text so that unused functions can be GC'd.

edit this doc