Skip to content
Snippets Groups Projects
Commit 304a96d7 authored by Damien George's avatar Damien George
Browse files

esp8266: Put more literal and text obj data in irom0_0_seg.

With newer versions of esp_iot_sdk the iram1_0_seg started to overflow.
Now it doesn't.

Addresses issue #1254.
parent 4e7dc97b
No related branches found
No related tags found
No related merge requests found
......@@ -79,10 +79,13 @@ SECTIONS
*pyexec.o(.literal*, .text*)
*readline.o(.literal*, .text*)
*pybstdio.o(.literal*, .text*)
*modpyb.o(.literal*, .text*)
*gccollect.o(.literal* .text*)
*gchelper.o(.literal* .text*)
*modpyb.o(.literal*, .text*)
*modpybpin.o(.literal*, .text*)
*modpybrtc.o(.literal*, .text*)
*modesp.o(.literal* .text*)
*modutime.o(.literal* .text*)
/* we put as much rodata as possible in this section */
/* note that only rodata accessed as a machine word is allowed here */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment