mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 01:43:15 +00:00
boards/risc-v/esp32c3-devkit/esp32c3.ld: Add the RTC BSS section for
completeness. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
61f7bc6e2a
commit
bd0e03fecf
1 changed files with 7 additions and 0 deletions
|
|
@ -234,6 +234,13 @@ SECTIONS
|
|||
. = SIZEOF(.rtc.text);
|
||||
} >rtc_seg
|
||||
|
||||
/* RTC BSS section. */
|
||||
|
||||
.rtc.bss (NOLOAD) :
|
||||
{
|
||||
*(.rtc.bss)
|
||||
} >rtc_seg
|
||||
|
||||
/* RTC data section holds RTC wake stub data/rodata. */
|
||||
|
||||
.rtc.data :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue