mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Added WifInfo boards
This commit is contained in:
19
tools/sdk/ld/eagle.flash.1m144.ld
Normal file
19
tools/sdk/ld/eagle.flash.1m144.ld
Normal file
@ -0,0 +1,19 @@
|
||||
/* Flash Split for 1M chips */
|
||||
/* sketch 855KB */
|
||||
/* spiffs 144KB */
|
||||
/* eeprom 20KB */
|
||||
|
||||
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 = 0xd5ff0
|
||||
}
|
||||
|
||||
PROVIDE ( _SPIFFS_start = 0x402D7000 );
|
||||
PROVIDE ( _SPIFFS_end = 0x402FB000 );
|
||||
PROVIDE ( _SPIFFS_page = 0x100 );
|
||||
PROVIDE ( _SPIFFS_block = 0x1000 );
|
||||
|
||||
INCLUDE "../ld/eagle.app.v6.common.ld"
|
19
tools/sdk/ld/eagle.flash.1m160.ld
Normal file
19
tools/sdk/ld/eagle.flash.1m160.ld
Normal file
@ -0,0 +1,19 @@
|
||||
/* Flash Split for 1M chips */
|
||||
/* sketch 839KB */
|
||||
/* spiffs 160KB */
|
||||
/* eeprom 20KB */
|
||||
|
||||
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 = 0xd1ff0
|
||||
}
|
||||
|
||||
PROVIDE ( _SPIFFS_start = 0x402D3000 );
|
||||
PROVIDE ( _SPIFFS_end = 0x402FB000 );
|
||||
PROVIDE ( _SPIFFS_page = 0x100 );
|
||||
PROVIDE ( _SPIFFS_block = 0x1000 );
|
||||
|
||||
INCLUDE "../ld/eagle.app.v6.common.ld"
|
19
tools/sdk/ld/eagle.flash.1m192.ld
Normal file
19
tools/sdk/ld/eagle.flash.1m192.ld
Normal file
@ -0,0 +1,19 @@
|
||||
/* Flash Split for 1M chips */
|
||||
/* sketch 807KB */
|
||||
/* spiffs 192KB */
|
||||
/* eeprom 20KB */
|
||||
|
||||
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 = 0xc9ff0
|
||||
}
|
||||
|
||||
PROVIDE ( _SPIFFS_start = 0x402CB000 );
|
||||
PROVIDE ( _SPIFFS_end = 0x402FB000 );
|
||||
PROVIDE ( _SPIFFS_page = 0x100 );
|
||||
PROVIDE ( _SPIFFS_block = 0x1000 );
|
||||
|
||||
INCLUDE "../ld/eagle.app.v6.common.ld"
|
Reference in New Issue
Block a user