Gráfico de commits

14 Commits (f985a8c176acf078e19b991e961144eeee1e5533)

Autor SHA1 Mensaje Fecha
Dean Camera 071e02c6b6 Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
hace 15 años
Dean Camera 59c4871f80 USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
hace 15 años
Dean Camera 6a48efd3bd Split out LED report processing from the host into a seperate routine in the LowLevel KeyboardMouse device demo, to avoid duplicate code.
hace 16 años
Dean Camera 0c5d6f5f97 Added Keyboard LED report masks (KEYBOARD_LED_*) to the HID class driver and demos.
hace 16 años
Dean Camera 196724c62d Added keyboard modifier masks (HID_KEYBOARD_MODIFER_*) to the HID class driver and Keyboard demos.
hace 16 años
Dean Camera 7f9f97c792 Update copyright year to 2010.
hace 16 años
Dean Camera d4ca7fb44c Fix MIT license language to make its intent clearer.
hace 16 años
Dean Camera 664a292181 Application documentation/comment cleanup.
hace 16 años
Dean Camera c5038f1bf4 Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only.
hace 16 años
Dean Camera e071f3897a Added new USB_DeviceState variable to keep track of the current Device mode USB state.
hace 16 años
Dean Camera 67f390fe74 Add explicit guards to all device mode tasks to ensure the device is connected and configured before running the task, to prevent any user tasks from locking up the main USB task if the device has not been properly configured.
hace 16 años
Dean Camera e6881fd166 Error status LEDs shown when device endpoint configuration fails to complete.
hace 16 años
Dean Camera 33a0184749 Converted device mode low-level demos to schedulerless.
hace 16 años
Dean Camera b9b03aadb2 Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory.
hace 16 años