feat(spi_flash): Add patch to fix TH25Q16HB page 0 hardware issue

This commit is contained in:
Dong Heng
2023-02-16 17:11:31 +08:00
parent d48c4c1706
commit e2f55cbcca
7 changed files with 743 additions and 0 deletions

View File

@@ -93,6 +93,10 @@ static void user_init_entry(void *param)
esp_set_cpu_freq(ESP_CPU_FREQ_160M);
#endif
#ifdef CONFIG_ENABLE_TH25Q16HB_PATCH_0
assert(th25q16hb_apply_patch_0() == 0);
#endif
app_main();
vTaskDelete(NULL);