feat(psram): config SPI psram pins based on efuse value

This commit is contained in:
chenjianqiang
2019-05-07 16:36:37 +08:00
parent 8b54542a88
commit cb2e328c5f
5 changed files with 231 additions and 149 deletions

View File

@@ -91,3 +91,8 @@ bool bootloader_common_label_search(const char *list, char *label);
* - ESP_FAIL: An allocation error occurred.
*/
esp_err_t bootloader_common_get_sha256_of_partition(uint32_t address, uint32_t size, int type, uint8_t *out_sha_256);
/**
* @brief Configure VDDSDIO, call this API to rise VDDSDIO to 1.9V when VDDSDIO regulator is enabled as 1.8V mode.
*/
void bootloader_common_vddsdio_configure();