summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix RX status setuppatacongo2009-11-021-74/+84
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2208 42af7a65-404d-4744-a932-0658087f49c3
* Fix compilation error with register debug offpatacongo2009-11-011-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2207 42af7a65-404d-4744-a932-0658087f49c3
* Need to send ZLP at end of no-data setuppatacongo2009-11-011-50/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2206 42af7a65-404d-4744-a932-0658087f49c3
* Fix endian-ness issue in SETUPpatacongo2009-11-011-66/+110
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2205 42af7a65-404d-4744-a932-0658087f49c3
* Fix direction logic in the submit methodpatacongo2009-10-311-5/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2204 42af7a65-404d-4744-a932-0658087f49c3
* Fix PMA addressing issuespatacongo2009-10-311-39/+79
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2203 42af7a65-404d-4744-a932-0658087f49c3
* Integration updatespatacongo2009-10-311-80/+129
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2201 42af7a65-404d-4744-a932-0658087f49c3
* arch/arm/src/stm32/stm32_usbdev.cpatacongo2009-10-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2200 42af7a65-404d-4744-a932-0658087f49c3
* Fix size of BTABLEpatacongo2009-10-311-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2199 42af7a65-404d-4744-a932-0658087f49c3
* Enhanced debug; need a delay after removing PWDNpatacongo2009-10-311-44/+101
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2198 42af7a65-404d-4744-a932-0658087f49c3
* Misc integration fixespatacongo2009-10-302-11/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2197 42af7a65-404d-4744-a932-0658087f49c3
* USB integration in progresspatacongo2009-10-302-44/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2195 42af7a65-404d-4744-a932-0658087f49c3
* BUG: mixing else causes bad IRQ settingspatacongo2009-10-301-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2194 42af7a65-404d-4744-a932-0658087f49c3
* Fix typo introduced in last commitpatacongo2009-10-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2192 42af7a65-404d-4744-a932-0658087f49c3
* Fix default NVIC prioritypatacongo2009-10-291-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2191 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-10-291-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2190 42af7a65-404d-4744-a932-0658087f49c3
* timeout loop variable should be volatilepatacongo2009-10-291-15/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2188 42af7a65-404d-4744-a932-0658087f49c3
* Initial USB debug changespatacongo2009-10-293-13/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2187 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for DEBUG=ON compilation problemspatacongo2009-10-291-18/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2186 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 USBDEV driverpatacongo2009-10-293-3/+3365
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2185 42af7a65-404d-4744-a932-0658087f49c3
* Need to config CTS/RTS pins for USART2/3 even if not using flow controlpatacongo2009-10-291-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2184 42af7a65-404d-4744-a932-0658087f49c3
* Fix types in stm32 serial driverspatacongo2009-10-292-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2182 42af7a65-404d-4744-a932-0658087f49c3
* Debug output from certain files causes crashes with new context switching logicpatacongo2009-10-272-37/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2181 42af7a65-404d-4744-a932-0658087f49c3
* Improved certain Cortex-M3 context switch timespatacongo2009-10-2517-160/+997
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2177 42af7a65-404d-4744-a932-0658087f49c3
* Misc USB-related fixespatacongo2009-10-232-19/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2169 42af7a65-404d-4744-a932-0658087f49c3
* correctionspatacongo2009-10-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2168 42af7a65-404d-4744-a932-0658087f49c3
* Misc. mosty USB-related updatespatacongo2009-10-221-17/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2167 42af7a65-404d-4744-a932-0658087f49c3
* FSMC header file cleanuppatacongo2009-10-201-672/+139
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2165 42af7a65-404d-4744-a932-0658087f49c3
* Add FSMC supportpatacongo2009-10-206-15/+1093
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2163 42af7a65-404d-4744-a932-0658087f49c3
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-204-137/+166
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2162 42af7a65-404d-4744-a932-0658087f49c3
* Need to set SSM and SSI to prevent MODF errorspatacongo2009-10-181-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2160 42af7a65-404d-4744-a932-0658087f49c3
* Wait conditions backwardpatacongo2009-10-181-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2159 42af7a65-404d-4744-a932-0658087f49c3
* Add MTD interface; add M25P64/128 driverpatacongo2009-10-181-17/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2157 42af7a65-404d-4744-a932-0658087f49c3
* Boots with SYSTICK source = HCLK, not HCLK/8patacongo2009-10-171-1/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2151 42af7a65-404d-4744-a932-0658087f49c3
* Fix major bug in STM32 interrupt enable/disable logic; NSH now works on STM32patacongo2009-10-174-24/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2149 42af7a65-404d-4744-a932-0658087f49c3
* SPI DMA design simplificationpatacongo2009-10-173-283/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2148 42af7a65-404d-4744-a932-0658087f49c3
* Completes 1st cut of SPI DMApatacongo2009-10-171-94/+532
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2147 42af7a65-404d-4744-a932-0658087f49c3
* A little more SPI DMA support (still incomplete)patacongo2009-10-163-38/+206
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2146 42af7a65-404d-4744-a932-0658087f49c3
* Hooks for SPI DMA support (incomplete)patacongo2009-10-161-5/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2145 42af7a65-404d-4744-a932-0658087f49c3
* Add function to 1) wait for a free channel, and 2) free a DMA channelpatacongo2009-10-162-32/+74
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2144 42af7a65-404d-4744-a932-0658087f49c3
* Fix DMA channel mappingpatacongo2009-10-163-62/+115
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2143 42af7a65-404d-4744-a932-0658087f49c3
* First cut at DMA codepatacongo2009-10-164-90/+517
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2142 42af7a65-404d-4744-a932-0658087f49c3
* Add structure for future DMA supportpatacongo2009-10-163-1/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2141 42af7a65-404d-4744-a932-0658087f49c3
* Fix warningpatacongo2009-10-151-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2140 42af7a65-404d-4744-a932-0658087f49c3
* Fix SPI compilation errorspatacongo2009-10-153-43/+127
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2139 42af7a65-404d-4744-a932-0658087f49c3
* Add basic SPI driver (untested)patacongo2009-10-152-1/+838
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2138 42af7a65-404d-4744-a932-0658087f49c3
* Fix GPIOF base addresspatacongo2009-10-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2134 42af7a65-404d-4744-a932-0658087f49c3
* Fix NSH-related compile errorspatacongo2009-10-141-31/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2133 42af7a65-404d-4744-a932-0658087f49c3
* Misc GPIO-related changespatacongo2009-10-145-31/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2132 42af7a65-404d-4744-a932-0658087f49c3
* When running from DFU load, need to set NVIC vector addresspatacongo2009-10-135-47/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2129 42af7a65-404d-4744-a932-0658087f49c3