This commit is contained in:
2021-04-07 10:53:34 +03:00
commit 44b43036b5
23 changed files with 1633 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/*----------------------------------------------------------------------------*/
/* Linker Settings */
--retain="*(.intvecs)"
/*----------------------------------------------------------------------------*/
/* Section Configuration */
SECTIONS
{
systemHeap : {} > DATA_RAM
}
/*----------------------------------------------------------------------------*/