ben-arduino-usb

Shortlog

(0) tip
2013-03-24 Paul Boddie Moved various experiments into the examples directory. default tip
2013-03-24 Paul Boddie Added documentation, copyright and licensing information.
2013-03-23 Paul Boddie Added support for showing multiple configurations.
2013-03-23 Paul Boddie Tidied up the configuration descriptor reporting, improving the output and
2013-03-14 Paul Boddie Avoid spurious connection event speed changes.
2013-03-14 Paul Boddie Added support for transferring multi-packet payloads.
2013-03-14 Paul Boddie Fixed the mode macros and introduced better disconnection testing.
2013-03-14 Paul Boddie Added an explicit bus reset test.
2013-03-13 Paul Boddie Introduced a timeout for failed control requests and a delay upon retrying.
2013-03-13 Paul Boddie Fixed the mode macros and introduced better disconnection testing.
2013-03-13 Paul Boddie Complicated the state machine, adding various reset and wait states, introducing
2013-03-13 Paul Boddie Added elementary handling for maximum packet sizes.
2013-03-13 Paul Boddie Incorporated start-of-frame and keep-alive packet generation into the low and
2013-03-05 Paul Boddie Removed the superfluous second reset apparently done/expected by Windows.
2013-03-04 Paul Boddie Added configuration listing support.
2013-03-04 Paul Boddie Introduced a generic descriptor retrieval function, using it in device
2013-03-01 Paul Boddie Added device address setting and retrieval of the languages string descriptor.
2013-02-24 Paul Boddie Added clearing of the handshake/timeout interrupt.
2013-02-23 Paul Boddie Added a device abstraction, storage of device descriptors, and second reset handling.
2013-02-23 Paul Boddie Added detection of devices that are already connected.
2013-02-23 Paul Boddie Added a status payload transfer after the initial control message transfer.
2013-02-17 Paul Boddie Handle device disconnection and reconnection more elegantly.
2013-02-17 Paul Boddie Added the necessary bus reset sequence before device communication can occur.
2013-02-13 Paul Boddie Introduced a specific control request function since the data involved in such
2013-02-13 Paul Boddie Added tentative data transfer functionality.
2013-02-11 Paul Boddie Introduced convenience macros for host modes.
2013-02-11 Paul Boddie Introduced some device connection (and disconnection) handling.
2013-02-11 Paul Boddie Removed nanosleep and usleep delays.
2013-02-11 Paul Boddie Added missing interrupt status retrieval.
2013-02-11 Paul Boddie Fixed interrupt detection by testing for INT being low, not high.
2013-02-11 Paul Boddie Fixed the RESET pin state which, having been cleared, was preventing device initialisation.
2013-02-10 Paul Boddie Introduced register reading and writing functions.
2013-02-10 Paul Boddie Removed redundant half-duplex SPI functions.
2013-02-10 Paul Boddie Added a function to check the oscillator, although this does not seem to obtain
2013-02-10 Paul Boddie Moved the reset functionality into separate functions.
2013-02-09 Paul Boddie Added a simple pin test program.
2013-02-09 Paul Boddie Moved the reset functionality into separate functions.
2013-02-08 Paul Boddie Test programs for the USB Host Shield (test.c) and the M74HC595B1R shift register (shift.c).
(0) tip