mirror of https://github.com/arendst/Tasmota.git
Delete eagle.flash.1m0.ld
This commit is contained in:
parent
be1b0e7c86
commit
6874dddf03
|
@ -1,18 +0,0 @@
|
|||
/* Flash Split for 1M chips, no SPIFFS */
|
||||
/* sketch 999KB */
|
||||
/* 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 = 0xf9ff0
|
||||
}
|
||||
|
||||
PROVIDE ( _SPIFFS_start = 0x402FB000 );
|
||||
PROVIDE ( _SPIFFS_end = 0x402FB000 );
|
||||
PROVIDE ( _SPIFFS_page = 0 );
|
||||
PROVIDE ( _SPIFFS_block = 0 );
|
||||
|
||||
INCLUDE "../ld/eagle.app.v6.common.ld"
|
Loading…
Reference in New Issue