esp8266: Put more code in irom0 section, to get it building again.
This commit is contained in:
parent
d19e4f0ba4
commit
f09f8097d5
|
@ -90,6 +90,8 @@ SECTIONS
|
||||||
*modpybpin.o(.literal*, .text*)
|
*modpybpin.o(.literal*, .text*)
|
||||||
*modpybrtc.o(.literal*, .text*)
|
*modpybrtc.o(.literal*, .text*)
|
||||||
*modesp.o(.literal* .text*)
|
*modesp.o(.literal* .text*)
|
||||||
|
*modnetwork.o(.literal* .text*)
|
||||||
|
*moduos.o(.literal* .text*)
|
||||||
*modutime.o(.literal* .text*)
|
*modutime.o(.literal* .text*)
|
||||||
|
|
||||||
/* we put as much rodata as possible in this section */
|
/* we put as much rodata as possible in this section */
|
||||||
|
|
Loading…
Reference in New Issue