Skip to content

Commit 47fe66a

Browse files
authored
zephyr: psram: remove unused symbol (#390)
ESP_HEAP_SEARCH_ALL_REGIONS is not avalialble in Zephyr, so remove it from documentation. Signed-off-by: Sylvio Alves <[email protected]>
1 parent 6610187 commit 47fe66a

File tree

1 file changed

+0
-2
lines changed
  • content/blog/2024/12/zephyr-how-to-use-psram

1 file changed

+0
-2
lines changed

content/blog/2024/12/zephyr-how-to-use-psram/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ Below are the main parameters related to PSRAM, along with a brief description o
8282

8383
***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).
8484

85-
***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.
86-
8785
***ESP_SPIRAM_HEAP_SIZE:*** This configuration parameter specifies SPIRAM heap size.
8886

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

0 commit comments

Comments
 (0)