aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito/Benito.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Extract interface numbers into enums.László Monda2013-10-061-1/+1
* Pseudo-port the projects and dual role demos for possible later multi-arch su...Dean Camera2013-05-191-0/+5
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Use the framework provided GlobalInterruptEnable() function instead of the AV...Dean Camera2012-09-171-1/+1
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-13/+19
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-1/+1
* Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleare...Dean Camera2011-02-261-4/+2
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-2/+2
* Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean Camera2011-01-301-18/+19
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Rename RingBuffer header functions and typedefs from RingBuff_* to RingBuffer...Dean Camera2010-12-311-2/+2
* Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean Camera2010-12-261-2/+5
* Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects...Dean Camera2010-12-121-6/+16
* Fixed Benito project discarding incoming data from the USB virtual serial por...Dean Camera2010-11-231-3/+2
* Fixed incorrect event name in the Benito project.Dean Camera2010-11-151-2/+5
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-24/+25
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-091-3/+5
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-011-4/+5
* Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean Camera2010-07-301-2/+3
* Oops - need to turn off USART via control register B before reconfiguring, fi...Dean Camera2010-07-301-2/+2
* Fixed Benito and USBtoSerial projects not turning off the USART before reconf...Dean Camera2010-07-291-3/+11
* Added periodic flush timer to the Benito project. Alter the serial transmissi...Dean Camera2010-07-251-12/+21
* Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean Camera2010-07-121-1/+1
* Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean Camera2010-05-261-4/+4
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-264/+264
* Don't cast the line encoding baud rate to a uint16_t before performing the ba...Dean Camera2010-05-071-1/+1
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+2
* New revision Benito hardware will be 16MHz, and use the ATMEGA32U2. Change ma...Dean Camera2010-01-211-4/+1
* 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 copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-7/+10
* Updated Benito project -- added hardware interrupt and software buffering for...Dean Camera2009-08-251-31/+44
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-171-1/+1
* Make Benito ping-pong LED code more explicit, using masks of the TX and RX LE...Dean Camera2009-08-071-1/+1
* Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...Dean Camera2009-08-051-6/+7
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-6/+6
* Changed AudioOutput demos to explicitly use timer 3 - the smaller USB AVRs wh...Dean Camera2009-07-281-1/+1