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.

18 lines
550 B

  1. /* Flash Split for 512K chips */
  2. /* sketch 487KB */
  3. /* eeprom 20KB */
  4. MEMORY
  5. {
  6. dport0_0_seg : org = 0x3FF00000, len = 0x10
  7. dram0_0_seg : org = 0x3FFE8000, len = 0x14000
  8. iram1_0_seg : org = 0x40100000, len = 0x8000
  9. irom0_0_seg : org = 0x40201010, len = 0x79ff0
  10. }
  11. PROVIDE ( _SPIFFS_start = 0x4027B000 );
  12. PROVIDE ( _SPIFFS_end = 0x4027B000 );
  13. PROVIDE ( _SPIFFS_page = 0x0 );
  14. PROVIDE ( _SPIFFS_block = 0x0 );
  15. INCLUDE "../ld/eagle.app.v6.common.ld"