Skip to content

Commit 2b43ba6

Browse files
authored
Specify web-native-usb and esptool flash modes for XIAO S3
1 parent 311e3ed commit 2b43ba6

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

boards/xiao-esp32s3/definition.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@
77
"productURL":"https://www.digikey.com/short/fbbqfjz5",
88
"documentationURL":"https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/",
99
"published": false,
10-
"installMethod":"uf2",
11-
"components":{
10+
"installMethod":"web-native-usb",
11+
"bootDiskName": "XIAOS3BOOT",
12+
"esptool": {
13+
"fileSystemSize": 1572864,
14+
"blockSize": 4096,
15+
"offset": "0x450000",
16+
"chip": "esp32s3",
17+
"flashMode": "dio",
18+
"flashFreq": "80m",
19+
"flashSize": "8MB",
20+
"structure": {
21+
"0x0": "wippersnapper.xiao_esp32s3.fatfs.VERSION.combined.bin"
22+
}
23+
},"components":{
1224
"digitalPins":[
1325
{
1426
"name":"D1",

0 commit comments

Comments
 (0)