Dean Camera
|
15828b1d5f
|
Rename DS1307 driver files to a more generic RTC, as different RTC drivers may be added in the future.
|
11 years ago |
Dean Camera
|
65a8d68c57
|
Pseudo-port the projects and dual role demos for possible later multi-arch support.
|
12 years ago |
Dean Camera
|
de0df8b162
|
Update copyright year to 2013.
|
12 years ago |
Dean Camera
|
eee252603b
|
Minor documentation improvements.
|
12 years ago |
Dean Camera
|
cb9e7392c5
|
AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file.
|
13 years ago |
Dean Camera
|
33d9a75b03
|
AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines.
|
13 years ago |
Dean Camera
|
f1b6ddb710
|
Update file contributor copyrights for 2012.
|
13 years ago |
Dean Camera
|
2c806f6cee
|
Update file header copyrights for 2012.
|
13 years ago |
Dean Camera
|
ef4cff29c3
|
Fix TempDataLogger project logging interval always being 500ms more than the requested interval.
|
13 years ago |
Dean Camera
|
7776aa4e2e
|
Changed TempDataLogger project's DS1307 driver to simplify the function interface and prevent a possible race condition.
|
14 years ago |
Dean Camera
|
1d433d4506
|
Update copyright year on all source files.
|
14 years ago |
Dean Camera
|
9f7883fa2b
|
Added ability to write protect Mass Storage disk write operations from the host OS.
|
14 years ago |
Dean Camera
|
fb76acb084
|
Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards.
|
14 years ago |
Dean Camera
|
cb779e3d7d
|
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
|
14 years ago |
Dean Camera
|
b37d77eab3
|
All USB class drivers are now automatically included when LUFA/Drivers/USB.h 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.
|
14 years ago |
Dean Camera
|
5a4def7478
|
Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
|
14 years ago |
Dean Camera
|
6bda628718
|
Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability.
Add missing const qualifiers to the demos.
|
15 years ago |
Dean Camera
|
0313034245
|
Added const attributes to some of the class driver function parameters that were missing it.
|
15 years ago |
Dean Camera
|
ac61b81a0b
|
Add first lot of AVRStudio project files for some of the library projects.
|
15 years ago |