esp_rom: Add initial ESP32-C3 support

From internal commit 7761d6e8
This commit is contained in:
Angus Gratton
2020-11-26 15:47:32 +11:00
parent c29d93986d
commit b68094199f
35 changed files with 7585 additions and 6 deletions

View File

@@ -566,6 +566,8 @@ esp_rom_spiflash_result_t esp_rom_spiflash_write_disable(void);
*/
extern esp_rom_spiflash_chip_t g_rom_flashchip;
extern uint8_t g_rom_spiflash_dummy_len_plus[];
/**
* @}
*/