mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-31 06:12:42 +00:00
global: bring up esp32s2(not beta)
This commit is contained in:
@@ -34,16 +34,7 @@ we add more types of external RAM memory, this can be made into a more intellige
|
||||
#include "soc/dport_reg.h"
|
||||
#include "esp32s2beta/rom/cache.h"
|
||||
|
||||
#if CONFIG_FREERTOS_UNICORE
|
||||
#define PSRAM_MODE PSRAM_VADDR_MODE_NORMAL
|
||||
#else
|
||||
#warning "spiram.c: TODO: no even/odd mode for ESP32S2 PSRAM?"
|
||||
#if 0
|
||||
#define PSRAM_MODE PSRAM_VADDR_MODE_EVENODD
|
||||
#else
|
||||
#define PSRAM_MODE PSRAM_VADDR_MODE_LOWHIGH
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if CONFIG_SPIRAM
|
||||
|
||||
|
Reference in New Issue
Block a user