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
|
f1b6ddb710
|
Update file contributor copyrights for 2012.
|
13 years ago |
Dean Camera
|
2c806f6cee
|
Update file header copyrights for 2012.
|
13 years ago |
Dean Camera
|
edc4db41f4
|
Update Webserver project to remove DHCP IP configuration status notification.
|
14 years ago |
Dean Camera
|
1d433d4506
|
Update copyright year on all source files.
|
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
|
fc92f9969c
|
Minor documentation cleanups.
|
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
|
59c4871f80
|
USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
|
15 years ago |
Dean Camera
|
ce260ae786
|
Webserver project now uses the board LEDs to indicate the current IP configuration state.
Don't double-read data from the attached disk in the incomplete StandaloneProgrammer project when in host mode.
|
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 |
Dean Camera
|
a960e4b3b2
|
Add DHCP server to the Webserver demo for automatic network configuration. Correct uIP timer clock not tracking the correct timespan.
|
15 years ago |
Dean Camera
|
4bd44139b1
|
Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.
Fix TemperatureDataLogger and Webserver project builds.
|
15 years ago |
Dean Camera
|
db420853ce
|
Add Webserver project Doxygen configuration file and overview document.
Fix Doxygen configuration files' input file exclusion filters.
|
15 years ago |
Dean Camera
|
15c408ab86
|
Moved initial completed version of the Webserver project out of the Projects/Incomplete directory.
|
15 years ago |