13 lines
474 B
Batchfile
13 lines
474 B
Batchfile
/*----------------------------------------------------------------------------*/
|
|
/* Linker Settings */
|
|
--retain="*(.intvecs)"
|
|
|
|
/*----------------------------------------------------------------------------*/
|
|
/* Section Configuration */
|
|
SECTIONS
|
|
{
|
|
systemHeap : {} > DATA_RAM
|
|
}
|
|
/*----------------------------------------------------------------------------*/
|
|
|