Skip to content

Commit

Permalink
Create a plain-text README file for release distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Dec 27, 2021
1 parent 3f8a830 commit b422718
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -46,7 +46,7 @@ dist:
cp -a $(PROJ)-$(VER).upd $(PROJ)-$(VER)/$(PROJ)-$(VER).upd
cp -a blinky_test/blinky.hex $(PROJ)-$(VER)/hex/alt/blinky-test-f1-$(VER).hex
cp -a COPYING $(PROJ)-$(VER)/
cp -a README.md $(PROJ)-$(VER)/
cp -a README $(PROJ)-$(VER)/
cp -a RELEASE_NOTES $(PROJ)-$(VER)/
$(MAKE) clean
$(MAKE) mcu=stm32f7 all
Expand Down
14 changes: 14 additions & 0 deletions README
@@ -0,0 +1,14 @@
Greaseweazle Firmware
---------------------
Keir Fraser <keir.xen@gmail.com>
https://github.com/keirf/greaseweazle-firmware

This distribution contains device firmware for Greaseweazle USB
interface boards.

Greaseweazle documentation and downloads:
https://github.com/keirf/greaseweazle/wiki/

Source code, and all binary releases, are freely redistributable in
any form. Please see the the COPYING file included in this
distribution.

0 comments on commit b422718

Please sign in to comment.