Skip to content

Commit 6660f2c

Browse files
committed
Update default partition tables for Adafruit Feather S3 based boards
Resolves #996, resolves #997
1 parent 0158a72 commit 6660f2c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

boards/adafruit_feather_esp32s3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"arduino":{
44
"ldscript": "esp32s3_out.ld",
5-
"partitions": "partitions.csv"
5+
"partitions": "partitions-4MB-tinyuf2.csv"
66
},
77
"core": "esp32",
88
"extra_flags": [

boards/adafruit_feather_esp32s3_nopsram.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"build": {
33
"arduino":{
44
"ldscript": "esp32s3_out.ld",
5+
"partitions": "partitions-4MB-tinyuf2.csv",
56
"memory_type": "qio_qspi"
67
},
78
"core": "esp32",

boards/adafruit_feather_esp32s3_tft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"arduino": {
44
"ldscript": "esp32s3_out.ld",
5-
"partitions": "partitions.csv"
5+
"partitions": "partitions-4MB-tinyuf2.csv"
66
},
77
"core": "esp32",
88
"extra_flags": [

0 commit comments

Comments
 (0)