diff options
| author | Keith Packard <keithp@keithp.com> | 2017-04-28 00:07:03 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-04-28 00:07:03 -0700 |
| commit | 217d77dadbef4192d2f32e290a5c5f50159f2e0d (patch) | |
| tree | 42903970fd507bbf4018e0b9d18282367c236939 /src/micropeak-v2.0/flash-loader/Makefile | |
| parent | 65bb93f69b2f420281b67d62a9ee3cf30874fb7c (diff) | |
altos/micropeak-v2.0: Add initial MicroPeak v2 support
stm32f042 processor replaces the attiny85 and adds USB support along
with more storage.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/micropeak-v2.0/flash-loader/Makefile')
| -rw-r--r-- | src/micropeak-v2.0/flash-loader/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/micropeak-v2.0/flash-loader/Makefile b/src/micropeak-v2.0/flash-loader/Makefile new file mode 100644 index 00000000..4e30c1c6 --- /dev/null +++ b/src/micropeak-v2.0/flash-loader/Makefile @@ -0,0 +1,8 @@ +# +# AltOS flash loader build +# +# + +TOPDIR=../.. +HARDWARE=micropeak-v2.0 +include $(TOPDIR)/stmf0/Makefile-flash.defs |
