forked from espressif/esp-idf
bugfix: add .rodata section for riscv ulp for esp32s2
This commit is contained in:
@@ -17,6 +17,12 @@ SECTIONS
|
|||||||
*(.text*)
|
*(.text*)
|
||||||
} >ram
|
} >ram
|
||||||
|
|
||||||
|
.rodata ALIGN(4):
|
||||||
|
{
|
||||||
|
*(.rodata)
|
||||||
|
*(.rodata*)
|
||||||
|
} > ram
|
||||||
|
|
||||||
.data ALIGN(4):
|
.data ALIGN(4):
|
||||||
{
|
{
|
||||||
*(.data)
|
*(.data)
|
||||||
|
Reference in New Issue
Block a user