aboutsummaryrefslogtreecommitdiff
path: root/Projects/Benito/Benito.c
AgeCommit message (Expand)Author
2012-04-14Reintegrate the FullEPAddresses development branch into trunk.Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-02-26Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleare...Dean
2011-02-10Add static keyword to all project globals whose scope should be restricted to...Dean
2011-01-30Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-31Rename RingBuffer header functions and typedefs from RingBuff_* to RingBuffer...Dean
2010-12-26Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean
2010-12-12Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects...Dean
2010-11-23Fixed Benito project discarding incoming data from the USB virtual serial por...Dean
2010-11-15Fixed incorrect event name in the Benito project.Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-08-09Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean
2010-08-01Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean
2010-07-30Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean
2010-07-30Oops - need to turn off USART via control register B before reconfiguring, fi...Dean
2010-07-29Fixed Benito and USBtoSerial projects not turning off the USART before reconf...Dean
2010-07-25Added periodic flush timer to the Benito project. Alter the serial transmissi...Dean
2010-07-12Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean
2010-05-26Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-05-07Don't cast the line encoding baud rate to a uint16_t before performing the ba...Dean
2010-04-28USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean
2010-01-21New revision Benito hardware will be 16MHz, and use the ATMEGA32U2. Change ma...Dean
2010-01-21Update Benito project -- device should be reset when DTR is *asserted* not de...Dean
2010-01-17Oops - missing brace in the updated Benito code causing compilation to fail.Dean
2010-01-17Fix the Benito project not pulsing the target's /RESET line when DTR is de-as...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-11-06Add double banking property to LUFA powered projects in the Projects director...Dean
2009-08-25Updated Benito project -- added hardware interrupt and software buffering for...Dean
2009-08-17Added beginnings of a new AVRISP-MKII clone project.Dean
2009-08-07Make Benito ping-pong LED code more explicit, using masks of the TX and RX LE...Dean
2009-08-05Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...Dean
2009-08-05Renamed all library events to properly seperate out Device and Host mode even...Dean
2009-07-28Changed AudioOutput demos to explicitly use timer 3 - the smaller USB AVRs wh...Dean
2009-07-27State information for class drivers is now zeroed out during enumeration (bot...Dean
2009-07-24Added new LEDs_ToggleLEDs() function to the Board LEDs driver.Dean
2009-07-24Ensure new Benito Programmer project matches Don's established LED behaviour ...Dean
2009-07-23Minor updates to the Benito programmer - remove redundant PORT register manip...Dean
2009-07-23Tweaks to the new Benito Programmer project for documentation and port/pin us...Dean
2009-07-23Added new Benito project, a simple modified USB-to-Serial bridge for the prog...Dean