Dean Camera
|
e368a89987
|
Update copyrights for 2014.
|
2014-01-04 10:45:02 +11:00 |
Dean Camera
|
f7b9ebea02
|
Update board Dataflash_Init() functions to automatically configure the appropriate communication interface.
|
2013-06-12 19:51:57 +02:00 |
Dean Camera
|
65a8d68c57
|
Pseudo-port the projects and dual role demos for possible later multi-arch support.
|
2013-05-19 22:28:02 +02:00 |
Dean Camera
|
de0df8b162
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
Dean Camera
|
eee252603b
|
Minor documentation improvements.
|
2012-10-05 20:22:19 +00:00 |
Dean Camera
|
1eefbf9041
|
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
|
2012-09-17 21:00:59 +00:00 |
Dean Camera
|
f1b6ddb710
|
Update file contributor copyrights for 2012.
|
2012-02-04 22:38:44 +00:00 |
Dean Camera
|
2c806f6cee
|
Update file header copyrights for 2012.
|
2012-02-04 22:32:30 +00:00 |
Dean Camera
|
1d433d4506
|
Update copyright year on all source files.
|
2011-01-01 13:00:56 +00:00 |
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.
|
2010-10-28 06:08:58 +00:00 |
Dean Camera
|
5a4def7478
|
Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
|
2010-10-13 14:05:35 +00:00 |
Dean Camera
|
3693916cd3
|
Fix Webserver project code not compiling due to the changes to the USB mode selection constant names.
|
2010-10-12 12:25:05 +00:00 |
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.
|
2010-05-08 03:12:14 +00:00 |
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.
|
2010-04-28 07:48:26 +00:00 |
Dean Camera
|
97f7cd947b
|
Better HTTP GET parsing in the Webserver demo, add application polling.
|
2010-01-31 04:23:55 +00:00 |
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.
|
2010-01-28 12:47:35 +00:00 |
Dean Camera
|
cec699ac59
|
Clean up Webserver project - add more Doxygen documentation for the new DHCP client functions and defines.
|
2010-01-27 13:45:08 +00:00 |
Dean Camera
|
a960e4b3b2
|
Add DHCP server to the Webserver demo for automatic network configuration. Correct uIP timer clock not tracking the correct timespan.
|
2010-01-27 13:15:49 +00:00 |
Dean Camera
|
4bd44139b1
|
Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.
Fix TemperatureDataLogger and Webserver project builds.
|
2010-01-25 13:02:25 +00:00 |
Dean Camera
|
db420853ce
|
Add Webserver project Doxygen configuration file and overview document.
Fix Doxygen configuration files' input file exclusion filters.
|
2010-01-25 12:46:57 +00:00 |
Dean Camera
|
15c408ab86
|
Moved initial completed version of the Webserver project out of the Projects/Incomplete directory.
|
2010-01-25 12:10:13 +00:00 |