Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added compatibility list to the documentation of each individual demo. | Dean Camera | 2009-07-13 | 1 | -0/+14 |
| | | | | | | Documented FAST_STREAM_TRANSFERS compile time option. Reduced the TCP window size for the RNDIS demos (Class and LowLevel) to make them compatible with the AT90USB64x. | ||||
* | Added incomplete PrinterHost demo application. | Dean Camera | 2009-07-11 | 1 | -1/+1 |
| | | | | | | Seperated out Lib components of the incomplete BluetoothHost demo application out into a seperate Lib subfolder. Changed F_CLOCK entries in project makefiles to alias to F_CPU by default, as this is the most common case. | ||||
* | Fix makefiles -- the auto-addition of -D switches to each LUFA compile time ↵ | Dean Camera | 2009-06-19 | 1 | -7/+7 |
| | | | | option was faulty, due to GNUMake becomming confused by the spaces in the USE_STATIC_OPTIONS lines. Make user add in the switches explicitly instead. | ||||
* | Move LUFA compile time options to a new section in the application makefiles ↵ | Dean Camera | 2009-06-19 | 1 | -4/+10 |
| | | | | for clarity. | ||||
* | Remove hardcoded DOT path from all Doxygen config files. | Dean Camera | 2009-06-16 | 1 | -1/+1 |
| | | | | Better documentation for the MissleLauncher project - add credit to PyLauncher project. | ||||
* | More Doxygen fixes - ensure no undocumented function parameters. | Dean Camera | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | Error status LEDs shown when device endpoint configuration fails to complete. | Dean Camera | 2009-06-08 | 1 | -13/+22 |
| | | | | MIDI device demo no longer blocks if a note change event is sent while the endpoint is not ready. | ||||
* | Converted device mode low-level demos to schedulerless. | Dean Camera | 2009-06-07 | 3 | -81/+42 |
| | |||||
* | Remove outdated AVRStudio project files from demos, projects, bootloaders. ↵ | Dean Camera | 2009-06-05 | 1 | -1/+0 |
| | | | | Fix makefiles of ClassDriver device demos. | ||||
* | Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵ | Dean Camera | 2009-06-05 | 8 | -0/+3200 |
re-add old low level demos to a LowLevel subdirectory. |