File tree 2 files changed +34
-0
lines changed
2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* Flash Split for 8M chips */
2
+ /* irom0 940KB */
3
+ /* eeprom 20KB */
4
+ /* spiffs 7MB */
5
+
6
+ MEMORY
7
+ {
8
+ dport0_0_seg : org = 0x3FF00000, len = 0x10
9
+ dram0_0_seg : org = 0x3FFE8000, len = 0x14000
10
+ iram1_0_seg : org = 0x40100000, len = 0x8000
11
+ irom0_0_seg : org = 0x40210000, len = 0xEB000
12
+ }
13
+
14
+ PROVIDE ( _SPIFFS_start = 0x40300000 );
15
+ PROVIDE ( _SPIFFS_end = 0x40A00000 );
16
+
17
+ INCLUDE "../ld/eagle.app.v6.common.ld"
Original file line number Diff line number Diff line change
1
+ /* Flash Split for 16M chips */
2
+ /* irom0 940KB */
3
+ /* eeprom 20KB */
4
+ /* spiffs 15MB */
5
+
6
+ MEMORY
7
+ {
8
+ dport0_0_seg : org = 0x3FF00000, len = 0x10
9
+ dram0_0_seg : org = 0x3FFE8000, len = 0x14000
10
+ iram1_0_seg : org = 0x40100000, len = 0x8000
11
+ irom0_0_seg : org = 0x40210000, len = 0xEB000
12
+ }
13
+
14
+ PROVIDE ( _SPIFFS_start = 0x40300000 );
15
+ PROVIDE ( _SPIFFS_end = 0x41200000 );
16
+
17
+ INCLUDE "../ld/eagle.app.v6.common.ld"
You can’t perform that action at this time.
0 commit comments