aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining void* descriptor casts in the projects and demos that were n...Dean Camera2010-08-294-19/+19
* Add better description of the Ultra-Lightweight Ring Buffer header files.Dean Camera2010-08-291-1/+8
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-242-2/+3
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-091-12/+7
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-081-1/+4
* Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean Camera2010-08-021-1/+2
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-013-63/+84
* Fixed Serial peripheral driver not turning off the USART before reconfiguring...Dean Camera2010-07-311-1/+1
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-303-4/+4
* Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean Camera2010-07-301-1/+2
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-3/+3
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-218-9/+29
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-192-74/+58
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean Camera2010-07-181-1/+1
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-151-0/+1
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-151-18/+6
* Added ability to set the serial baud rate via the user's terminal in the XPLA...Dean Camera2010-07-156-13/+37
* Fixed possible buffer overrun in the XPLAINBridge project when in serial brid...Dean Camera2010-07-152-1/+21
* Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device i...Dean Camera2010-07-133-3/+5
* Add remaining AVRStudio project files to the library projects.Dean Camera2010-07-131-0/+1
* Add missing clean_doxygen phony targets to the project makefiles.Dean Camera2010-07-121-1/+2
* Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer o...Dean Camera2010-07-121-1/+1
* Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean Camera2010-07-122-10/+44
* Add glitch protection to the software UART in the XPLAINBridge project code, ...Dean Camera2010-07-122-8/+14
* Major changes to the XPLAINBridge software UART code for performance and reli...Dean Camera2010-07-113-55/+60
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-022-2/+3
* Make XPLAINBridge serial bridge much more reliable for the reception of chara...Dean Camera2010-06-241-11/+5
* Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial ...Dean Camera2010-06-241-1/+1
* Moved calls to V2Params_UpdateParamValues() out of the main AVRISP-MKII and X...Dean Camera2010-06-212-9/+6
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-163-4/+4
* Oops - temp code left in the XPLAINBridge project which prevented it from ent...Dean Camera2010-06-121-2/+0
* Slight improvements to the reliability of the software UART in the XPLAINBrid...Dean Camera2010-06-122-24/+23
* Oops - light weight ring buffer documentation used \ref instead of \param to ...Dean Camera2010-06-101-4/+4
* Add missing documentation to the lightweight ring buffer code in the XPLAINBr...Dean Camera2010-06-101-89/+119
* Minor documentation cleanups.Dean Camera2010-06-031-2/+2
* Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...Dean Camera2010-05-273-9/+12
* Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean Camera2010-05-262-4/+8
* Add better documentation to the Software UART code in the XPLAINBridge project.Dean Camera2010-05-261-35/+71
* Switch software UART over to timer 1 and remove timer prescaling to try to pr...Dean Camera2010-05-263-17/+17
* Rename software USART driver globals to make the code more in line with the r...Dean Camera2010-05-263-12/+12
* Make software USART used in the XPLAINBridge project directly check and store...Dean Camera2010-05-265-68/+42
* Create a new LightweightRingBuffer.h header file for the XPLAIN project to ab...Dean Camera2010-05-263-38/+101
* The RingBuff library code has been replaced in the XPLAINBridge project with ...Dean Camera2010-05-267-279/+64
* Remove obsolete entry from the Doxygen configuration files.Dean Camera2010-05-231-1/+1
* Renamed CDC device class demos' ManagementEndpoint descriptor to Notification...Dean Camera2010-05-202-2/+2
* The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRIS...Dean Camera2010-05-134-6/+5
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0814-3928/+3928
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean Camera2010-05-071-1/+1
* Remove incorrect Abstract Call Management class specific descriptor from the ...Dean Camera2010-05-062-9/+0
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-2/+2