Skip to content

Commit 5325353

Browse files
authored
fix tinyuf2 partitons.csv name (#267)
thx
1 parent 500757b commit 5325353

15 files changed

+15
-15
lines changed

boards/adafruit_feather_esp32s2.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": "esp32s2_out.ld",
5-
"partitions": "partitions-4MB-tinyuf2.csv",
5+
"partitions": "tinyuf2-partitions-4MB.csv",
66
"memory_type": "qio_qspi"
77
},
88
"core": "esp32",

boards/adafruit_feather_esp32s2_reversetft.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": "esp32s2_out.ld",
5-
"partitions": "partitions-4MB-tinyuf2.csv"
5+
"partitions": "tinyuf2-partitions-4MB.csv"
66
},
77
"core": "esp32",
88
"extra_flags": [

boards/adafruit_feather_esp32s2_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": "esp32s2_out.ld",
5-
"partitions": "partitions-4MB-tinyuf2.csv",
5+
"partitions": "tinyuf2-partitions-4MB.csv",
66
"memory_type": "qio_qspi"
77
},
88
"core": "esp32",

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-4MB-tinyuf2.csv"
5+
"partitions": "tinyuf2-partitions-4MB.csv"
66
},
77
"core": "esp32",
88
"extra_flags": [

boards/adafruit_feather_esp32s3_nopsram.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-8MB-tinyuf2.csv",
5+
"partitions": "tinyuf2-partitions-8MB.csv",
66
"memory_type": "qio_qspi"
77
},
88
"core": "esp32",

boards/adafruit_feather_esp32s3_reversetft.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-4MB-tinyuf2.csv",
5+
"partitions": "tinyuf2-partitions-4MB.csv",
66
"memory_type": "qio_qspi"
77
},
88
"core": "esp32",

boards/adafruit_feather_esp32s3_tft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"arduino": {
4-
"partitions": "partitions-4MB-tinyuf2.csv",
4+
"partitions": "tinyuf2-partitions-4MB.csv",
55
"memory_type": "qio_qspi"
66
},
77
"core": "esp32",

boards/adafruit_funhouse_esp32s2.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": "esp32s2_out.ld",
5-
"partitions": "partitions-4MB-tinyuf2.csv"
5+
"partitions": "tinyuf2-partitions-4MB.csv"
66
},
77
"core": "esp32",
88
"extra_flags": [

boards/adafruit_magtag29_esp32s2.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": "esp32s2_out.ld",
5-
"partitions": "partitions-4MB-tinyuf2.csv"
5+
"partitions": "tinyuf2-partitions-4MB.csv"
66
},
77
"core": "esp32",
88
"extra_flags": [

boards/adafruit_matrixportal_esp32s3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"arduino":{
4-
"partitions": "partitions-8MB-tinyuf2.csv",
4+
"partitions": "tinyuf2-partitions-8MB.csv",
55
"memory_type": "qio_qspi"
66
},
77
"core": "esp32",

0 commit comments

Comments
 (0)