Dean Camera
|
feabfd12ce
|
Fix makefiles -- the auto-addition of -D switches to each LUFA compile time 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.
|
2009-06-19 05:08:04 +00:00 |
Dean Camera
|
beb0b2bda0
|
Move LUFA compile time options to a new section in the application makefiles for clarity.
|
2009-06-19 04:34:35 +00:00 |
Dean Camera
|
2b21a1552d
|
Remove hardcoded DOT path from all Doxygen config files.
Better documentation for the MissleLauncher project - add credit to PyLauncher project.
|
2009-06-16 13:50:02 +00:00 |
Dean Camera
|
c75f8bf223
|
More Doxygen fixes - ensure no undocumented function parameters.
|
2009-06-15 08:36:12 +00:00 |
Dean Camera
|
4d3a594f3e
|
Changed per-device controller preprocessor checks over to per-device series for better device control.
Fixed error in Endpoint.c using HSOFI rather than SOFI for counting elapsed milliseconds.
|
2009-06-14 07:44:02 +00:00 |
Dean Camera
|
b2330934b9
|
Some minor whitespace corrections.
|
2009-06-11 01:52:53 +00:00 |
Dean Camera
|
e6881fd166
|
Error status LEDs shown when device endpoint configuration fails to complete.
MIDI device demo no longer blocks if a note change event is sent while the endpoint is not ready.
|
2009-06-08 07:46:07 +00:00 |
Dean Camera
|
33a0184749
|
Converted device mode low-level demos to schedulerless.
|
2009-06-07 07:20:33 +00:00 |
Dean Camera
|
dd2cc7eda7
|
Remove outdated AVRStudio project files from demos, projects, bootloaders. Fix makefiles of ClassDriver device demos.
|
2009-06-05 07:30:23 +00:00 |
Dean Camera
|
b9b03aadb2
|
Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory.
|
2009-06-05 07:16:33 +00:00 |