esp32[c3|s3]: Improve documentation of Linker Scripts

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei 2023-01-18 14:01:33 -03:00 committed by Xiang Xiao
parent 2436065096
commit 5a25b46b8b
2 changed files with 6 additions and 5 deletions

View File

@ -19,12 +19,13 @@
****************************************************************************/
/****************************************************************************
* ESP32-C3 Linker Script Memory Layout
*
* This file describes the memory layout (memory blocks) as virtual
* memory addresses.
*
* NOTE: That this is not the actual linker script but rather a "template"
* for the esp32c3_out.ld script. This template script is passed through
* the C preprocessor to include selected configuration options.
* <legacy/mcuboot>_sections.ld contains output sections to link compiler
* output into these memory blocks.
*
****************************************************************************/

View File

@ -24,8 +24,8 @@
* This file describes the memory layout (memory blocks) as virtual
* memory addresses.
*
* esp32s3_sections.ld contains output sections to link compiler output
* into these memory blocks.
* <legacy/mcuboot>_sections.ld contains output sections to link compiler
* output into these memory blocks.
*
****************************************************************************/