mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-24 18:46:33 +08:00
feat(bootloader_support): Modify chip size to be spi flash configuration value
This commit is contained in:
@ -13,6 +13,8 @@ typedef struct esp_spi_flash_chip {
|
||||
uint32_t status_mask;
|
||||
} esp_spi_flash_chip_t;
|
||||
|
||||
extern esp_spi_flash_chip_t flashchip;
|
||||
|
||||
uint32_t Wait_SPI_Idle();
|
||||
|
||||
void uart_div_modify(uint32_t uart_no, uint32_t baud_div);
|
||||
|
Reference in New Issue
Block a user