2021-07-15 08:25:25 +02:00
|
|
|
[sections:lua_esp_event_cb_table]
|
|
|
|
entries:
|
|
|
|
.lua_esp_event_cb_table
|
|
|
|
|
|
|
|
[scheme:nodemcu_arrays]
|
|
|
|
entries:
|
2021-07-21 12:46:42 +02:00
|
|
|
lua_esp_event_cb_table -> flash_rodata
|
2021-07-15 08:25:25 +02:00
|
|
|
|
|
|
|
|
|
|
|
# Important: don't change the alignments below without also updating the
|
2021-08-21 17:39:54 +02:00
|
|
|
# _Static_assert over in nodemcu_esp_event.h!
|
2021-07-15 08:25:25 +02:00
|
|
|
|
|
|
|
[mapping:nodemcu]
|
|
|
|
archive: *
|
|
|
|
entries:
|
|
|
|
* (nodemcu_arrays);
|
2021-07-21 12:46:42 +02:00
|
|
|
lua_esp_event_cb_table -> flash_rodata KEEP() ALIGN(4) SURROUND(esp_event_cb_table)
|