fix: typos within Readme.txt - further extend the list of files
authorStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Mon, 6 May 2013 10:21:45 +0000 (12:21 +0200)
committerStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Mon, 6 May 2013 10:34:58 +0000 (10:34 +0000)
Signed-off-by: Stephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Readme.txt

index ef550f7..6a6146b 100644 (file)
@@ -23,10 +23,12 @@ FILES IN THE DISTRIBUTION
 Readme.txt ........ The file you are currently reading.
 firmware .......... Source code of the controller firmware.
 firmware/usbdrv ... USB driver -- See Readme.txt in that directory for info
 Readme.txt ........ The file you are currently reading.
 firmware .......... Source code of the controller firmware.
 firmware/usbdrv ... USB driver -- See Readme.txt in that directory for info
+updater ........... Source code of an updater-firmware exchanging bootloaders
 License.txt ....... Public license (GPL2) for all contents of this project.
 License.txt ....... Public license (GPL2) for all contents of this project.
-
 Schematics.txt .... File giving infos about default and recommended hw-layout.
 
 Schematics.txt .... File giving infos about default and recommended hw-layout.
 
+*_usbasploader.hex  precompiled USBaspLoader for default layout and settings
+
 
 BUILDING AND INSTALLING
 =======================
 
 BUILDING AND INSTALLING
 =======================
@@ -36,7 +38,7 @@ For all platforms, you must first describe your hardware and layout
 specific parameters (PINs to use, etc...) in "firmware/bootloaderconfig.h".
 Some USB tuning is possible by modifying "firmware/usbconfig.h".
 All files provide working default settings, which can be used as an example.
 specific parameters (PINs to use, etc...) in "firmware/bootloaderconfig.h".
 Some USB tuning is possible by modifying "firmware/usbconfig.h".
 All files provide working default settings, which can be used as an example.
-Then edit "firmware/Makefile.inc" (NOT Makefile directly!) to reflect
+Then edit "Makefile.inc" (NEVER any Makefile directly!) to reflect
 the target device, and some feature set departing from the default one.
 (You also can edit "firmware/bootloaderconfig.h" to change feature set
 and therefore memory space requirements).
 the target device, and some feature set departing from the default one.
 (You also can edit "firmware/bootloaderconfig.h" to change feature set
 and therefore memory space requirements).