Skip to content

Commit d408614

Browse files
committed
remove obsolete *.ld entry from adafruit manifests
1 parent 5325353 commit d408614

14 files changed

+31
-13
lines changed

boards/adafruit_feather_esp32s2.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s2_out.ld",
54
"partitions": "tinyuf2-partitions-4MB.csv",
65
"memory_type": "qio_qspi"
76
},

boards/adafruit_feather_esp32s2_reversetft.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s2_out.ld",
54
"partitions": "tinyuf2-partitions-4MB.csv"
65
},
76
"core": "esp32",

boards/adafruit_feather_esp32s2_tft.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s2_out.ld",
54
"partitions": "tinyuf2-partitions-4MB.csv",
65
"memory_type": "qio_qspi"
76
},

boards/adafruit_feather_esp32s3.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32s3_out.ld",
54
"partitions": "tinyuf2-partitions-4MB.csv"
65
},
76
"core": "esp32",

boards/adafruit_feather_esp32s3_nopsram.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32s3_out.ld",
54
"partitions": "tinyuf2-partitions-8MB.csv",
65
"memory_type": "qio_qspi"
76
},

boards/adafruit_feather_esp32s3_reversetft.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s3_out.ld",
54
"partitions": "tinyuf2-partitions-4MB.csv",
65
"memory_type": "qio_qspi"
76
},

boards/adafruit_funhouse_esp32s2.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32s2_out.ld",
54
"partitions": "tinyuf2-partitions-4MB.csv"
65
},
76
"core": "esp32",

boards/adafruit_magtag29_esp32s2.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32s2_out.ld",
54
"partitions": "tinyuf2-partitions-4MB.csv"
65
},
76
"core": "esp32",

boards/adafruit_metro_esp32s2.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32s2_out.ld",
54
"partitions": "tinyuf2-partitions-4MB.csv"
65
},
76
"core": "esp32",

boards/adafruit_metro_esp32s3.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32s3_out.ld",
54
"memory_type": "qio_opi",
65
"partitions": "tinyuf2-partitions-16MB.csv"
76
},

0 commit comments

Comments
 (0)