This commit is contained in:
2021-03-31 19:06:28 +03:00
commit 23615c02f2
8 changed files with 723 additions and 0 deletions

12
mss_mmw_linker.cmd Normal file
View File

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