From e3d8ad6de7d2dfabe45a285b27f465ba68844f05 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 30 Oct 2016 19:08:14 -0700 Subject: altos/nucleo-32: Add basic support for STM32F042 Nucleo-32 board This hooks up the LED, USB and the USART. Signed-off-by: Keith Packard --- src/nucleao-32/flash-loader/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/nucleao-32/flash-loader/Makefile (limited to 'src/nucleao-32/flash-loader/Makefile') diff --git a/src/nucleao-32/flash-loader/Makefile b/src/nucleao-32/flash-loader/Makefile new file mode 100644 index 00000000..2392e998 --- /dev/null +++ b/src/nucleao-32/flash-loader/Makefile @@ -0,0 +1,8 @@ +# +# AltOS flash loader build +# +# + +TOPDIR=../.. +HARDWARE=nucleo-32 +include $(TOPDIR)/stmf0/Makefile-flash.defs -- cgit v1.2.3