|
39 | 39 | #define IROM_SEG_ORG 0x400D0020
|
40 | 40 | #define IROM_SEG_LEN 0x330000-0x20
|
41 | 41 | #define IROM_SEG_ALIGN 0x4
|
| 42 | +#define IRAM_SEG_LEN 0x20000 |
42 | 43 | #else
|
43 | 44 | #define IROM_SEG_ORG 0x400D0000
|
44 | 45 | #define IROM_SEG_LEN 0x330000
|
45 | 46 | #define IROM_SEG_ALIGN 0x10000
|
| 47 | +#define IRAM_SEG_LEN 0x13000 |
46 | 48 | #endif
|
47 | 49 |
|
48 | 50 | MEMORY
|
|
54 | 56 | #ifdef CONFIG_ESP32_NETWORK_CORE
|
55 | 57 | iram0_0_seg(RX): org = 0x40080000, len = 0x08000
|
56 | 58 | #else
|
57 |
| - iram0_0_seg(RX): org = 0x40080000, len = 0x20000 |
| 59 | + iram0_0_seg(RX): org = 0x40080000, len = IRAM_SEG_LEN |
58 | 60 | #endif
|
59 | 61 |
|
60 | 62 | irom0_0_seg(RX): org = IROM_SEG_ORG, len = IROM_SEG_LEN
|
@@ -343,10 +345,6 @@ SECTIONS
|
343 | 345 | *(.iram0.literal .iram.literal .iram.text.literal .iram0.text .iram.text)
|
344 | 346 | *libesp32.a:panic.*(.literal .text .literal.* .text.*)
|
345 | 347 | *librtc.a:(.literal .text .literal.* .text.*)
|
346 |
| - *libsubsys__net__l2__ethernet.a:(.literal .text .literal.* .text.*) |
347 |
| - *libsubsys__net__lib__config.a:(.literal .text .literal.* .text.*) |
348 |
| - *libsubsys__net__ip.a:(.literal .text .literal.* .text.*) |
349 |
| - *libsubsys__net.a:(.literal .text .literal.* .text.*) |
350 | 348 | *libarch__xtensa__core.a:(.literal .text .literal.* .text.*)
|
351 | 349 | *libkernel.a:(.literal .text .literal.* .text.*)
|
352 | 350 | *libsoc.a:rtc_*.*(.literal .text .literal.* .text.*)
|
|
0 commit comments