X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm32f1%2Faltos-loader.ld;fp=src%2Fstm32f1%2Faltos-loader.ld;h=798106eb3126722787444dc65626fcf794d92374;hb=1311eba0bbe32bc1759a3b11b00c78774843383c;hp=0000000000000000000000000000000000000000;hpb=7b2588ee723827b9be2a2d5f287afb1b5d351b23;p=fw%2Faltos diff --git a/src/stm32f1/altos-loader.ld b/src/stm32f1/altos-loader.ld new file mode 100644 index 00000000..798106eb --- /dev/null +++ b/src/stm32f1/altos-loader.ld @@ -0,0 +1,26 @@ +/* + * Copyright © 2018 Keith Packard + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + */ + +__flash = 0x08000000; +__flash_size = 4k; +__ram = 0x20000000; +__ram_size = 20k; +__stack_size = 512; + +INCLUDE registers.ld +INCLUDE picolibc.ld