bugfix: add .rodata section for riscv ulp for esp32s2

This commit is contained in:
fuzhibo 2021-04-12 14:29:13 +08:00 committed by Angus Gratton
parent 228f875ada
commit f6d96f33bb

View File

@ -17,6 +17,12 @@ SECTIONS
*(.text*)
} >ram
.rodata ALIGN(4):
{
*(.rodata)
*(.rodata*)
} > ram
.data ALIGN(4):
{
*(.data)