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