mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
Merge branch 'feature/modify_bootloader_support_spi_flash_size_value' into 'master'
feat(bootloader_support): Modify chip size to be spi flash configuration value See merge request sdk/ESP8266_RTOS_SDK!638
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