esp-open-rtos/tests/ld/tests.ld
2016-02-09 16:07:08 +11:00

11 lines
226 B
Text

/* Extra linker script sections used only for test case registration */
SECTIONS
{
.irom0.text : ALIGN(4)
{
_testcases_start = ABSOLUTE(.);
*(.testcases.text)
_testcases_end = ABSOLUTE(.);
} > irom0_0_seg
}