summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* typospatacongo2009-10-243-3/+6
* upatepatacongo2009-10-241-2/+73
* Add USB serial device configuration for STM32patacongo2009-10-2319-14/+1576
* Add support for the CodeSourcery toolchain under Linux for the STM32patacongo2009-10-238-235/+271
* Misc USB-related fixespatacongo2009-10-232-19/+34
* correctionspatacongo2009-10-224-5/+19
* Misc. mosty USB-related updatespatacongo2009-10-224-18/+82
* Broke FSMC stuff into separat filespatacongo2009-10-208-180/+674
* FSMC header file cleanuppatacongo2009-10-202-1052/+524
* Fix compilation error with debug onpatacongo2009-10-201-232/+232
* Add FSMC supportpatacongo2009-10-2013-20/+1567
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-2014-274/+333
* FLASH is on PB2 (not PA4); MMC/SD is SDIO, not SPI (need to fix)patacongo2009-10-183-157/+160
* Need to set SSM and SSI to prevent MODF errorspatacongo2009-10-181-4/+4
* Wait conditions backwardpatacongo2009-10-181-7/+7
* Add bulk erase IOCTL; add byte read methodpatacongo2009-10-186-132/+304
* Add MTD interface; add M25P64/128 driverpatacongo2009-10-1812-30/+1023
* Move some drivers to separate subdirectoriespatacongo2009-10-1815-39/+210
* another skip dirpatacongo2009-10-171-1/+2