aboutsummaryrefslogtreecommitdiff
path: root/Projects
AgeCommit message (Expand)Author
2010-07-21Update all demos, projects and bootloaders to indent all function parameters,...Dean
2010-07-21Add missing const qualifiers to class drivers.Dean
2010-07-19Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean
2010-07-18Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean
2010-07-15Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean
2010-07-15Removed the automated checking of event names in the demo, project and bootlo...Dean
2010-07-15Added ability to set the serial baud rate via the user's terminal in the XPLA...Dean
2010-07-15Fix pointer aliasing warning in the Mass Storage demos.Dean
2010-07-15Fixed possible buffer overrun in the XPLAINBridge project when in serial brid...Dean
2010-07-15Fixed HID device class driver still using PrevReportINBuffer for GetReport co...Dean
2010-07-13Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device i...Dean
2010-07-13Remove the timeout period extension code from the AVRISP project, as no singl...Dean
2010-07-13Added const attributes to some of the class driver function parameters that w...Dean
2010-07-13Add remaining AVRStudio project files to the library projects.Dean
2010-07-13Add first lot of AVRStudio project files for some of the library projects.Dean
2010-07-13Rename the AVRISP main source files to AVRISP-MKII so that it matches the pro...Dean
2010-07-12Add missing clean_doxygen phony targets to the project makefiles.Dean
2010-07-12Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer o...Dean
2010-07-12Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean
2010-07-12Add glitch protection to the software UART in the XPLAINBridge project code, ...Dean
2010-07-11Major changes to the XPLAINBridge software UART code for performance and reli...Dean
2010-07-11Correct misspellings in the Bluetooth demo code.Dean
2010-07-09Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean
2010-07-08Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/....Dean
2010-07-02Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean
2010-06-25Add default "all" makefile targets to the demo tree makefiles.Dean
2010-06-25Make loops in AVRISP-MKII Clone project's XPROG protocol infinite rather than...Dean
2010-06-24Make XPLAINBridge serial bridge much more reliable for the reception of chara...Dean
2010-06-24Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial ...Dean
2010-06-21Moved calls to V2Params_UpdateParamValues() out of the main AVRISP-MKII and X...Dean
2010-06-17Fixed broken PDI EEPROM Section Erase functionality in the AVRISP-MKII project.Dean
2010-06-16Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean
2010-06-15Change over Doxygen \note documentation to \pre where applicable.Dean
2010-06-14Update TemperatureDataLogger and Webserver projects to the latest FATFS libra...Dean
2010-06-12Oops - temp code left in the XPLAINBridge project which prevented it from ent...Dean
2010-06-12Slight improvements to the reliability of the software UART in the XPLAINBrid...Dean
2010-06-10Oops - light weight ring buffer documentation used \ref instead of \param to ...Dean
2010-06-10Add missing documentation to the lightweight ring buffer code in the XPLAINBr...Dean
2010-06-06Document lightweight ring buffer header files.Dean
2010-06-06Add the svn:eol-style property onto new files which where missing it to ensur...Dean
2010-06-03More documentation fixes.Dean
2010-06-03Minor documentation cleanups.Dean
2010-06-03Add start of RFCOMM service layer to the incomplete BluetoothHost demo.Dean
2010-05-27Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...Dean
2010-05-26Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean
2010-05-26The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean
2010-05-26Add better documentation to the Software UART code in the XPLAINBridge project.Dean
2010-05-26Switch software UART over to timer 1 and remove timer prescaling to try to pr...Dean
2010-05-26Rename software USART driver globals to make the code more in line with the r...Dean
2010-05-26Make software USART used in the XPLAINBridge project directly check and store...Dean