Skip to content

Commit

Permalink
remove outdated not used ldscript entry (#21018)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Mar 23, 2024
1 parent 14c48a1 commit 7088ee2
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 43 deletions.
3 changes: 0 additions & 3 deletions boards/esp32-fix.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"build": {
"arduino":{
"ldscript": "esp32_out.ld"
},
"core": "esp32",
"extra_flags": "-DARDUINO_TASMOTA -DBOARD_HAS_PSRAM -DHAS_PSRAM_FIX -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw -DESP32_4M",
"f_cpu": "240000000L",
Expand Down
3 changes: 0 additions & 3 deletions boards/esp32.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"build": {
"arduino":{
"ldscript": "esp32_out.ld"
},
"core": "esp32",
"extra_flags": "-DARDUINO_TASMOTA -DBOARD_HAS_PSRAM -DESP32_4M",
"f_cpu": "160000000L",
Expand Down
3 changes: 0 additions & 3 deletions boards/esp32_solo1.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"build": {
"arduino":{
"ldscript": "esp32_out.ld"
},
"core": "esp32",
"extra_flags": "-DARDUINO_TASMOTA -DBOARD_HAS_PSRAM -DESP32_4M -DCORE32SOLO1",
"f_cpu": "240000000L",
Expand Down
3 changes: 0 additions & 3 deletions boards/esp32c2.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"build": {
"arduino":{
"ldscript": "esp32c2_out.ld"
},
"core": "esp32",
"extra_flags": "-DARDUINO_TASMOTA -DESP32_4M -DESP32C2",
"f_cpu": "120000000L",
Expand Down
3 changes: 0 additions & 3 deletions boards/esp32c2_2M.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"build": {
"arduino":{
"ldscript": "esp32c2_out.ld"
},
"core": "esp32",
"extra_flags": "-DARDUINO_TASMOTA -DESP32_2M -DESP32C2",
"f_cpu": "120000000L",
Expand Down
3 changes: 0 additions & 3 deletions boards/esp32c3.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"build": {
"arduino":{
"ldscript": "esp32c3_out.ld"
},
"core": "esp32",
"extra_flags": "-DARDUINO_TASMOTA -DESP32_4M -DESP32C3",
"f_cpu": "160000000L",
Expand Down
3 changes: 0 additions & 3 deletions boards/esp32c3cdc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"build": {
"arduino":{
"ldscript": "esp32c3_out.ld"
},
"core": "esp32",
"extra_flags": "-DARDUINO_TASMOTA -DARDUINO_USB_MODE=1 -DESP32_4M -DESP32C3 -DUSE_USB_CDC_CONSOLE",
"f_cpu": "160000000L",
Expand Down
3 changes: 0 additions & 3 deletions boards/esp32c6.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"build": {
"arduino":{
"ldscript": "esp32c6_out.ld"
},
"core": "esp32",
"extra_flags": "-DARDUINO_TASMOTA -DESP32_4M -DESP32C6",
"f_cpu": "160000000L",
Expand Down
3 changes: 0 additions & 3 deletions boards/esp32c6cdc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"build": {
"arduino":{
"ldscript": "esp32c6_out.ld"
},
"core": "esp32",
"extra_flags": "-DARDUINO_TASMOTA -DARDUINO_USB_MODE=1 -DESP32_4M -DESP32C6 -DUSE_USB_CDC_CONSOLE",
"f_cpu": "160000000L",
Expand Down
3 changes: 0 additions & 3 deletions boards/esp32s2.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"build": {
"arduino":{
"ldscript": "esp32s2_out.ld"
},
"core": "esp32",
"extra_flags": "-DARDUINO_TASMOTA -DBOARD_HAS_PSRAM -DESP32_4M -DESP32S2",
"f_cpu": "240000000L",
Expand Down
3 changes: 0 additions & 3 deletions boards/esp32s2cdc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"build": {
"arduino":{
"ldscript": "esp32s2_out.ld"
},
"core": "esp32",
"extra_flags": "-DARDUINO_TASMOTA -DBOARD_HAS_PSRAM -DUSE_USB_CDC_CONSOLE -DESP32_4M -DESP32S2",
"f_cpu": "240000000L",
Expand Down
1 change: 0 additions & 1 deletion boards/esp32s3-opi_opi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"build": {
"arduino":{
"ldscript": "esp32s3_out.ld",
"memory_type": "opi_opi"
},
"core": "esp32",
Expand Down
1 change: 0 additions & 1 deletion boards/esp32s3-opi_opi_120.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"build": {
"arduino":{
"ldscript": "esp32s3_out.ld",
"memory_type": "opi_opi"
},
"core": "esp32",
Expand Down
1 change: 0 additions & 1 deletion boards/esp32s3-qio_opi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"build": {
"arduino":{
"ldscript": "esp32s3_out.ld",
"memory_type": "qio_opi"
},
"core": "esp32",
Expand Down
1 change: 0 additions & 1 deletion boards/esp32s3-qio_opi_120.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"build": {
"arduino":{
"ldscript": "esp32s3_out.ld",
"memory_type": "qio_opi"
},
"core": "esp32",
Expand Down
1 change: 0 additions & 1 deletion boards/esp32s3-qio_qspi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"build": {
"arduino":{
"ldscript": "esp32s3_out.ld",
"memory_type": "qio_qspi"
},
"core": "esp32",
Expand Down
1 change: 0 additions & 1 deletion boards/esp32s3cdc-opi_opi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"build": {
"arduino":{
"ldscript": "esp32s3_out.ld",
"memory_type": "opi_opi"
},
"core": "esp32",
Expand Down
1 change: 0 additions & 1 deletion boards/esp32s3cdc-opi_opi_120.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"build": {
"arduino":{
"ldscript": "esp32s3_out.ld",
"memory_type": "opi_opi"
},
"core": "esp32",
Expand Down
1 change: 0 additions & 1 deletion boards/esp32s3cdc-qio_opi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"build": {
"arduino":{
"ldscript": "esp32s3_out.ld",
"memory_type": "qio_opi"
},
"core": "esp32",
Expand Down
1 change: 0 additions & 1 deletion boards/esp32s3cdc-qio_opi_120.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"build": {
"arduino":{
"ldscript": "esp32s3_out.ld",
"memory_type": "qio_opi"
},
"core": "esp32",
Expand Down
1 change: 0 additions & 1 deletion boards/esp32s3cdc-qio_qspi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"build": {
"arduino":{
"ldscript": "esp32s3_out.ld",
"memory_type": "qio_qspi"
},
"core": "esp32",
Expand Down

0 comments on commit 7088ee2

Please sign in to comment.