docs: provided translation for storage.rst and system.rst and updated a typo for memory-types.rst

This commit is contained in:
daiziyan
2023-06-08 16:12:01 +08:00
parent 22cfbf30c3
commit 1037135761
10 changed files with 60 additions and 19 deletions

View File

@@ -120,7 +120,7 @@ Jump table optimizations can be re-enabled for individual source files that don'
.. _irom:
IROM (code executed from flash)
IROM (Code Executed from flash)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
If a function is not explicitly placed into :ref:`iram` or RTC memory, it is placed into flash. As IRAM is limited, most of an application's binary code must be placed into IROM instead.