diff options
| author | Keith Packard <keithp@keithp.com> | 2016-10-30 19:08:14 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-10-30 19:13:10 -0700 |
| commit | e3d8ad6de7d2dfabe45a285b27f465ba68844f05 (patch) | |
| tree | 897686be59229212a1dc47267dbea56b88ba1ec1 /src/nucleao-32/flash-loader/Makefile | |
| parent | 148f6e0a107d9e88509958700351794f2f971312 (diff) | |
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 <keithp@keithp.com>
Diffstat (limited to 'src/nucleao-32/flash-loader/Makefile')
| -rw-r--r-- | src/nucleao-32/flash-loader/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
