add soft solution for esp32 eco3 live lock issue

This commit is contained in:
Li Shuai
2020-06-18 10:30:28 +08:00
committed by bot
parent dbbffc816a
commit bb7752fc10
7 changed files with 339 additions and 4 deletions

View File

@@ -288,6 +288,15 @@ typedef struct {
*/
void esp_chip_info(esp_chip_info_t* out_info);
/**
* @brief Cache lock bug exists or not
*
* @return
* - true : bug exists
* - false : bug not exists
*/
bool soc_has_cache_lock_bug(void);
#ifdef __cplusplus
}
#endif