diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-10-02 07:40:24 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-10-02 07:40:24 +0000 |
commit | b7eead83aab675ebfe583c5beb1662e2d1833cb8 (patch) | |
tree | 3e0202b4a972dabfe0bc45afa49b475ee191138c /LUFA/ManPages | |
parent | 3ecc4629540c72f1db293c5725faf3106935731d (diff) | |
download | lufa-b7eead83aab675ebfe583c5beb1662e2d1833cb8.tar.gz lufa-b7eead83aab675ebfe583c5beb1662e2d1833cb8.tar.bz2 lufa-b7eead83aab675ebfe583c5beb1662e2d1833cb8.zip |
Cleanups to the Device mode Mass Storage demo applications' SCSI routines.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 | ||||
-rw-r--r-- | LUFA/ManPages/CompilingApps.txt | 6 |
2 files changed, 1 insertions, 6 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 3132a14b9..6023d5399 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -16,6 +16,7 @@ * <b>Changed:</b>
* - Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library
* - MIDI device demos now receive MIDI events from the host and display note ON messages via the board LEDs
+ * - Cleanups to the Device mode Mass Storage demo applications' SCSI routines
*
* <b>Fixed:</b>
* - Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a
diff --git a/LUFA/ManPages/CompilingApps.txt b/LUFA/ManPages/CompilingApps.txt index 7cea32121..b4ee17171 100644 --- a/LUFA/ManPages/CompilingApps.txt +++ b/LUFA/ManPages/CompilingApps.txt @@ -22,15 +22,9 @@ * This means that while a build inside a particular demo directory will build only that particular demo, a build stated
* from the /Demos/ directory will build all LUFA demo projects sequentially.
*
- * \subsection SSec_CommandLine Via the Command Line
* To build a project from the source via the command line, the command <b>"make all"</b> should be executed from the command line in the directory
* of interest. To remove compiled files (including the binary output, all intermediately files and all diagnostic output
* files), execute <b>"make clean"</b>. Once a "make all" has been run and no errors were encountered, the resulting binary will
* be located in the generated ".HEX" file. If your project makes use of pre-initialized EEPROM variables, the generated ".EEP"
* file will contain the project's EEPROM data.
- *
- * \subsection SSec_AVRStudio Via AVRStudio
- * Each demo, project and bootloader contains an AVRStudio project (.aps) which can be used to build each project. Once opened
- * in AVRStudio, the project can be built and cleaned using the GUI buttons or menus. Note that the AVRStudio project files make
- * use of the external project makefile, thus the procedure for configuring a demo remains the same regardless of the build environment.
*/
\ No newline at end of file |