X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm32f1%2FMakefile-raw.defs;fp=src%2Fstm32f1%2FMakefile-raw.defs;h=91d30bd50dc68494e1bcf2fb5cbda51ad3c1ba5f;hb=beb94df2daaa9540faf4d5c772dfc68598c89598;hp=0000000000000000000000000000000000000000;hpb=b1ecef2cdc57561881d55f9dcc3b471f7b0ed27d;p=fw%2Faltos diff --git a/src/stm32f1/Makefile-raw.defs b/src/stm32f1/Makefile-raw.defs new file mode 100644 index 00000000..91d30bd5 --- /dev/null +++ b/src/stm32f1/Makefile-raw.defs @@ -0,0 +1,13 @@ +ifndef TOPDIR +TOPDIR=.. +endif + +include $(TOPDIR)/stm32f1/Makefile-stm32f1.defs + +LOADER=flash-loader/$(PROGNAME)-altos-flash-$(VERSION).elf +MAKEBIN=$(TOPDIR)/../ao-tools/ao-makebin/ao-makebin +FLASH_ADDR=0x08000000 + +LDFLAGS=$(CFLAGS) -L$(TOPDIR)/stm32f1 -Taltos-ram.ld -n + +.DEFAULT_GOAL=all