# HG changeset patch # User Paul Boddie # Date 1440437927 -7200 # Node ID 9188ccec1755c03b993a3960efc068c318959b1d # Parent b1cb831a88a0c5058db23d8c8c8576243fb0d010 Added introduction and Fritzing project details, broadening the licensing options to include CC-BY-SA 3.0 for the documentation and circuit design. diff -r b1cb831a88a0 -r 9188ccec1755 README.txt --- a/README.txt Mon Aug 24 15:03:28 2015 +0200 +++ b/README.txt Mon Aug 24 19:38:47 2015 +0200 @@ -1,5 +1,28 @@ +Introduction +------------ + +The ArduinoAm29F010 project provides software and a circuit to program +Am29F010 flash memory devices using an Arduino board (tested with the Arduino +Duemilanove, but likely to work with the Arduino Uno and directly-related +boards). In addition, guidance about the use of such flash memory devices is +provided for use with microcomputer systems, such as the Acorn Electron. + The Am29F010-90PC product has been used to test the software and hardware -design described here. +design described here. The PDIP variant of the device, as opposed to the +various other packages employed in the product range, is the variant most +suitable for use with the Arduino. + +Contact, Copyright and Licence Information +------------------------------------------ + +The author can be contacted at the following e-mail address: + +paul@boddie.org.uk + +Copyright and licence information can be found in the docs directory - see +docs/COPYING.txt and docs/gpl-3.0.txt for more information. + + Using the Software ================== @@ -104,6 +127,10 @@ This will produce a file called ArduinoAm29F010-arduinouno.fzz containing the resources in a zip archive as Fritzing expects. +This PCB is featured as a project on the Fritzing Web site: + +http://fritzing.org/projects/arduino-am29f010-programming-shield + Device Compatibility diff -r b1cb831a88a0 -r 9188ccec1755 docs/COPYING.txt --- a/docs/COPYING.txt Mon Aug 24 15:03:28 2015 +0200 +++ b/docs/COPYING.txt Mon Aug 24 19:38:47 2015 +0200 @@ -1,6 +1,9 @@ Licence Agreement for ArduinoAm29F010 ------------------------------------- +The following terms apply to the software, documentation and circuit designs +provided by this project: + Copyright (C) 2015 Paul Boddie This program is free software; you can redistribute it and/or modify it under @@ -15,3 +18,13 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . + +Alternative Licence for Documentation and Circuit Designs +--------------------------------------------------------- + +In addition, the documentation in the README.txt file and the circuit designs +in the pcb directory are also provided under a Creative Commons +Attribution-ShareAlike 3.0 Unported licence (CC BY-SA 3.0). Details of this +licence are available from the following location: + +http://creativecommons.org/licenses/by-sa/3.0/