mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 16:11:41 +01:00
psram: support psram for esp32s3
This commit is contained in:
@@ -127,6 +127,8 @@
|
||||
#include "esp32/spiram.h"
|
||||
#elif CONFIG_IDF_TARGET_ESP32S2
|
||||
#include "esp32s2/spiram.h"
|
||||
#elif CONFIG_IDF_TARGET_ESP32S3
|
||||
#include "esp32s3/spiram.h"
|
||||
#endif
|
||||
|
||||
#include "esp_private/startup_internal.h" // [refactor-todo] for g_spiram_ok
|
||||
|
||||
Reference in New Issue
Block a user