diff options
| author | Keith Packard <keithp@keithp.com> | 2013-06-24 14:23:53 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-06-24 14:30:22 -0700 |
| commit | 0dd148e388944d8d265da51d62806c4a00b2c13d (patch) | |
| tree | e1212b3cbc0d5a77d0fe1d676e07f86fef91a52f /src/easymini-v0.1/flash-loader/Makefile | |
| parent | 2568b36ae9d38ae1607ec08b84b06e0fe84bd3ba (diff) | |
altos/lpc: Add boot loader
Support the USB boot loader, add USB pull-up support.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/easymini-v0.1/flash-loader/Makefile')
| -rw-r--r-- | src/easymini-v0.1/flash-loader/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/easymini-v0.1/flash-loader/Makefile b/src/easymini-v0.1/flash-loader/Makefile new file mode 100644 index 00000000..ab828b22 --- /dev/null +++ b/src/easymini-v0.1/flash-loader/Makefile @@ -0,0 +1,8 @@ +# +# AltOS flash loader build +# +# + +TOPDIR=../.. +HARDWARE=easymini-v0.1 +include $(TOPDIR)/lpc/Makefile-flash.defs |
