diff options
| author | Keith Packard <keithp@keithp.com> | 2016-01-20 00:00:07 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-05-07 09:24:31 -0700 |
| commit | 5ddd4e10bd8ddb4a00a0ccd8982db3311ec5a9e7 (patch) | |
| tree | 976ea0fec4d4308db76c046a5598c3225dd30df4 /src/mpusb-v3.0/flash-loader/Makefile | |
| parent | 257350e1a3e4ba2048e80d30a4a0454eb65d4a26 (diff) | |
altos: Add µPusb v3.0 project
This replaces the ft230 with a stm32f04, saving a bit of BOM
and giving us control over the firmware.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/mpusb-v3.0/flash-loader/Makefile')
| -rw-r--r-- | src/mpusb-v3.0/flash-loader/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mpusb-v3.0/flash-loader/Makefile b/src/mpusb-v3.0/flash-loader/Makefile new file mode 100644 index 00000000..8d0f9e42 --- /dev/null +++ b/src/mpusb-v3.0/flash-loader/Makefile @@ -0,0 +1,7 @@ +# +# AltOS flash loader build +# + +TOPDIR=../.. +HARDWARE=mpusb-v3.0 +include $(TOPDIR)/stmf0/Makefile-flash.defs |
