aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito/Benito.txt
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2013-06-161-3/+3
|
* Merge in latest trunk.Dean Camera2012-05-201-5/+5
|\
| * Minor documentation adjustments to the demos, projects and bootloaders to ↵Dean Camera2012-05-181-5/+5
| | | | | | | | ensure correct formatting of application device support.
* | AppConfigHeaders: Update several user projects to use configuration header ↵Dean Camera2012-05-101-7/+7
|/ | | | files, rather than makefile defines.
* Documentation improvements - put driver example code into its own section, ↵Dean Camera2010-12-261-4/+4
| | | | fix incorrect and missing section names.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-3/+4
| | | | tool made by Laszlo Monda
* Fix typos in the project overview text files.Dean Camera2010-09-091-1/+1
|
* Clarify in the project documentation files what the each of the different ↵Dean Camera2010-08-311-4/+4
| | | | USB AVR device "series" comprises of.
* More spell checking of all source files -- correct missed errors, switch to ↵Dean Camera2010-07-301-1/+1
| | | | EN-GB spelling dictionary.
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-2/+2
|
* Added periodic flush timer to the Benito project. Alter the serial ↵Dean Camera2010-07-251-0/+5
| | | | transmission code so that sent bytes do not block the remainder of the main program code from running.
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-6/+6
| | | | Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis.
* 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.