Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / Projects / XPLAINBridge /
2011-07-11 Dean CameraMinor demo/project documentation and style fixes.
2011-07-06 Dean CameraAdd the GCC -fno-split-wide-types compile time option...
2011-07-01 Dean CameraSeperate out the device demos and project's configurati...
2011-06-20 Dean CameraAdd new "checksource" target to the library makefiles...
2011-06-01 Dean CameraSpell check library source code files.
2011-04-08 Dean CameraCorrect UC3 global interrupt functions.
2011-03-21 Dean CameraF_CLOCK changed to F_USB to be more descriptive, and...
2011-03-15 Dean CameraUpdated the software USART code in the XPLAIN Bridge...
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-02-06 Dean CameraOops - fix missing constants in the TempDataLogger...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-31 Dean CameraRename RingBuffer header functions and typedefs from...
2010-12-26 Dean CameraDocumentation improvements - put driver example code...
2010-12-26 Dean CameraMake a new general RingBuffer.h misc library driver...
2010-12-24 Dean CameraAdd DEVICE_STATE_AS_GPIOR=0 compile time option to...
2010-12-12 Dean CameraFixed possible lost data in the XPLAINBridge, USBtoSeri...
2010-12-12 Dean CameraAdded new RingBuffer_Peek() function to the lightweight...
2010-11-27 Dean CameraFixed broken DFU bootloader, added XPLAIN support for...
2010-11-26 Dean CameraFix typos in the XPLAINBridge project preventing compil...
2010-11-25 Dean CameraChanged the XPLAINBridge software UART to use the regul...
2010-11-23 Dean CameraFixed Benito project discarding incoming data from...
2010-11-22 Dean CameraLower bulk endpoint polling rate in the descriptors...
2010-11-10 Dean CameraFixed incorrect PollingIntervalMS values in the demo...
2010-11-05 Dean CameraRenamed the EVENT_USB_Device_UnhandledControlRequest...
2010-11-03 Dean CameraFixed USBtoSerial and XPLAINBridge demos discarding...
2010-11-02 Dean CameraFix XPLAINBridge code broken during the changes to...
2010-11-02 Dean CameraRescue clock of the AVRISP-MKII moved to the AVR's...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-25 Dean CameraAdd descriptor class, subclass and protocol constants...
2010-10-24 Dean CameraAll USB class drivers are now automatically included...
2010-10-13 Dean CameraFix SoftUART.c not compiling due to accidental check...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-10 Dean CameraFixed ISR definition conflict in the XPLAIN bridge...
2010-09-30 Dean CameraReverted Endpoint/Pipe non-sequential configuration...
2010-09-28 Dean CameraMove out many of the common class driver constants...
2010-09-24 Dean CameraRemove dfu-programmer program switches, to ensure maxim...
2010-09-24 Dean CameraAdded the --suppress-bootloader-mem option to the makef...
2010-09-15 Dean CameraMake project makefiles correctly clean intermeditary...
2010-08-29 Dean CameraRemove remaining void* descriptor casts in the projects...
2010-08-29 Dean CameraAdd better description of the Ultra-Lightweight Ring...
2010-08-24 Dean CameraChanged the signature of the CALLBACK_USB_GetDescriptor...
2010-08-09 Dean CameraRemoved complicated logic for the Endpoint_ConfigureEnd...
2010-08-08 Dean CameraFix invocations of avr-size in all makefiles broken...
2010-08-02 Dean CameraHide the PROGMEM attribute from Doxygen, as it appears...
2010-08-01 Dean CameraFix XPLAINBridge project discarding characters from...
2010-07-31 Dean CameraFixed Serial peripheral driver not turning off the...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-30 Dean CameraAltered the CDC Deivice and Host Class drivers' receive...
2010-07-29 Dean CameraSpell check all source files once again to find any...
2010-07-21 Dean CameraUpdate all demos, projects and bootloaders to indent...
2010-07-19 Dean CameraUpdate makefiles to use the latest WinAVR/Atmel toolcha...
2010-07-18 Dean CameraChange over all makefiles to use C99 standards mode...
2010-07-15 Dean CameraDisable strict aliasing explicitly in the project makef...
2010-07-15 Dean CameraRemoved the automated checking of event names in the...
2010-07-15 Dean CameraAdded ability to set the serial baud rate via the user...
2010-07-15 Dean CameraFixed possible buffer overrun in the XPLAINBridge proje...
2010-07-13 Dean CameraChange AVRISP-MKII and XPLAINBridge descriptors to...
2010-07-13 Dean CameraAdd remaining AVRStudio project files to the library...
2010-07-12 Dean CameraAdd missing clean_doxygen phony targets to the project...
2010-07-12 Dean CameraReduce prescaler of the flush timer in the USBtoSerial...
2010-07-12 Dean CameraAlter the ring buffer library headers to have both...
2010-07-12 Dean CameraAdd glitch protection to the software UART in the XPLAI...
2010-07-11 Dean CameraMajor changes to the XPLAINBridge software UART code...
2010-07-02 Dean CameraAdded new Drivers/USB/LowLevel/Device.c file to house...
2010-06-24 Dean CameraMake XPLAINBridge serial bridge much more reliable...
2010-06-24 Dean CameraMaximise the size of the ring buffers in the Benito...
2010-06-21 Dean CameraMoved calls to V2Params_UpdateParamValues() out of...
2010-06-16 Dean CameraSpell check code and manual pages. Remove custom Doxyge...
2010-06-12 Dean CameraOops - temp code left in the XPLAINBridge project which...
2010-06-12 Dean CameraSlight improvements to the reliability of the software...
2010-06-10 Dean CameraOops - light weight ring buffer documentation used...
2010-06-10 Dean CameraAdd missing documentation to the lightweight ring buffe...
2010-06-03 Dean CameraMinor documentation cleanups.
2010-05-27 Dean CameraAdded new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR...
2010-05-26 Dean CameraReplace ring buffer library in Benito and USBtoSerial...
2010-05-26 Dean CameraAdd better documentation to the Software UART code...
2010-05-26 Dean CameraSwitch software UART over to timer 1 and remove timer...
2010-05-26 Dean CameraRename software USART driver globals to make the code...
2010-05-26 Dean CameraMake software USART used in the XPLAINBridge project...
2010-05-26 Dean CameraCreate a new LightweightRingBuffer.h header file for...
2010-05-26 Dean CameraThe RingBuff library code has been replaced in the...
2010-05-23 Dean CameraRemove obsolete entry from the Doxygen configuration...
2010-05-20 Dean CameraRenamed CDC device class demos' ManagementEndpoint...
2010-05-13 Dean CameraThe LIBUSB_FILTERDRV_COMPAT compile time option in...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-07 Dean CameraChange over instances of "make" in the makefiles to...
2010-05-06 Dean CameraRemove incorrect Abstract Call Management class specifi...
2010-04-28 Dean CameraRelocate USBInterrupt.c/.h from the HighLevel USB drive...
2010-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2010-04-18 Dean CameraAdd const keyword to the demo function parameters where...
2010-04-06 Dean CameraAdd information request/response signal handler to...
2010-03-31 Dean CameraAdded WIN_LIBUSB_COMPAT compile time option to the...
2010-03-22 Dean CameraStandardized the naming scheme given to configuration...
2010-03-21 Dean CameraDouble bank CDC endpoints in the XPLAIN Bridge project...
2010-02-16 Dean CameraClean up XPLAINBridge code.
2010-02-04 Dean CameraNew BOARD value option BOARD_NONE (equivelent to not...
2010-02-03 Dean CameraExlude the "INCLUDE_FROM_*" macros from the individual...
2010-01-29 Dean CameraUpdate driver INF files - change manufacturer name...
2010-01-28 Dean CameraFix up project documentation files' overview tables...
next