memory: port SPIRAM noinit segment support to master

This commit is contained in:
Armando
2021-07-27 16:12:45 +08:00
committed by Armando (Dou Yiwen)
parent a542f1b67d
commit ad8e1a395c
9 changed files with 48 additions and 164 deletions

View File

@@ -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);
/**