Dean Camera
|
fea5d08512
|
Adjusted sample CTC timer calculations in the AudioOutput and AudioInput demos to account for situations where the division results in a value with no remainder, requiring one to be subtracted from the result (thanks to Robin Theunis).
|
2009-04-14 08:17:24 +00:00 |
Dean Camera
|
af02b5b0c9
|
Fixed RNDISEthenet demo checking the incorrect message field for packet size constraints (thanks to Jonathan).
Fixed WriteNextReport code in the GenericHIDHost demo using incorrect parameter types and not selecting the correct endpoint.
|
2009-04-13 06:58:46 +00:00 |
Dean Camera
|
d3484e6bdd
|
Fixed GenericHID demo not starting USB and HID management tasks when not using interrupt driven modes (thanks to Carl Kjeldsen).
|
2009-04-09 00:00:59 +00:00 |
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 |