mirror of https://github.com/arendst/Tasmota.git
Revert "Remove new linker - Use previous linker (1m64)"
This reverts commit f670e4c920
.
This commit is contained in:
parent
f670e4c920
commit
9ea07161cf
|
@ -0,0 +1,18 @@
|
||||||
|
/* Flash Split for 1M chips */
|
||||||
|
/* 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"
|
|
@ -0,0 +1,18 @@
|
||||||
|
/* Flash Split for 1M chips */
|
||||||
|
/* 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 "esp8266.flash.common.ld"
|
|
@ -6,7 +6,7 @@
|
||||||
* - Change libraries/PubSubClient/src/PubSubClient.h
|
* - Change libraries/PubSubClient/src/PubSubClient.h
|
||||||
* #define MQTT_MAX_PACKET_SIZE 512
|
* #define MQTT_MAX_PACKET_SIZE 512
|
||||||
*
|
*
|
||||||
* - Select IDE Tools - Flash size: "1M (64k SPIFFS)"
|
* - Select IDE Tools - Flash size: "1M (no SPIFFS)"
|
||||||
* ====================================================
|
* ====================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue