aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge
Commit message (Expand)AuthorAgeFilesLines
* 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
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-282-0/+2
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-181-3/+3
* Add information request/response signal handler to the Bluetooth Host demo.Dean Camera2010-04-062-2/+2
* Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ...Dean Camera2010-03-315-10/+36
* Standardized the naming scheme given to configuration descriptor sub-elements...Dean Camera2010-03-225-23/+24
* Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once t...Dean Camera2010-03-211-2/+6
* Clean up XPLAINBridge code.Dean Camera2010-02-164-21/+42
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean Camera2010-02-031-1/+2
* 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-4/+4
* Add missing AVRISPDescriptors.c/.h files to the XPLAINBridge project.Dean Camera2010-01-252-0/+286
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-251-1/+1
* Clean up of the altered XPLAINBridge project.Dean Camera2010-01-194-9/+26
* Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr...Dean Camera2010-01-195-74/+162
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-061-631/+709
* Update copyright year to 2010.Dean Camera2009-12-308-20/+20
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-288-56/+56
* 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-5/+5