summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
...
* Rename mmcsd.c to mmcsd_sdio.cpatacongo2009-11-111-0/+17
* Add SDIO register definitionspatacongo2009-11-061-0/+246
* Add support for GPIO interrupts & STM3210E-EVAL board buttonspatacongo2009-11-053-20/+49
* 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-031-25/+24
* 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
* 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
* Integration updatespatacongo2009-10-311-80/+129
* arch/arm/src/stm32/stm32_usbdev.cpatacongo2009-10-311-1/+1
* 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
* USB integration in progresspatacongo2009-10-302-44/+78
* BUG: mixing else causes bad IRQ settingspatacongo2009-10-301-1/+1
* Fix typo introduced in last commitpatacongo2009-10-291-1/+1
* Fix default NVIC prioritypatacongo2009-10-291-2/+2
* cosmeticpatacongo2009-10-291-5/+5
* timeout loop variable should be volatilepatacongo2009-10-291-15/+15
* Initial USB debug changespatacongo2009-10-293-13/+49
* Fixes for DEBUG=ON compilation problemspatacongo2009-10-291-18/+41
* Add STM32 USBDEV driverpatacongo2009-10-293-3/+3365
* Need to config CTS/RTS pins for USART2/3 even if not using flow controlpatacongo2009-10-291-0/+4
* Fix types in stm32 serial driverspatacongo2009-10-292-11/+11
* Debug output from certain files causes crashes with new context switching logicpatacongo2009-10-272-37/+43
* Improved certain Cortex-M3 context switch timespatacongo2009-10-2517-160/+997
* Misc USB-related fixespatacongo2009-10-232-19/+34
* correctionspatacongo2009-10-221-1/+1
* Misc. mosty USB-related updatespatacongo2009-10-221-17/+47
* FSMC header file cleanuppatacongo2009-10-201-672/+139
* Add FSMC supportpatacongo2009-10-206-15/+1093
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-205-137/+168
* Need to set SSM and SSI to prevent MODF errorspatacongo2009-10-181-4/+4
* Wait conditions backwardpatacongo2009-10-181-7/+7
* Add MTD interface; add M25P64/128 driverpatacongo2009-10-181-17/+17
* Boots with SYSTICK source = HCLK, not HCLK/8patacongo2009-10-171-1/+20
* Fix major bug in STM32 interrupt enable/disable logic; NSH now works on STM32patacongo2009-10-174-24/+30
* SPI DMA design simplificationpatacongo2009-10-173-283/+88
* Completes 1st cut of SPI DMApatacongo2009-10-171-94/+532
* A little more SPI DMA support (still incomplete)patacongo2009-10-163-38/+206
* Hooks for SPI DMA support (incomplete)patacongo2009-10-161-5/+40
* Add function to 1) wait for a free channel, and 2) free a DMA channelpatacongo2009-10-162-32/+74