Migrate 4MB S3 Boards to esptool
This commit is contained in:
parent
57369c8e56
commit
1064ee471a
4 changed files with 52 additions and 4 deletions
|
|
@ -6,8 +6,20 @@
|
|||
"vendor":"Adafruit",
|
||||
"productURL":"https://www.adafruit.com/product/5477",
|
||||
"documentationURL":"https://learn.adafruit.com/adafruit-esp32-s3-feather",
|
||||
"installMethod":"uf2",
|
||||
"installMethod": "web-native-usb",
|
||||
"bootloaderBoardName": "adafruit_feather_esp32s3",
|
||||
"esptool": {
|
||||
"fileSystemSize": 983040,
|
||||
"blockSize": 4096,
|
||||
"offset": "0x310000",
|
||||
"chip": "esp32s3",
|
||||
"flashMode": "dio",
|
||||
"flashFreq": "80m",
|
||||
"flashSize": "4MB",
|
||||
"structure": {
|
||||
"0x0": "wippersnapper.feather_esp32s3_4mbflash_2mbpsram.fatfs.VERSION.combined.bin"
|
||||
}
|
||||
},
|
||||
"components":{
|
||||
"digitalPins":[
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,8 +7,20 @@
|
|||
"vendor":"Adafruit",
|
||||
"productURL":"https://www.adafruit.com/product/5691",
|
||||
"documentationURL": "https://learn.adafruit.com/esp32-s3-reverse-tft-feather",
|
||||
"installMethod":"uf2",
|
||||
"bootloaderBoardName": "adafruit_feather_esp32s3_reverse_tft",
|
||||
"installMethod": "web-native-usb",
|
||||
"esptool": {
|
||||
"fileSystemSize": 983040,
|
||||
"blockSize": 4096,
|
||||
"offset": "0x310000",
|
||||
"chip": "esp32s3",
|
||||
"flashMode": "dio",
|
||||
"flashFreq": "80m",
|
||||
"flashSize": "4MB",
|
||||
"structure": {
|
||||
"0x0": "wippersnapper.feather_esp32s3_reverse_tft.fatfs.VERSION.combined.bin"
|
||||
}
|
||||
},
|
||||
"components":{
|
||||
"digitalPins":[
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,8 +6,20 @@
|
|||
"vendor":"Adafruit",
|
||||
"productURL":"https://www.adafruit.com/product/5483",
|
||||
"documentationURL":"https://learn.adafruit.com/adafruit-esp32-s3-tft-feather",
|
||||
"installMethod":"uf2",
|
||||
"installMethod": "web-native-usb",
|
||||
"bootloaderBoardName": "adafruit_feather_esp32s3_tft",
|
||||
"esptool": {
|
||||
"fileSystemSize": 983040,
|
||||
"blockSize": 4096,
|
||||
"offset": "0x310000",
|
||||
"chip": "esp32s3",
|
||||
"flashMode": "dio",
|
||||
"flashFreq": "80m",
|
||||
"flashSize": "4MB",
|
||||
"structure": {
|
||||
"0x0": "wippersnapper.feather_esp32s3_tft.fatfs.VERSION.combined.bin"
|
||||
}
|
||||
},
|
||||
"components":{
|
||||
"digitalPins":[
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,8 +6,20 @@
|
|||
"vendor":"Adafruit",
|
||||
"productURL":"https://www.adafruit.com/product/5700",
|
||||
"documentationURL":"https://learn.adafruit.com/adafruit-qt-py-esp32-s3",
|
||||
"installMethod":"uf2",
|
||||
"installMethod": "web-native-usb",
|
||||
"bootloaderBoardName": "adafruit_qtpy_esp32s3_n4r2",
|
||||
"esptool": {
|
||||
"fileSystemSize": 983040,
|
||||
"blockSize": 4096,
|
||||
"offset": "0x310000",
|
||||
"chip": "esp32s2",
|
||||
"flashMode": "dio",
|
||||
"flashFreq": "80m",
|
||||
"flashSize": "4MB",
|
||||
"structure": {
|
||||
"0x0": "wippersnapper.qtpy_esp32s3_n4r2.fatfs.VERSION.combined.bin"
|
||||
}
|
||||
},
|
||||
"components":{
|
||||
"digitalPins":[
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue