File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,11 @@ SECTIONS
142
142
143
143
/* all functional callers are placed in IRAM (including SPI/IRQ callbacks/etc) here */
144
144
*(.text ._ZNKSt8functionIF *EE*) /* std::function<any(...)>::operator()() const */
145
+ *(.text ._ZNK8delegate6detail12DelegateImplIPvvEclEv ) /* delegate::detail::DelegateImpl<void*, void>::operator()() const */
146
+ *(.text ._ZNK8delegate6detail12DelegateImplIPvvEcvbEv ) /* delegate::detail::DelegateImpl<void*, void>::operator bool() const */
147
+
148
+ /* same thing for circular_queue structure methods used in swserial */
149
+ *(.text ._ZNK14circular_queue *E9availableEv) /* circular_queue<any, any>::available() const */
145
150
} >iram1_0_seg :iram1_0_phdr
146
151
147
152
.irom0 .text : ALIGN (4 )
You can’t perform that action at this time.
0 commit comments