summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improved certain Cortex-M3 context switch timespatacongo2009-10-2519-163/+1010
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2177 42af7a65-404d-4744-a932-0658087f49c3
* More typospatacongo2009-10-244-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2176 42af7a65-404d-4744-a932-0658087f49c3
* typospatacongo2009-10-243-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2175 42af7a65-404d-4744-a932-0658087f49c3
* upatepatacongo2009-10-241-2/+73
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2174 42af7a65-404d-4744-a932-0658087f49c3
* Add USB serial device configuration for STM32patacongo2009-10-2319-14/+1576
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2173 42af7a65-404d-4744-a932-0658087f49c3
* CortexM3 now builds NXFLAT toolchain toopatacongo2009-10-232-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2172 42af7a65-404d-4744-a932-0658087f49c3
* Fix file exclusionspatacongo2009-10-230-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2171 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the CodeSourcery toolchain under Linux for the STM32patacongo2009-10-238-235/+271
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2170 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-224-5/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2168 42af7a65-404d-4744-a932-0658087f49c3
* Misc. mosty USB-related updatespatacongo2009-10-224-18/+82
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2167 42af7a65-404d-4744-a932-0658087f49c3
* Broke FSMC stuff into separat filespatacongo2009-10-208-180/+674
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2166 42af7a65-404d-4744-a932-0658087f49c3
* FSMC header file cleanuppatacongo2009-10-202-1052/+524
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2165 42af7a65-404d-4744-a932-0658087f49c3
* Fix compilation error with debug onpatacongo2009-10-201-232/+232
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2164 42af7a65-404d-4744-a932-0658087f49c3
* Add FSMC supportpatacongo2009-10-2013-20/+1567
| | | | 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-2014-274/+333
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2162 42af7a65-404d-4744-a932-0658087f49c3
* FLASH is on PB2 (not PA4); MMC/SD is SDIO, not SPI (need to fix)patacongo2009-10-183-157/+160
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2161 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 bulk erase IOCTL; add byte read methodpatacongo2009-10-186-132/+304
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2158 42af7a65-404d-4744-a932-0658087f49c3
* Add MTD interface; add M25P64/128 driverpatacongo2009-10-1812-30/+1023
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2157 42af7a65-404d-4744-a932-0658087f49c3
* Move some drivers to separate subdirectoriespatacongo2009-10-1815-39/+210
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2156 42af7a65-404d-4744-a932-0658087f49c3
* another skip dirpatacongo2009-10-171-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2155 42af7a65-404d-4744-a932-0658087f49c3
* typopatacongo2009-10-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2154 42af7a65-404d-4744-a932-0658087f49c3
* Prep for the 0.4.12 releasenuttx-4.12patacongo2009-10-172-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2153 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 0.4.11 releasenuttx-4.11patacongo2009-10-173-100/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2152 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
* Calibrate stm32 delay looppatacongo2009-10-179-24/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2150 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-173-95/+537
| | | | 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-164-39/+207
| | | | 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-162-12/+45
| | | | 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-165-90/+526
| | | | 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-154-89/+204
| | | | 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
* typospatacongo2009-10-151-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2137 42af7a65-404d-4744-a932-0658087f49c3
* Add README file infopatacongo2009-10-144-5/+276
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2136 42af7a65-404d-4744-a932-0658087f49c3
* LEDs on port F, not Cpatacongo2009-10-145-6/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2135 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-142-31/+32
| | | | 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
* Add NSH configurationpatacongo2009-10-145-0/+1051
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2131 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2009-10-132-14/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2130 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
* typopatacongo2009-10-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2128 42af7a65-404d-4744-a932-0658087f49c3