forked from espressif/esp-idf
docs: fix linker-script-generation figure
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user