diff options
| author | Christian Starkjohann <cs+github@obdev.at> | 2008-04-18 14:14:26 +0000 | 
|---|---|---|
| committer | Christian Starkjohann <cs+github@obdev.at> | 2008-04-18 14:14:26 +0000 | 
| commit | d0da93898982fe1f6c0e8fa1b3594d005ca51a33 (patch) | |
| tree | 006eae646938942dbce7e34e82c4ead0fbdc4b0c | |
| parent | 63550e9620b6c111d6ed8a4096e7ea69023c1724 (diff) | |
| download | v-usb-d0da93898982fe1f6c0e8fa1b3594d005ca51a33.tar.gz v-usb-d0da93898982fe1f6c0e8fa1b3594d005ca51a33.tar.bz2 v-usb-d0da93898982fe1f6c0e8fa1b3594d005ca51a33.zip | |
- documented additional files also copied into package root
| -rw-r--r-- | Readme.txt | 10 | 
1 files changed, 6 insertions, 4 deletions
| @@ -9,13 +9,15 @@ This package consists of the device side USB driver firmware, library code  for device and host and fully working examples for device and host:    Readme.txt .............. The file you are currently reading. -  License.txt ............. Free Open Source license for this package (GPL). -  CommercialLicense.txt ... Alternative commercial license for this package.    usbdrv .................. AVR-USB firmware, to be included in your project. -  circuits ................ Example circuits using this driver. +  examples ................ Example code for device and host side.    libs-device ............. Useful code snippets for the device firmware.    libs-host ............... Useful code snippets for device drivers. -  examples ................ Example code for device and host side. +  circuits ................ Example circuits using this driver. +  Changelog.txt ........... Documentation of changes between versions. +  License.txt ............. Free Open Source license for this package (GPL). +  CommercialLicense.txt ... Alternative commercial license for this package. +  USBID-License.txt ....... Terms and conditions for free USB VID/PID pairs.  Each subdirectory contains a separate Readme file which explains its  contents. | 
