Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/sdk/ld/eagle.app.v6.common.ld.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ SECTIONS
*(.init.literal)
*(.init)

/* Special functions/templates that need to be in IRAM (SPI/IRQ callbacks/etc. here */
*(.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 */
} >iram1_0_seg :iram1_0_phdr

.irom0.text : ALIGN(4)
Expand Down