mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-15 19:34:03 +00:00
esp32/esp32s2beta: Extract common SPIRAM options into esp_commmon component
This commit is contained in:
committed by
suda-morris
parent
06e31e243c
commit
ddbd09eb15
@@ -11,7 +11,7 @@
|
||||
#include "sdkconfig.h"
|
||||
#include "test/test_common_spi.h"
|
||||
|
||||
#ifndef CONFIG_ESP32_SPIRAM_SUPPORT
|
||||
#ifndef CONFIG_SPIRAM
|
||||
//This test should be removed once the timing test is merged.
|
||||
|
||||
|
||||
@@ -140,4 +140,4 @@ TEST_CASE("test slave send unaligned","[spi]")
|
||||
ESP_LOGI(MASTER_TAG, "test passed.");
|
||||
}
|
||||
|
||||
#endif // !CONFIG_ESP32_SPIRAM_SUPPORT
|
||||
#endif // !CONFIG_SPIRAM
|
||||
|
||||
Reference in New Issue
Block a user