esp-idf/docs/en/api-reference
Jeroen Domburg a1ba660b4a change(system): heap_caps_alloc returns aligned memory if caps indicate a need for it
The implicit promise of heap_alloc_caps() and friends is that the memory it
returns is fit for the purpose as requested in the caps field. Before
this commit, that did not happen; e.g. DMA-capable memory wass returned
from a correct region, but not aligned/sized to something the DMA subsystem
can handle.

This commit adds an API to the esp_mm component that is then used by the
heap component to adjust allocation alignment, caps and size dependent on
the hardware requirement of the requested allocation caps.
2024-05-27 12:41:18 +08:00
..
bluetooth docs(misc): fixed typos found with codespell 2024-03-28 11:50:58 +08:00
network feat(esp_eth): a new folder structure of the driver and other improvements 2024-05-14 08:23:31 +02:00
peripherals Merge branch 'feature/esp32p4_ppa_driver_support' into 'master' 2024-05-24 19:22:58 +08:00
protocols docs: Update CN for esp_https_server.rst and tips-and-quirks.rst 2024-04-19 17:37:05 +08:00
provisioning docs(misc): fixed typos found with codespell 2024-03-28 11:50:58 +08:00
storage Merge branch 'docs/update_translation_for_idf_py_and_spiffs' into 'master' 2024-05-20 16:15:21 +08:00
system change(system): heap_caps_alloc returns aligned memory if caps indicate a need for it 2024-05-27 12:41:18 +08:00
api-conventions.rst docs: update format issues for EN and CN files under api-reference/network folder and api-reference folder 2023-07-21 18:51:21 +08:00
error-codes.rst docs: Provide CN translation for api-reference/protocols/esp_tls.rst and update both EN and CN texts for api-reference/error-codes.rst 2023-07-06 18:50:44 +08:00
index.rst docs(sphinx-lint): Fix issues reported by sphinx-lint before adding it to pre-commit 2024-01-23 15:22:29 +08:00
kconfig.rst docs(misc): fixed typos found with codespell 2024-03-28 11:50:58 +08:00
template.rst docs(sphinx-lint): Fix issues reported by sphinx-lint before adding it to pre-commit 2024-01-23 15:22:29 +08:00