esp-open-rtos/tests/ld/tests.ld

12 lines
226 B
Text
Raw Normal View History

2016-02-08 03:15:12 +00:00
/* 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
}