Skip to content

Commit 42bcda1

Browse files
committed
fix tinyuf2 partitions name csv
1 parent ea42bf1 commit 42bcda1

15 files changed

+15
-28
lines changed

boards/adafruit_feather_esp32s2.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s2_out.ld",
5-
"partitions": "partitions-4MB-tinyuf2.csv",
4+
"partitions": "tinyuf2-partitions-4MB.csv",
65
"memory_type": "qio_qspi"
76
},
87
"core": "esp32",

boards/adafruit_feather_esp32s2_reversetft.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s2_out.ld",
5-
"partitions": "partitions-4MB-tinyuf2.csv"
4+
"partitions": "tinyuf2-partitions-4MB.csv"
65
},
76
"core": "esp32",
87
"extra_flags": [

boards/adafruit_feather_esp32s2_tft.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s2_out.ld",
5-
"partitions": "partitions-4MB-tinyuf2.csv",
4+
"partitions": "tinyuf2-partitions-4MB.csv",
65
"memory_type": "qio_qspi"
76
},
87
"core": "esp32",

boards/adafruit_feather_esp32s3.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32s3_out.ld",
5-
"partitions": "partitions-4MB-tinyuf2.csv"
4+
"partitions": "tinyuf2-partitions-4MB.csv"
65
},
76
"core": "esp32",
87
"extra_flags": [

boards/adafruit_feather_esp32s3_nopsram.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32s3_out.ld",
5-
"partitions": "partitions-8MB-tinyuf2.csv",
4+
"partitions": "tinyuf2-partitions-8MB.csv",
65
"memory_type": "qio_qspi"
76
},
87
"core": "esp32",

boards/adafruit_feather_esp32s3_reversetft.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s3_out.ld",
5-
"partitions": "partitions-4MB-tinyuf2.csv",
4+
"partitions": "tinyuf2-partitions-4MB.csv",
65
"memory_type": "qio_qspi"
76
},
87
"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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32s2_out.ld",
5-
"partitions": "partitions-4MB-tinyuf2.csv"
4+
"partitions": "tinyuf2-partitions-4MB.csv"
65
},
76
"core": "esp32",
87
"extra_flags": [

boards/adafruit_magtag29_esp32s2.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32s2_out.ld",
5-
"partitions": "partitions-4MB-tinyuf2.csv"
4+
"partitions": "tinyuf2-partitions-4MB.csv"
65
},
76
"core": "esp32",
87
"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)