ArduinoAm29F010

Changeset

35:9188ccec1755
2015-08-24 Paul Boddie raw files shortlog changelog graph Added introduction and Fritzing project details, broadening the licensing options to include CC-BY-SA 3.0 for the documentation and circuit design.
README.txt (file) docs/COPYING.txt (file)
     1.1 --- a/README.txt	Mon Aug 24 15:03:28 2015 +0200
     1.2 +++ b/README.txt	Mon Aug 24 19:38:47 2015 +0200
     1.3 @@ -1,5 +1,28 @@
     1.4 +Introduction
     1.5 +------------
     1.6 +
     1.7 +The ArduinoAm29F010 project provides software and a circuit to program
     1.8 +Am29F010 flash memory devices using an Arduino board (tested with the Arduino
     1.9 +Duemilanove, but likely to work with the Arduino Uno and directly-related
    1.10 +boards). In addition, guidance about the use of such flash memory devices is
    1.11 +provided for use with microcomputer systems, such as the Acorn Electron.
    1.12 +
    1.13  The Am29F010-90PC product has been used to test the software and hardware
    1.14 -design described here.
    1.15 +design described here. The PDIP variant of the device, as opposed to the
    1.16 +various other packages employed in the product range, is the variant most
    1.17 +suitable for use with the Arduino.
    1.18 +
    1.19 +Contact, Copyright and Licence Information
    1.20 +------------------------------------------
    1.21 +
    1.22 +The author can be contacted at the following e-mail address:
    1.23 +
    1.24 +paul@boddie.org.uk
    1.25 +
    1.26 +Copyright and licence information can be found in the docs directory - see
    1.27 +docs/COPYING.txt and docs/gpl-3.0.txt for more information.
    1.28 +
    1.29 +
    1.30  
    1.31  Using the Software
    1.32  ==================
    1.33 @@ -104,6 +127,10 @@
    1.34  This will produce a file called ArduinoAm29F010-arduinouno.fzz containing the
    1.35  resources in a zip archive as Fritzing expects.
    1.36  
    1.37 +This PCB is featured as a project on the Fritzing Web site:
    1.38 +
    1.39 +http://fritzing.org/projects/arduino-am29f010-programming-shield
    1.40 +
    1.41  
    1.42  
    1.43  Device Compatibility
     2.1 --- a/docs/COPYING.txt	Mon Aug 24 15:03:28 2015 +0200
     2.2 +++ b/docs/COPYING.txt	Mon Aug 24 19:38:47 2015 +0200
     2.3 @@ -1,6 +1,9 @@
     2.4  Licence Agreement for ArduinoAm29F010
     2.5  -------------------------------------
     2.6  
     2.7 +The following terms apply to the software, documentation and circuit designs
     2.8 +provided by this project:
     2.9 +
    2.10  Copyright (C) 2015 Paul Boddie <paul@boddie.org.uk>
    2.11  
    2.12  This program is free software; you can redistribute it and/or modify it under
    2.13 @@ -15,3 +18,13 @@
    2.14  
    2.15  You should have received a copy of the GNU General Public License along with
    2.16  this program.  If not, see <http://www.gnu.org/licenses/>.
    2.17 +
    2.18 +Alternative Licence for Documentation and Circuit Designs
    2.19 +---------------------------------------------------------
    2.20 +
    2.21 +In addition, the documentation in the README.txt file and the circuit designs
    2.22 +in the pcb directory are also provided under a Creative Commons
    2.23 +Attribution-ShareAlike 3.0 Unported licence (CC BY-SA 3.0). Details of this
    2.24 +licence are available from the following location:
    2.25 +
    2.26 +http://creativecommons.org/licenses/by-sa/3.0/