Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Obsolete the old MACROS and MACROE convenience macros. | Dean Camera | 2014-09-14 | 1 | -3/+3 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 16 | -35/+35 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-03-18 | 4 | -10/+10 |
| | |||||
* | Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling ↵ | Dean Camera | 2013-03-09 | 1 | -0/+1 |
| | | | | routines, to prevent ejection errors on *nix systems due to an unknown SCSI command. | ||||
* | Remove CPPCheck suppressions for unused functions, disable checking for them ↵ | Dean Camera | 2013-02-05 | 1 | -1/+0 |
| | | | | in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code. | ||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 16 | -32/+32 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 16 | -16/+16 |
| | |||||
* | Add CPPCheck supression in the Webserver project, as the latest CPPCheck ↵ | Dean Camera | 2012-09-22 | 1 | -0/+1 |
| | | | | development code appears to falsely warn on the global uip_len variable when it is tested multiple times. | ||||
* | Update FatFS library copies to the latest R0.09a version. | Dean Camera | 2012-09-01 | 6 | -346/+515 |
| | |||||
* | Spell-check latest trunk source code. | Dean Camera | 2012-08-18 | 4 | -31/+31 |
| | |||||
* | Spell check source code, fix mistakes. | Dean Camera | 2012-06-09 | 2 | -3/+3 |
| | |||||
* | AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h ↵ | Dean Camera | 2012-05-13 | 1 | -18/+2 |
| | | | | configuration header files. | ||||
* | AppConfigHeaders: Update several additional user projects to use ↵ | Dean Camera | 2012-05-12 | 10 | -8/+18 |
| | | | | configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project. | ||||
* | Update StaticAnalysisTest to check for missing header files. Fix found ↵ | Dean Camera | 2012-02-29 | 2 | -5/+5 |
| | | | | incorrect header file paths in the demos and projects. | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 16 | -16/+16 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 16 | -16/+16 |
| | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 9 | -27/+31 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵ | Dean Camera | 2011-11-18 | 1 | -1/+1 |
| | | | | driver source filenames to prevent ambiguities. | ||||
* | Use strcat() in the HTTPServer project instead of using strcpy() and strlen(). | Dean Camera | 2011-11-09 | 1 | -4/+4 |
| | |||||
* | Fixed incorrect Dataflash buffer use in the ↵ | Dean Camera | 2011-07-30 | 1 | -1/+1 |
| | | | | DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden). | ||||
* | Add missing SVN eol-style property to files where it was missing. | Dean Camera | 2011-07-15 | 2 | -328/+328 |
| | |||||
* | Updated all host mode demos and projects to use the ↵ | Dean Camera | 2011-07-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. Added new USB_Host_ConfigurationNumber global variable to indicate the selected configuration in an attached device. Renamed global state variables that are specific to a certain USB mode to clearly indicate which mode the variable relates to, by changing the USB_* prefix to USB_Device_* or USB_Host_*. Removed the HOST_STATE_WaitForDeviceRemoval and HOST_STATE_Suspended host state machine states, as these are no longer required. Altered the USB_Host_SetDeviceConfiguration() function to update the new USB_Host_ConfigurationNumber global as required. Moved out the Host mode standard request convenience/helper functions from the architecture specific Host driver files to the architecture agnostic HostStandardReq.c driver file. | ||||
* | Switch the HTTP Webserver project to use the safer strlcpy() instead of ↵ | Dean Camera | 2011-07-04 | 1 | -8/+2 |
| | | | | strncpy() to save on manual null-termination. | ||||
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 7 | -9/+10 |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | ||||
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 1 | -1/+1 |
| | |||||
* | Update Webserver project to remove DHCP IP configuration status notification. | Dean Camera | 2011-05-26 | 4 | -13/+2 |
| | |||||
* | Correct errors in the DHCP Server application in the Webserver project, that ↵ | Dean Camera | 2011-05-23 | 2 | -62/+90 |
| | | | | was causing random server restarts and/or incorrectly allocated IP addresses. | ||||
* | Add RNDIS Device support to the Webserver project, so that the files stored ↵ | Dean Camera | 2011-05-22 | 11 | -218/+676 |
| | | | | on the device can be viewed from a web-browser while the board is plugged into a host machine. | ||||
* | Move global interrupt enable/disable functions out to Common.h and document ↵ | Dean Camera | 2011-04-08 | 1 | -5/+4 |
| | | | | them. | ||||
* | Add in a new common Delay_MS() function, which provides a blocking delay for ↵ | Dean Camera | 2011-04-08 | 1 | -4/+3 |
| | | | | | | | | all architectures. Remove use of avr-libc specific ATOMIC_BLOCK, replace with a new per-architecture set of inline functions to retrieve and manipulate the global interrupt enable bit for each architecture. Add in documentation for the USB controller common interrupt routine which must be linked to the interrupt controller in the user application on the AVR32 UC3 architecture. | ||||
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and ↵ | Dean Camera | 2011-04-04 | 2 | -36/+36 |
| | | | | | | Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. | ||||
* | Use the MIN() macro where possible instead of manual "(x < y) ? x : y" ↵ | Dean Camera | 2011-03-23 | 1 | -3/+2 |
| | | | | constructs. | ||||
* | Add static keyword to all project globals whose scope should be restricted ↵ | Dean Camera | 2011-02-10 | 2 | -6/+8 |
| | | | | | | to the same module as they are declared in. Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs. | ||||
* | Update projects using FatFS and PetiteFatFS to the latest library versions. | Dean Camera | 2011-02-06 | 6 | -831/+970 |
| | |||||
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed ↵ | Dean Camera | 2011-01-10 | 1 | -10/+6 |
| | | | | | | | | | | parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk). Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions. Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it. Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov). | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 12 | -24/+24 |
| | |||||
* | Added ability to write protect Mass Storage disk write operations from the ↵ | Dean Camera | 2010-11-26 | 3 | -1/+40 |
| | | | | host OS. | ||||
* | Changed the XPLAINBridge software UART to use the regular CTC mode instead ↵ | Dean Camera | 2010-11-25 | 1 | -1/+1 |
| | | | | of the alternative CTC mode via the Input Capture register, to reduce user confusion. | ||||
* | Added board hardware driver support for the Adafruit U4 breakout board. | Dean Camera | 2010-11-08 | 1 | -1/+1 |
| | | | | | | Fixed calculation of timer register reload values derived from F_CPU; must subtract one from the division result for the compare value to be correct. Change AVRISP-MKII rescue clock speed to 4MHz to ensure that a 125KHz ISP speed works regardless of the target's fuses (i.e. DIV8 set). | ||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 12 | -12/+12 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ↵ | Dean Camera | 2010-10-24 | 3 | -4/+2 |
| | | | | | | is included, and no longer need to be seperately included. All LowLevel demos changed to use the constants and types defined in the USB class drivers. | ||||
* | Minor documentation corrections. | Dean Camera | 2010-10-13 | 1 | -2/+2 |
| | |||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 30 | -390/+420 |
| | | | | tool made by Laszlo Monda | ||||
* | Fix Webserver project code not compiling due to the changes to the USB mode ↵ | Dean Camera | 2010-10-12 | 1 | -1/+1 |
| | | | | selection constant names. | ||||
* | Clarify in the project documentation files what the each of the different ↵ | Dean Camera | 2010-08-31 | 1 | -3/+3 |
| | | | | USB AVR device "series" comprises of. | ||||
* | Fixed MassStorage based demos and projects resetting the SCSI sense values ↵ | Dean Camera | 2010-08-18 | 2 | -31/+67 |
| | | | | | | before the command is executed, leading to missed SCSI sense values when the host retrieves the sense key (thanks to Martin Degelsegger). Added missing DataflashManager_CheckDataflashOperation() function to the MassStorageKeyboard demo, removed redundant SCSI_Codes.h file as these values are part of the MassStorage Class Driver. | ||||
* | Oops - fix mixed "initialize" and "initialise" - opt for American spelling ↵ | Dean Camera | 2010-07-30 | 2 | -2/+2 |
| | | | | due to its wide use in technical standards. | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 4 | -19/+19 |
| | | | | EN-GB spelling dictionary. | ||||
* | Spell check more of the third party libraries used by LUFA. | Dean Camera | 2010-07-30 | 4 | -21/+21 |
| | |||||
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 11 | -91/+91 |
| |