summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for 0.4.13 releasenuttx-4.13patacongo2009-11-044-83/+118
* Add USBSERIAL configuration optionspatacongo2009-11-044-0/+24
* typopatacongo2009-11-041-1/+1
* typopatacongo2009-11-041-1/+1
* Exit after reading EOFpatacongo2009-11-041-2/+5
* Still need to enable trace -- event when trace not enabledpatacongo2009-11-041-6/+8
* USB serial updatepatacongo2009-11-042-31/+56
* Fix handling of pending OUT transfers; if we clear CTR_RX first, we lose size...patacongo2009-11-041-14/+23
* Status not being set when transfer started via epsubmit()patacongo2009-11-035-29/+28
* updatepatacongo2009-11-032-10/+39
* If SETUP received, that also means the end of a previous TXpatacongo2009-11-031-3/+2
* Non-standard requests handled by class caused controller errorspatacongo2009-11-021-1/+5
* Fix EP configure switch valuepatacongo2009-11-021-1/+1
* Extend USB trace logicpatacongo2009-11-025-177/+360
* Extend USB trace logicpatacongo2009-11-021-1/+1
* Fix case where both RX and TX enabledpatacongo2009-11-021-68/+18
* Sometimes RX status is not NAKpatacongo2009-11-021-267/+262
* Fix RX status setuppatacongo2009-11-021-74/+84
* Fix compilation error with register debug offpatacongo2009-11-011-0/+2
* Need to send ZLP at end of no-data setuppatacongo2009-11-011-50/+47
* Fix endian-ness issue in SETUPpatacongo2009-11-011-66/+110
* Fix direction logic in the submit methodpatacongo2009-10-311-5/+12
* Fix PMA addressing issuespatacongo2009-10-311-39/+79
* typopatacongo2009-10-311-1/+1
* Integration updatespatacongo2009-10-311-80/+129
* arch/arm/src/stm32/stm32_usbdev.cpatacongo2009-10-313-5/+5
* Fix size of BTABLEpatacongo2009-10-311-5/+6
* Enhanced debug; need a delay after removing PWDNpatacongo2009-10-311-44/+101
* Misc integration fixespatacongo2009-10-302-11/+15
* upatepatacongo2009-10-302-2/+10
* USB integration in progresspatacongo2009-10-302-44/+78
* BUG: mixing else causes bad IRQ settingspatacongo2009-10-301-1/+1
* Add USB trace logicpatacongo2009-10-301-69/+71
* Fix typo introduced in last commitpatacongo2009-10-291-1/+1
* Fix default NVIC prioritypatacongo2009-10-291-2/+2
* cosmeticpatacongo2009-10-291-5/+5
* Document bugfixpatacongo2009-10-292-0/+14
* timeout loop variable should be volatilepatacongo2009-10-291-15/+15
* Initial USB debug changespatacongo2009-10-294-14/+50
* Fixes for DEBUG=ON compilation problemspatacongo2009-10-292-20/+43
* Add STM32 USBDEV driverpatacongo2009-10-299-12/+3526
* Need to config CTS/RTS pins for USART2/3 even if not using flow controlpatacongo2009-10-293-0/+9
* Fix types in stm32 serial driverspatacongo2009-10-291-2/+4
* Fix types in stm32 serial driverspatacongo2009-10-293-12/+16
* Debug output from certain files causes crashes with new context switching logicpatacongo2009-10-272-37/+43
* CodeSourcery can't handle -Ospatacongo2009-10-274-4/+8
* Remove unused configuration settingpatacongo2009-10-274-4/+0
* More USB macros; fix warningspatacongo2009-10-272-7/+11
* Improved certain Cortex-M3 context switch timespatacongo2009-10-2519-163/+1010
* More typospatacongo2009-10-244-4/+4