Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AppConfigHeaders: Make sure that in applications using an AppConfig.h ↵ | Dean Camera | 2012-05-15 | 1 | -1/+0 |
| | | | | configuration file, all application headers include the configuration file. | ||||
* | AppConfigHeaders: Update several additional user projects to use ↵ | Dean Camera | 2012-05-10 | 1 | -1/+2 |
| | | | | configuration header files, rather than makefile defines. | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Fix TempDataLogger project logging interval always being 500ms more than the ↵ | Dean Camera | 2011-08-16 | 1 | -4/+1 |
| | | | | requested interval. | ||||
* | Changed TempDataLogger project's DS1307 driver to simplify the function ↵ | Dean Camera | 2011-01-13 | 1 | -9/+2 |
| | | | | interface and prevent a possible race condition. | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
| | |||||
* | Added ability to write protect Mass Storage disk write operations from the ↵ | Dean Camera | 2010-11-26 | 1 | -0/+3 |
| | | | | host OS. | ||||
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to ↵ | Dean Camera | 2010-11-05 | 1 | -1/+1 |
| | | | | EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards. | ||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -1/+1 |
| | | | | 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 | 1 | -2/+0 |
| | | | | | | 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. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -12/+13 |
| | | | | tool made by Laszlo Monda | ||||
* | Update all demos, projects and bootloaders to indent all function ↵ | Dean Camera | 2010-07-21 | 1 | -4/+10 |
| | | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos. | ||||
* | Added const attributes to some of the class driver function parameters that ↵ | Dean Camera | 2010-07-13 | 1 | -1/+1 |
| | | | | were missing it. | ||||
* | Add first lot of AVRStudio project files for some of the library projects. | Dean Camera | 2010-07-13 | 1 | -0/+113 |