Gráfico de commits

20 Commits (0d2b3185eaf9da35d844ae46d6f6a04d9e1b5b08)

Autor SHA1 Mensaje Fecha
Dean Camera de0df8b162 Update copyright year to 2013.
hace 13 años
Dean Camera eee252603b Minor documentation improvements.
hace 13 años
Dean Camera 13085a3351 AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuration header files.
hace 13 años
Dean Camera 7416ebd7c6 Update StaticAnalysisTest to check for missing header files. Fix found incorrect header file paths in the demos and projects.
hace 14 años
Dean Camera f1b6ddb710 Update file contributor copyrights for 2012.
hace 14 años
Dean Camera 2c806f6cee Update file header copyrights for 2012.
hace 14 años
Dean Camera f201f6697b Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
hace 14 años
Dean Camera edc4db41f4 Update Webserver project to remove DHCP IP configuration status notification.
hace 14 años
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.
hace 14 años
Dean Camera 1d433d4506 Update copyright year on all source files.
hace 15 años
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.
hace 15 años
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.
hace 15 años
Dean Camera 5a4def7478 Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
hace 15 años
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.
hace 15 años
Dean Camera ce260ae786 Webserver project now uses the board LEDs to indicate the current IP configuration state.
hace 16 años
Dean Camera 3b6987bca3 Add uIP-split code to the Webserver project, so that each packet is split in half to avoid the delayed-ACK problem when communicating with other devices. Condense HTTP server code, so that the HTTP headers are all sent from the one state. Make default filename append to any directory URI, rather than just the root directory.
hace 16 años
Dean Camera 15f84bb8f5 New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver).
hace 16 años
Dean Camera 16ea5aa7a2 Add a TELNET server to the webserver project, which currently can list active TCP connections.
hace 16 años
Dean Camera 53eca61d02 Minor fixups to the documentation and preprocessor tokens.
hace 16 años
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.
hace 16 años