mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-21 13:15:15 +08:00
Merge branch 'feature/add_user_data_to_bin_header' into 'master'
feat: add user data to bin header See merge request sdk/ESP8266_RTOS_SDK!698
This commit is contained in:
@ -230,6 +230,7 @@ SECTIONS
|
||||
.irom0.text : ALIGN(4)
|
||||
{
|
||||
_irom0_text_start = ABSOLUTE(.);
|
||||
*(.user.data)
|
||||
*(.rodata.* .rodata .irom0.literal .irom.literal .irom.text.literal .irom0.text .irom.text)
|
||||
*(.literal.* .text.*)
|
||||
|
||||
|
Reference in New Issue
Block a user