Update esp32-solo1.json with bootloader config
when flash mode QIO is used. IDF does not correctly init solo1 MCUs in mode QIO. The settings forces correct init
This commit is contained in:
parent
9d12fe39c5
commit
46944f8668
@ -43,7 +43,9 @@
|
||||
},
|
||||
"espidf": {
|
||||
"custom_sdkconfig": [
|
||||
"CONFIG_FREERTOS_UNICORE=y"
|
||||
"CONFIG_FREERTOS_UNICORE=y",
|
||||
"# CONFIG_BOOTLOADER_SPI_CUSTOM_WP_PIN is not set",
|
||||
"CONFIG_BOOTLOADER_SPI_WP_PIN=7"
|
||||
]
|
||||
},
|
||||
"url": "https://www.espressif.com/sites/default/files/documentation/esp32-solo-1_datasheet_en.pdf",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user