mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
refactor(log): Refactor log to make it easy to use and twice develop
This commit is contained in:
@ -123,6 +123,7 @@ SECTIONS
|
||||
{
|
||||
_rodata_start = ABSOLUTE(.);
|
||||
*libpp.a:(.rodata.* .rodata)
|
||||
*liblog.a:(.rodata.* .rodata)
|
||||
*(.gnu.linkonce.r.*)
|
||||
*(.rodata1)
|
||||
__XT_EXCEPTION_TABLE__ = ABSOLUTE(.);
|
||||
|
Reference in New Issue
Block a user