Merge branch 'docs/fix_linker_script_table' into 'master'

docs: fix linker-script-generation figure

See merge request espressif/esp-idf!18240
This commit is contained in:
morris
2022-05-26 10:52:27 +08:00
2 changed files with 16 additions and 18 deletions

View File

@@ -24,10 +24,9 @@ This section presents a guide for quickly placing code/data to RAM and RTC memor
For this guide, suppose we have the following:: For this guide, suppose we have the following::
component components
└── my_component └── my_component
── CMakeLists.txt ── CMakeLists.txt
├── component.mk
├── Kconfig ├── Kconfig
├── src/ ├── src/
│ ├── my_src1.c │ ├── my_src1.c

View File

@@ -24,10 +24,9 @@
假设用户有:: 假设用户有::
component components
└── my_component └── my_component
── CMakeLists.txt ── CMakeLists.txt
├── component.mk
├── Kconfig ├── Kconfig
├── src/ ├── src/
│ ├── my_src1.c │ ├── my_src1.c