mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-05 22:11:04 +08:00
feat(esp8266): Link script add dram0.* attribute
This commit is contained in:
@ -144,7 +144,7 @@ SECTIONS
|
||||
_data_start = ABSOLUTE(.);
|
||||
*(.data)
|
||||
*(.data.*)
|
||||
*(.dram0)
|
||||
*(.dram0. .dram0.*)
|
||||
*(.gnu.linkonce.d.*)
|
||||
*(.data1)
|
||||
*(.sdata)
|
||||
|
Reference in New Issue
Block a user