altos: Start work on stm32f1 support
[fw/altos] / src / stm32f103-nucleo / hello.ld
diff --git a/src/stm32f103-nucleo/hello.ld b/src/stm32f103-nucleo/hello.ld
new file mode 100644 (file)
index 0000000..cc57e00
--- /dev/null
@@ -0,0 +1,7 @@
+__flash = 0x20000000;
+__flash_size = 4k;
+__ram   = 0x20001000;
+__ram_size = 4k;
+__stack_size = 512;
+
+INCLUDE picolibc.ld