spi_flash: support for partitions in external flash

This commit is contained in:
Ivan Grokhotkov
2019-06-19 01:31:43 +08:00
parent ebcb08ec89
commit ec427a5b43
5 changed files with 202 additions and 7 deletions

View File

@@ -109,3 +109,5 @@ void *heap_caps_malloc( size_t size, uint32_t caps )
{
return NULL;
}
esp_flash_t* esp_flash_default_chip = NULL;