mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-19 17:47:27 +00:00
memory: port SPIRAM noinit segment support to master
This commit is contained in:

committed by
Armando (Dou Yiwen)

parent
a542f1b67d
commit
ad8e1a395c
@@ -59,7 +59,7 @@ void esp_spiram_init_cache(void);
|
||||
*
|
||||
* @return true on success, false on failed memory test
|
||||
*/
|
||||
bool esp_spiram_test(const void* keepout_addr_low, const void* keepout_addr_high);
|
||||
bool esp_spiram_test(void);
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user