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