Github Repo | C Header | C source | JS source |
---|---|---|---|
cesanta/mongoose-os | mgos_iram.h | mgos_iram.c |
#define _IRAM_STR_LIT(a) #a
#define _IRAM_STR(a) _IRAM_STR_LIT(a)
edit this docProvides the IRAM macro that creates unique sections under .text so that unused functions can be GC'd.