File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,11 @@ generic.menu.FlashSize.1M64.build.spiffs_end=0xFB000
148
148
generic.menu.FlashSize.1M64.build.spiffs_blocksize=4096
149
149
generic.menu.FlashSize.1M64.upload.maximum_size=958448
150
150
151
+ generic.menu.FlashSize.1M0=1M (no SPIFFS)
152
+ generic.menu.FlashSize.1M0.build.flash_size=1M
153
+ generic.menu.FlashSize.1M0.build.flash_ld=eagle.flash.1m0.ld
154
+ generic.menu.FlashSize.1M0.upload.maximum_size=1023984
155
+
151
156
generic.menu.FlashSize.2M=2M (1M SPIFFS)
152
157
generic.menu.FlashSize.2M.build.flash_size=2M
153
158
generic.menu.FlashSize.2M.build.flash_ld=eagle.flash.2m.ld
Original file line number Diff line number Diff line change
1
+ /* Flash Split for 1M chips, no SPIFFS */
2
+ /* sketch 999KB */
3
+ /* eeprom 20KB */
4
+
5
+ MEMORY
6
+ {
7
+ dport0_0_seg : org = 0x3FF00000, len = 0x10
8
+ dram0_0_seg : org = 0x3FFE8000, len = 0x14000
9
+ iram1_0_seg : org = 0x40100000, len = 0x8000
10
+ irom0_0_seg : org = 0x40201010, len = 0xf9ff0
11
+ }
12
+
13
+ PROVIDE ( _SPIFFS_start = 0x402FB000 );
14
+ PROVIDE ( _SPIFFS_end = 0x402FB000 );
15
+ PROVIDE ( _SPIFFS_page = 0 );
16
+ PROVIDE ( _SPIFFS_block = 0 );
17
+
18
+ INCLUDE "../ld/eagle.app.v6.common.ld"
You can’t perform that action at this time.
0 commit comments