Skip to content

boards generator: updates #5103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 3, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8,436 changes: 4,325 additions & 4,111 deletions boards.txt

Large diffs are not rendered by default.

276 changes: 164 additions & 112 deletions tools/boards.txt.py

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions tools/sdk/ld/eagle.flash.16m14m.ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* Flash Split for 16M chips */
/* sketch 1019KB */
/* empty 1024KB */
/* spiffs 14336KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
iram1_0_seg : org = 0x40100000, len = 0x8000
irom0_0_seg : org = 0x40201010, len = 0xfeff0
}

PROVIDE ( _SPIFFS_start = 0x40400000 );
PROVIDE ( _SPIFFS_end = 0x411FB000 );
PROVIDE ( _SPIFFS_page = 0x100 );
PROVIDE ( _SPIFFS_block = 0x2000 );

INCLUDE "eagle.app.v6.common.ld"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Flash Split for 16M chips */
/* sketch 1019KB */
/* spiffs 15340KB */
/* eeprom 20KB */
/* spiffs 15360KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Flash Split for 1M chips */
/* sketch 999KB */
/* eeprom 20KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand All @@ -10,9 +10,5 @@ MEMORY
irom0_0_seg : org = 0x40201010, len = 0xf9ff0
}

PROVIDE ( _SPIFFS_start = 0x402FB000 );
PROVIDE ( _SPIFFS_end = 0x402FB000 );
PROVIDE ( _SPIFFS_page = 0x0 );
PROVIDE ( _SPIFFS_block = 0x0 );

INCLUDE "eagle.app.v6.common.ld"
2 changes: 1 addition & 1 deletion tools/sdk/ld/eagle.flash.1m128.ld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Flash Split for 1M chips */
/* sketch 871KB */
/* spiffs 128KB */
/* eeprom 20KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand Down
2 changes: 1 addition & 1 deletion tools/sdk/ld/eagle.flash.1m144.ld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Flash Split for 1M chips */
/* sketch 855KB */
/* spiffs 144KB */
/* eeprom 20KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand Down
2 changes: 1 addition & 1 deletion tools/sdk/ld/eagle.flash.1m160.ld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Flash Split for 1M chips */
/* sketch 839KB */
/* spiffs 160KB */
/* eeprom 20KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand Down
2 changes: 1 addition & 1 deletion tools/sdk/ld/eagle.flash.1m192.ld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Flash Split for 1M chips */
/* sketch 807KB */
/* spiffs 192KB */
/* eeprom 20KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand Down
2 changes: 1 addition & 1 deletion tools/sdk/ld/eagle.flash.1m256.ld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Flash Split for 1M chips */
/* sketch 743KB */
/* spiffs 256KB */
/* eeprom 20KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand Down
2 changes: 1 addition & 1 deletion tools/sdk/ld/eagle.flash.1m512.ld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Flash Split for 1M chips */
/* sketch 487KB */
/* spiffs 512KB */
/* eeprom 20KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand Down
2 changes: 1 addition & 1 deletion tools/sdk/ld/eagle.flash.1m64.ld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Flash Split for 1M chips */
/* sketch 935KB */
/* spiffs 64KB */
/* eeprom 20KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand Down
7 changes: 1 addition & 6 deletions tools/sdk/ld/eagle.flash.2m.ld
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Flash Split for 2M chips */
/* sketch 1019KB */
/* spiffs 1004KB */
/* eeprom 20KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand All @@ -11,9 +10,5 @@ MEMORY
irom0_0_seg : org = 0x40201010, len = 0xfeff0
}

PROVIDE ( _SPIFFS_start = 0x40300000 );
PROVIDE ( _SPIFFS_end = 0x403FB000 );
PROVIDE ( _SPIFFS_page = 0x100 );
PROVIDE ( _SPIFFS_block = 0x2000 );

INCLUDE "eagle.app.v6.common.ld"
19 changes: 19 additions & 0 deletions tools/sdk/ld/eagle.flash.2m1m.ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/* Flash Split for 2M chips */
/* sketch 1019KB */
/* spiffs 1024KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
iram1_0_seg : org = 0x40100000, len = 0x8000
irom0_0_seg : org = 0x40201010, len = 0xfeff0
}

PROVIDE ( _SPIFFS_start = 0x40300000 );
PROVIDE ( _SPIFFS_end = 0x403FB000 );
PROVIDE ( _SPIFFS_page = 0x100 );
PROVIDE ( _SPIFFS_block = 0x2000 );

INCLUDE "eagle.app.v6.common.ld"
20 changes: 20 additions & 0 deletions tools/sdk/ld/eagle.flash.2m512.ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* Flash Split for 2M chips */
/* sketch 1019KB */
/* empty 512KB */
/* spiffs 512KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
iram1_0_seg : org = 0x40100000, len = 0x8000
irom0_0_seg : org = 0x40201010, len = 0xfeff0
}

PROVIDE ( _SPIFFS_start = 0x40380000 );
PROVIDE ( _SPIFFS_end = 0x403FB000 );
PROVIDE ( _SPIFFS_page = 0x100 );
PROVIDE ( _SPIFFS_block = 0x2000 );

INCLUDE "eagle.app.v6.common.ld"
7 changes: 1 addition & 6 deletions tools/sdk/ld/eagle.flash.4m.ld
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Flash Split for 4M chips */
/* sketch 1019KB */
/* spiffs 3052KB */
/* eeprom 20KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand All @@ -11,9 +10,5 @@ MEMORY
irom0_0_seg : org = 0x40201010, len = 0xfeff0
}

PROVIDE ( _SPIFFS_start = 0x40300000 );
PROVIDE ( _SPIFFS_end = 0x405FB000 );
PROVIDE ( _SPIFFS_page = 0x100 );
PROVIDE ( _SPIFFS_block = 0x2000 );

INCLUDE "eagle.app.v6.common.ld"
4 changes: 2 additions & 2 deletions tools/sdk/ld/eagle.flash.4m1m.ld
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Flash Split for 4M chips */
/* sketch 1019KB */
/* empty 2048KB */
/* spiffs 1004KB */
/* eeprom 20KB */
/* spiffs 1024KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand Down
4 changes: 2 additions & 2 deletions tools/sdk/ld/eagle.flash.4m2m.ld
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Flash Split for 4M chips */
/* sketch 1019KB */
/* empty 1024KB */
/* spiffs 2028KB */
/* eeprom 20KB */
/* spiffs 2048KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand Down
19 changes: 19 additions & 0 deletions tools/sdk/ld/eagle.flash.4m3m.ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/* Flash Split for 4M chips */
/* sketch 1019KB */
/* spiffs 3072KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
iram1_0_seg : org = 0x40100000, len = 0x8000
irom0_0_seg : org = 0x40201010, len = 0xfeff0
}

PROVIDE ( _SPIFFS_start = 0x40300000 );
PROVIDE ( _SPIFFS_end = 0x405FB000 );
PROVIDE ( _SPIFFS_page = 0x100 );
PROVIDE ( _SPIFFS_block = 0x2000 );

INCLUDE "eagle.app.v6.common.ld"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Flash Split for 512K chips */
/* sketch 487KB */
/* eeprom 20KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand All @@ -10,9 +10,5 @@ MEMORY
irom0_0_seg : org = 0x40201010, len = 0x79ff0
}

PROVIDE ( _SPIFFS_start = 0x4027B000 );
PROVIDE ( _SPIFFS_end = 0x4027B000 );
PROVIDE ( _SPIFFS_page = 0x0 );
PROVIDE ( _SPIFFS_block = 0x0 );

INCLUDE "eagle.app.v6.common.ld"
2 changes: 1 addition & 1 deletion tools/sdk/ld/eagle.flash.512k128.ld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Flash Split for 512K chips */
/* sketch 359KB */
/* spiffs 128KB */
/* eeprom 20KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand Down
2 changes: 1 addition & 1 deletion tools/sdk/ld/eagle.flash.512k32.ld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Flash Split for 512K chips */
/* sketch 455KB */
/* spiffs 32KB */
/* eeprom 20KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand Down
2 changes: 1 addition & 1 deletion tools/sdk/ld/eagle.flash.512k64.ld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Flash Split for 512K chips */
/* sketch 423KB */
/* spiffs 64KB */
/* eeprom 20KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand Down
20 changes: 20 additions & 0 deletions tools/sdk/ld/eagle.flash.8m6m.ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* Flash Split for 8M chips */
/* sketch 1019KB */
/* empty 1024KB */
/* spiffs 6144KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
iram1_0_seg : org = 0x40100000, len = 0x8000
irom0_0_seg : org = 0x40201010, len = 0xfeff0
}

PROVIDE ( _SPIFFS_start = 0x40400000 );
PROVIDE ( _SPIFFS_end = 0x409FB000 );
PROVIDE ( _SPIFFS_page = 0x100 );
PROVIDE ( _SPIFFS_block = 0x2000 );

INCLUDE "eagle.app.v6.common.ld"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Flash Split for 8M chips */
/* sketch 1019KB */
/* spiffs 7148KB */
/* eeprom 20KB */
/* spiffs 7168KB */
/* eeprom 4KB rfcal 16KB */

MEMORY
{
Expand Down