Mirror of espurna firmware for wireless switches and more
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
600 B

  1. /* Flash Split for 1M chips, no SPIFFS, 2 sectors for EEPROM */
  2. /* sketch 995KB */
  3. /* eeprom 8KB */
  4. /* reserved 16KB */
  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 = 0xf8ff0
  11. }
  12. PROVIDE ( _SPIFFS_start = 0x402FA000 );
  13. PROVIDE ( _SPIFFS_end = 0x402FA000 );
  14. PROVIDE ( _SPIFFS_page = 0x0 );
  15. PROVIDE ( _SPIFFS_block = 0x0 );
  16. INCLUDE "../ld/eagle.app.v6.common.ld"