aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito/Benito.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-100/+100
| | | | correctly converted to the target system's native end of line style.
* Fix up project documentation files' overview tables, so that multiple items ↵Dean Camera2010-01-281-2/+2
| | | | occupy multiple lines in the same cell, rather than multiple cells.
* Speed up bit-banged USART code in the AVRISP project.Dean Camera2009-12-151-4/+4
| | | | Fix project text files to refer to "project" instead of "demo".
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-10/+5
| | | | Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series.
* Remove information about 64 bit Windows OS signing requirements for the CDC ↵Dean Camera2009-09-071-5/+0
| | | | based demos -- apparently the native CDC driver can be installed without first disabling the OS's driver signing requirements.
* Added 64 bit OS driver installation instructions to the readme for all CDC ↵Dean Camera2009-09-061-0/+10
| | | | based projects.
* Changed AudioOutput demos to explicitly use timer 3 - the smaller USB AVRs ↵Dean Camera2009-07-281-4/+5
| | | | | | where timer 1 was needed instead did not have the endpoint size neccesary for good audio throughput anyway. Fix Benito documentation indicating erronously that the project used the HID USB class instead of the CDC class.
* Ensure new Benito Programmer project matches Don's established LED behaviour ↵Dean Camera2009-07-241-0/+5
| | | | - flash LED while generating target /RESET pulse, ping-pong LEDs during enumeration.
* Added new Benito project, a simple modified USB-to-Serial bridge for the ↵Dean Camera2009-07-231-0/+94
programming of AVRs using the official Arduino bootloader.