Fork of the espurna firmware for `mhsw` switches
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.

20 lines
594 B

  1. /* Flash Split for 4M chips */
  2. /* sketch 1019KB */
  3. /* spiffs 3040KB */
  4. /* eeprom 16KB */
  5. /* reserved 16KB */
  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 = 0x40201010, len = 0xfeff0
  12. }
  13. PROVIDE ( _SPIFFS_start = 0x40300000 );
  14. PROVIDE ( _SPIFFS_end = 0x405F8000 );
  15. PROVIDE ( _SPIFFS_page = 0x100 );
  16. PROVIDE ( _SPIFFS_block = 0x2000 );
  17. INCLUDE "../ld/eagle.app.v6.common.ld"