summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Fix workaround logicpatacongo2008-11-023-7/+17
* cosmeticpatacongo2008-11-021-1/+1
* 1st cut implementationpatacongo2008-11-021-33/+555
* Use correct header filepatacongo2008-11-021-1/+1
* Move handle clock macros into a header filepatacongo2008-11-024-71/+104
* slave vs. chip selectpatacongo2008-11-021-4/+4
* Fix naming of header filepatacongo2008-11-014-7/+7
* updatepatacongo2008-11-011-0/+17
* Added STR71x portpatacongo2008-11-012-1/+5
* Added ST71x system timer logicpatacongo2008-11-017-44/+235
* Clean up compilation errorspatacongo2008-11-0110-126/+123
* Add support for LEDs and buttonspatacongo2008-11-015-6/+296
* cosmeticpatacongo2008-10-311-0/+1
* Add interrupt enable logicpatacongo2008-10-316-15/+102
* Add STR71x serial driverpatacongo2008-10-317-77/+1367
* Board should specify multipliers, not bit settingspatacongo2008-10-312-22/+131
* Add logic to initialize clockspatacongo2008-10-316-56/+515
* Add board source files for Olimex-STR-P711patacongo2008-10-304-0/+423
* Add board header files for Olimex-STR-P711patacongo2008-10-302-0/+73
* Adding more STR71x logicpatacongo2008-10-3014-303/+1322
* clarifypatacongo2008-10-301-4/+6
* Add configuration of Olimex-STR-P711patacongo2008-10-3029-0/+3577
* Support for STR71xpatacongo2008-10-291-0/+120
* updatepatacongo2008-10-281-1/+3
* Correct release descriptionpatacongo2008-10-281-3/+1
* Add more configuration infopatacongo2008-10-282-5/+49
* Prep for 0.3.17 releasenuttx-3.17patacongo2008-10-283-90/+88
* updatepatacongo2008-10-281-6/+16
* Add finer trace controlspatacongo2008-10-282-15/+55
* Fix missing right parenthesispatacongo2008-10-281-1/+1
* Fix bad trace data storagepatacongo2008-10-281-1/+1
* Don't send final packet if length is zeropatacongo2008-10-281-20/+27
* Need to restart write queue after stalled endpoint resumedpatacongo2008-10-282-3/+20
* Integrate USB tracingpatacongo2008-10-285-5/+217
* Eliminate uninitialized variable warningpatacongo2008-10-282-2/+2
* Remove compile warningspatacongo2008-10-283-11/+8
* Add SCSI read format capacities command -- WinXP needs itpatacongo2008-10-282-4/+100
* Correct handling of GETMAXLUN requestpatacongo2008-10-281-4/+7
* Fix read failures when OUT req size > maxpacketpatacongo2008-10-274-46/+40
* Fix errors in list handling + request buffer sizepatacongo2008-10-271-3/+3
* Finish missing logicpatacongo2008-10-271-53/+44
* Smaller delay still works (probably could be even smaller)patacongo2008-10-271-1/+1
* Correct error in end-of-request handlingpatacongo2008-10-274-18/+23
* Added low-level, verbose debug supportpatacongo2008-10-272-58/+113
* Make trace data enable-able by idpatacongo2008-10-273-216/+261
* updatepatacongo2008-10-252-1/+9
* Remove unused fieldpatacongo2008-10-251-3/+1
* Fix to handler transfers larger than one requestpatacongo2008-10-254-22/+28
* Fix to handle requests larger than maxpacketpatacongo2008-10-252-6/+12
* Add USB storage class driverpatacongo2008-10-248-93/+5100