Dean Camera
|
cb7884da50
|
Added preprocessor checks and documentation to the bootloaders giving information about missing SIGNATURE_x defines due to outdated avr-libc versions.
|
2009-04-07 04:19:57 +00:00 |
Dean Camera
|
6933f2e1a5
|
All comments in the library, bootloaders, demos and projects have now been spell-checked and spelling mistakes/typos corrected.
|
2009-04-01 13:53:58 +00:00 |
Dean Camera
|
ece9e3d599
|
Changed GenericHID device demo to use the LUFA scheduler, added INTERRUPT_DATA_ENDPOINT and INTERRUPT_CONTROL_ENDPOINT compile time options.
|
2009-04-01 07:43:50 +00:00 |
Dean Camera
|
dc83f73ca3
|
Added new GenericHID device demo application.
|
2009-03-29 12:42:25 +00:00 |
Dean Camera
|
ca641bba83
|
Corrected bitfields -- the smallest datatype required for each bitfield is now used, rather than relying on GCC to truncate unused bytes in bitfields (thanks to Walt Sacuta).
|
2009-03-26 03:22:02 +00:00 |
Dean Camera
|
7cca7eb53d
|
Added missing documentation for AUDIO_SAMPLE_FREQUENCY configuration option in the audio device demos.
|
2009-03-25 10:51:24 +00:00 |
Dean Camera
|
350141e085
|
Fixed CDC demo not sending an empty packet after each transfer to prevent the host from buffering incomming data.
Altered Project and Bootloader makefiles so that the path to the LUFA library can be set in one place.
|
2009-03-23 05:43:49 +00:00 |
Dean Camera
|
ed031c1df2
|
Seperated out OTG, Device and Host mode demos into seperate folders for clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.
|
2009-03-20 06:34:41 +00:00 |