mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08: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:
committed by
Xiang Xiao
parent
61f7bc6e2a
commit
bd0e03fecf
@@ -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 :
|
||||
|
||||
Reference in New Issue
Block a user