aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito
Commit message (Expand)AuthorAgeFilesLines
* Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean Camera2009-08-301-1/+1
* Updated Benito project -- added hardware interrupt and software buffering for...Dean Camera2009-08-255-34/+285
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-171-1/+1
* Added explicit attribute masks to the device mode demos' descriptors.Dean Camera2009-08-131-3/+3
* Make Benito ping-pong LED code more explicit, using masks of the TX and RX LE...Dean Camera2009-08-071-1/+1
* Add Benito board LED driver to the Benito Programmer project.Dean Camera2009-08-051-0/+110
* Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...Dean Camera2009-08-053-7/+10
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-052-10/+10
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-022-2/+2
* Change project makefiles so that the current target settings and not just the...Dean Camera2009-07-281-39/+21
* Changed AudioOutput demos to explicitly use timer 3 - the smaller USB AVRs wh...Dean Camera2009-07-282-5/+6
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-5/+0
* Added new LEDs_ToggleLEDs() function to the Board LEDs driver.Dean Camera2009-07-241-1/+1
* Ensure new Benito Programmer project matches Don's established LED behaviour ...Dean Camera2009-07-244-21/+35
* Minor updates to the Benito programmer - remove redundant PORT register manip...Dean Camera2009-07-232-8/+7
* Tweaks to the new Benito Programmer project for documentation and port/pin us...Dean Camera2009-07-233-3/+8
* Added new Benito project, a simple modified USB-to-Serial bridge for the prog...Dean Camera2009-07-238-0/+3034