Skip to content

Commit f6d8d58

Browse files
authored
Merge pull request #203 from adafruit/s3-web-native-usb
Migrate S3 4MB boards to web-native-usb
2 parents 570dc4a + fbb05d0 commit f6d8d58

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

boards/feather-esp32s3-4mbflash-2mbpsram/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"vendor":"Adafruit",
77
"productURL":"https://www.adafruit.com/product/5477",
88
"documentationURL":"https://learn.adafruit.com/adafruit-esp32-s3-feather",
9-
"installMethod": "uf2",
9+
"installMethod": "web-native-usb",
1010
"bootloaderBoardName": "adafruit_feather_esp32s3",
1111
"esptool": {
1212
"fileSystemSize": 983040,

boards/feather-esp32s3-reverse-tft/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"productURL":"https://www.adafruit.com/product/5691",
99
"documentationURL": "https://learn.adafruit.com/esp32-s3-reverse-tft-feather",
1010
"bootloaderBoardName": "adafruit_feather_esp32s3_reverse_tft",
11-
"installMethod": "uf2",
11+
"installMethod": "web-native-usb",
1212
"esptool": {
1313
"fileSystemSize": 983040,
1414
"blockSize": 4096,

boards/feather-esp32s3-tft/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"vendor":"Adafruit",
77
"productURL":"https://www.adafruit.com/product/5483",
88
"documentationURL":"https://learn.adafruit.com/adafruit-esp32-s3-tft-feather",
9-
"installMethod": "uf2",
9+
"installMethod": "web-native-usb",
1010
"bootloaderBoardName": "adafruit_feather_esp32s3_tft",
1111
"esptool": {
1212
"fileSystemSize": 983040,

boards/qtpy-esp32s3-n4r2/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"vendor":"Adafruit",
77
"productURL":"https://www.adafruit.com/product/5700",
88
"documentationURL":"https://learn.adafruit.com/adafruit-qt-py-esp32-s3",
9-
"installMethod": "uf2",
9+
"installMethod": "web-native-usb",
1010
"bootloaderBoardName": "adafruit_qtpy_esp32s3_n4r2",
1111
"esptool": {
1212
"fileSystemSize": 983040,
1313
"blockSize": 4096,
1414
"offset": "0x310000",
15-
"chip": "esp32s2",
15+
"chip": "esp32s3",
1616
"flashMode": "dio",
1717
"flashFreq": "80m",
1818
"flashSize": "4MB",

0 commit comments

Comments
 (0)