Skip to content

Commit f767496

Browse files
authored
remove obsolete ldscript entry from boards.json (#322)
1 parent fdf2946 commit f767496

File tree

197 files changed

+179
-652
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+179
-652
lines changed

boards/adafruit_camera_esp32s3.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
3-
"arduino":{
4-
"ldscript": "esp32s3_out.ld",
3+
"arduino": {
54
"partitions": "partitions-4MB-1ota.csv"
65
},
76
"core": "esp32",

boards/adafruit_feather_esp32_v2.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"build": {
3-
"arduino": {
4-
"ldscript": "esp32_out.ld"
5-
},
63
"core": "esp32",
74
"extra_flags": [
85
"-DARDUINO_ADAFRUIT_FEATHER_ESP32_V2",

boards/adafruit_itsybitsy_esp32.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": "esp32_out.ld",
54
"partitions": "default_8MB.csv"
65
},
76
"core": "esp32",

boards/adafruit_qtpy_esp32.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"build": {
3-
"arduino": {
4-
"ldscript": "esp32_out.ld"
5-
},
63
"core": "esp32",
74
"extra_flags": [
85
"-DARDUINO_ADAFRUIT_QTPY_ESP32_PICO",

boards/adafruit_qtpy_esp32c3.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"build": {
3-
"arduino":{
4-
"ldscript": "esp32c3_out.ld"
5-
},
63
"core": "esp32",
74
"extra_flags": [
85
"-DARDUINO_ADAFRUIT_QTPY_ESP32C3",

boards/airm2m_core_esp32c3.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"build": {
3-
"arduino":{
4-
"ldscript": "esp32c3_out.ld"
5-
},
63
"core": "esp32",
74
"f_cpu": "160000000L",
85
"f_flash": "80000000L",

boards/alksesp32.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"build": {
3-
"arduino": {
4-
"ldscript": "esp32_out.ld"
5-
},
63
"core": "esp32",
74
"extra_flags": "-DARDUINO_ALKS",
85
"f_cpu": "240000000L",

boards/atd147_s3.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": "default_8MB.csv"
76
},

boards/atmegazero_esp32s2.json

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

boards/aventen_s3_sync.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_qspi"
65
},
76
"core": "esp32",

0 commit comments

Comments
 (0)