stm32: initial support

This commit is contained in:
Ayke van Laethem
2018-09-22 01:51:44 +02:00
parent 12298d23a7
commit dd5b5a381c
9 changed files with 153 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
MEMORY
{
FLASH_TEXT (rw) : ORIGIN = 0x08000000, LENGTH = 64K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 20K
}
_stack_size = 2K;
INCLUDE "targets/arm.ld"