Create a plain-text README file for release distribution.

This commit is contained in:
Keir Fraser
2021-12-27 09:10:54 +00:00
parent 3f8a8301e7
commit b4227182b3
2 changed files with 15 additions and 1 deletions

View File

@@ -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

14
README Normal file
View File

@@ -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.