Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation: Update copyrights to 2019. | Dean Camera | 2019-01-08 | 1 | -2/+2 |
| | |||||
* | Update copyrights for 2018. | Dean Camera | 2018-01-04 | 1 | -2/+2 |
| | |||||
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 1 | -2/+2 |
| | |||||
* | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 1 | -2/+2 |
| | |||||
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 1 | -2/+2 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 1 | -2/+2 |
| | |||||
* | Pseudo-port the projects and dual role demos for possible later multi-arch ↵ | Dean Camera | 2013-05-19 | 1 | -0/+1 |
| | | | | support. | ||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | AppConfigHeaders: Make sure that in applications using an AppConfig.h ↵ | Dean Camera | 2012-05-15 | 1 | -1/+1 |
| | | | | configuration file, all application headers include the configuration file. | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Update Webserver project to remove DHCP IP configuration status notification. | Dean Camera | 2011-05-26 | 1 | -6/+0 |
| | |||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
| | |||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -1/+1 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -10/+11 |
| | | | | tool made by Laszlo Monda | ||||
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 1 | -2/+2 |
| | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -80/+80 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ↵ | Dean Camera | 2010-04-28 | 1 | -0/+1 |
| | | | | be done in the user application once all init code has run. | ||||
* | Webserver project now uses the board LEDs to indicate the current IP ↵ | Dean Camera | 2010-03-09 | 1 | -5/+11 |
| | | | | | | configuration state. Don't double-read data from the attached disk in the incomplete StandaloneProgrammer project when in host mode. | ||||
* | Add FatFS library to the Webserver project, extend the HTTP server so that ↵ | Dean Camera | 2010-01-28 | 1 | -30/+5 |
| | | | | 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. | ||||
* | Add DHCP server to the Webserver demo for automatic network configuration. ↵ | Dean Camera | 2010-01-27 | 1 | -4/+9 |
| | | | | Correct uIP timer clock not tracking the correct timespan. | ||||
* | Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory. | Dean Camera | 2010-01-25 | 1 | -3/+3 |
| | | | | Fix TemperatureDataLogger and Webserver project builds. | ||||
* | Add Webserver project Doxygen configuration file and overview document. | Dean Camera | 2010-01-25 | 1 | -1/+10 |
| | | | | Fix Doxygen configuration files' input file exclusion filters. | ||||
* | Moved initial completed version of the Webserver project out of the ↵ | Dean Camera | 2010-01-25 | 1 | -0/+84 |
Projects/Incomplete directory. |