1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Move tools to platform directory

This commit is contained in:
Ivan Grokhotkov
2015-05-18 16:04:30 +03:00
parent 2510707911
commit 870b8b9478
45 changed files with 3609 additions and 2 deletions

View File

@ -0,0 +1,17 @@
/* Flash Split for 512K chips */
/* irom0 364KB */
/* spiffs 64KB */
/* 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 = 0x40210000, len = 0x5B000
}
PROVIDE ( _SPIFFS_start = 0x4026B000 );
PROVIDE ( _SPIFFS_end = 0x4027B000 );
INCLUDE "../ld/eagle.app.v6.common.ld"