Skip to content

Commit

Permalink
zephyr: psram: remove unused symbol
Browse files Browse the repository at this point in the history
ESP_HEAP_SEARCH_ALL_REGIONS is not avalialble in Zephyr,
so remove it from documentation.

Signed-off-by: Sylvio Alves <[email protected]>
  • Loading branch information
sylvioalves committed Jan 21, 2025
1 parent 6610187 commit 4b5e58e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/blog/2024/12/zephyr-how-to-use-psram/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ Below are the main parameters related to PSRAM, along with a brief description o

***ESP_SPIRAM:*** This configuration parameter enables support for an external SPI RAM chip, connected in parallel with the main SPI flash chip. If enabled, it automatically enables [SHARED_MULTI_HEAP](#using-psram-for-dynamic-memory-allocation).

***ESP_HEAP_SEARCH_ALL_REGIONS:*** This configuration parameter enables searching all available heap regions. If the region of desired capability is exhausted, memory will be allocated from another available regions.

***ESP_SPIRAM_HEAP_SIZE:*** This configuration parameter specifies SPIRAM heap size.

***ESP_SPIRAM_MEMTEST:*** This configuration parameter controls SPIRAM memory test during initialization. It is enabled by default and can be disabled for faster startup.
Expand Down

0 comments on commit 4b5e58e

Please sign in to comment.