add copy of TSYS

This commit is contained in:
Edward Emelianov
2023-08-29 20:44:40 +03:00
parent e07260c9d0
commit 16dcbd52d9
37 changed files with 4775 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/* Linker script for STM32F042x6, 32K flash, 6K RAM. */
/* Define memory regions. */
MEMORY
{
rom (rx) : ORIGIN = 0x08000000, LENGTH = 32K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 6K
}
/* Include the common ld script. */
INCLUDE stm32f0.ld