mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-28 01:04:48 +03:00
Entity mappings for immutable libraries are placed in the existing `mapping[target]` marker, while those for mutable libraries are placed in the new `mutable[target]` marker, which comes after the `mapping` marker. Additionally, include padding after the input sections of mutable libraries in the default data and text output sections, providing a headroom for the mutable libraries to grow. Padding is currently not added, for example, in the `.iram0.data` output section, which is not expected to change frequently. Padding for other mutable input sections may be added in the future. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>