Skip to content

Commit

Permalink
soc: espressif: Rename common/psram.c
Browse files Browse the repository at this point in the history
Rename psram.c -> esp_psram.c to align with the naming conventions.

Signed-off-by: Marek Matej <[email protected]>
  • Loading branch information
Marek Matej authored and kartben committed Dec 16, 2024
1 parent e62f665 commit 930000d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soc/espressif/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
zephyr_include_directories(include)

if(NOT CONFIG_MCUBOOT AND NOT CONFIG_SOC_ESP32_APPCPU AND NOT CONFIG_SOC_ESP32S3_APPCPU)
zephyr_sources_ifdef(CONFIG_ESP_SPIRAM psram.c)
zephyr_sources_ifdef(CONFIG_ESP_HEAP_RUNTIME esp_heap_runtime.c)
zephyr_sources_ifdef(CONFIG_ESP_SPIRAM esp_psram.c)
endif()
File renamed without changes.

0 comments on commit 930000d

Please sign in to comment.