Skip to content

Commit 1c4f912

Browse files
authored
Update eagle.app.v6.common.ld.h
all functional callers are placed in IRAM
1 parent dd8d3a0 commit 1c4f912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/sdk/ld/eagle.app.v6.common.ld.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ SECTIONS
127127
*(.init.literal)
128128
*(.init)
129129

130-
/* Special functions/templates that need to be in IRAM (SPI/IRQ callbacks/etc. here */
131-
*(.text._ZNKSt8functionIFvvEEclEv) /* std::function<void ()>::operator()() const */
130+
/* all functional callers are placed in IRAM (including SPI/IRQ callbacks/etc) here */
131+
*(.text._ZNKSt8functionIF*EE*) /* std::function<any(...)>::operator()() const */
132132
} >iram1_0_seg :iram1_0_phdr
133133

134134
.irom0.text : ALIGN(4)

0 commit comments

Comments
 (0)