mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bugfix: add .rodata section for riscv ulp for esp32s2
This commit is contained in:
parent
228f875ada
commit
f6d96f33bb
@ -17,6 +17,12 @@ SECTIONS
|
||||
*(.text*)
|
||||
} >ram
|
||||
|
||||
.rodata ALIGN(4):
|
||||
{
|
||||
*(.rodata)
|
||||
*(.rodata*)
|
||||
} > ram
|
||||
|
||||
.data ALIGN(4):
|
||||
{
|
||||
*(.data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user