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 dd8d3a0 commit 1c4f912Copy full SHA for 1c4f912
tools/sdk/ld/eagle.app.v6.common.ld.h
@@ -127,8 +127,8 @@ SECTIONS
127
*(.init.literal)
128
*(.init)
129
130
- /* Special functions/templates that need to be in IRAM (SPI/IRQ callbacks/etc. here */
131
- *(.text._ZNKSt8functionIFvvEEclEv) /* std::function<void ()>::operator()() const */
+ /* all functional callers are placed in IRAM (including SPI/IRQ callbacks/etc) here */
+ *(.text._ZNKSt8functionIF*EE*) /* std::function<any(...)>::operator()() const */
132
} >iram1_0_seg :iram1_0_phdr
133
134
.irom0.text : ALIGN(4)
0 commit comments