Dean Camera
|
1d2680b358
|
Update copyrights to 2015 (better late than never).
|
10 years ago |
Dean Camera
|
0e68abcd4f
|
Fix overflow for RNDIS class driver responses when returning the adapter query list (thanks to Peter Mc Shane).
|
11 years ago |
Dean Camera
|
e368a89987
|
Update copyrights for 2014.
|
11 years ago |
László Monda
|
9ef29ea229
|
Extract interface numbers into enums.
|
11 years ago |
Dean Camera
|
de0df8b162
|
Update copyright year to 2013.
|
12 years ago |
Dean Camera
|
eee252603b
|
Minor documentation improvements.
|
12 years ago |
Dean Camera
|
47f6a35013
|
Reintegrate the FullEPAddresses development branch into trunk.
|
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
|
f201f6697b
|
Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
|
13 years ago |
Dean Camera
|
edc4db41f4
|
Update Webserver project to remove DHCP IP configuration status notification.
|
14 years ago |
Dean Camera
|
3cba88e4c0
|
Add RNDIS Device support to the Webserver project, so that the files stored on the device can be viewed from a web-browser while the board is plugged into a host machine.
|
14 years ago |
Dean Camera
|
1d433d4506
|
Update copyright year on all source files.
|
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
|
5a4def7478
|
Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
|
14 years ago |
Dean Camera
|
3693916cd3
|
Fix Webserver project code not compiling due to the changes to the USB mode selection constant names.
|
14 years ago |
Dean Camera
|
508e905d8d
|
Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code.
Changed over all device demos to use a clearer algorithm for the configuring of the application's endpoints.
|
15 years ago |
Dean Camera
|
071e02c6b6
|
Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
|
15 years ago |
Dean Camera
|
fc8e4837a9
|
Add const keyword to the demo function parameters where possible.
|
15 years ago |
Dean Camera
|
012628f635
|
Turn OFF double banking in the Webserver demo - leaving it on seems to destroy the system throughput.
|
15 years ago |
Dean Camera
|
d11ed10c53
|
Add FatFS library to the Webserver project, extend the HTTP server so that it now serves files from the Dataflash. Add Mass Storage device mode class driver so that files can be loaded to the board Dataflash when inserted into a PC.
|
15 years ago |