We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d6a09 commit 1737a69Copy full SHA for 1737a69
ports/esp8266/boards/esp8266_common.ld
@@ -93,6 +93,7 @@ SECTIONS
93
*py/binary.o*(.literal* .text*)
94
*py/builtin*.o*(.literal* .text*)
95
*py/compile.o*(.literal* .text*)
96
+ *py/cstack.o*(.literal* .text*)
97
*py/emit*.o*(.literal* .text*)
98
*py/persistentcode*.o*(.literal* .text*)
99
*py/formatfloat.o*(.literal* .text*)
@@ -121,7 +122,6 @@ SECTIONS
121
122
*py/sequence.o*(.literal* .text*)
123
*py/showbc.o*(.literal* .text*)
124
*py/smallint.o*(.literal* .text*)
- *py/stackctrl.o*(.literal* .text*)
125
*py/stream.o*(.literal* .text*)
126
*py/unicode.o*(.literal* .text*)
127
*py/vm.o*(.literal* .text*)
0 commit comments