aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito
Commit message (Expand)AuthorAgeFilesLines
* Better HTTP GET parsing in the Webserver demo, add application polling.Dean Camera2010-01-311-1/+0
* Update driver INF files - change manufacturer name from the original template...Dean Camera2010-01-291-1/+1
* Fix up project documentation files' overview tables, so that multiple items o...Dean Camera2010-01-281-2/+2
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-251-1/+1
* New revision Benito hardware will be 16MHz, and use the ATMEGA32U2. Change ma...Dean Camera2010-01-212-6/+3
* Update Benito project -- device should be reset when DTR is *asserted* not de...Dean Camera2010-01-211-1/+1
* Oops - missing brace in the updated Benito code causing compilation to fail.Dean Camera2010-01-171-1/+1
* Fix the Benito project not pulsing the target's /RESET line when DTR is de-as...Dean Camera2010-01-171-2/+9
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-061-631/+709
* Update copyright year to 2010.Dean Camera2009-12-307-14/+14
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-287-49/+49
* Add const qualifier to the parameters of Projects' functions where possible.Dean Camera2009-12-202-8/+8
* Speed up bit-banged USART code in the AVRISP project.Dean Camera2009-12-151-4/+4
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-2/+2
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-7/+10
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-161-1/+1
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-10/+5
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-2/+1
* Remove information about 64 bit Windows OS signing requirements for the CDC b...Dean Camera2009-09-071-5/+0
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-061-30/+47
* Added 64 bit OS driver installation instructions to the readme for all CDC ba...Dean Camera2009-09-061-0/+10
* Changed Still Image Host class driver to auto-fill TransactionID element of s...Dean Camera2009-09-062-33/+84
* 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