summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for recent header file reorganizationpatacongo2009-12-293-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2452 42af7a65-404d-4744-a932-0658087f49c3
* Missed uint32 type conversionspatacongo2009-12-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2372 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-1516-62/+62
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2352 42af7a65-404d-4744-a932-0658087f49c3
* typopatacongo2009-12-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2345 42af7a65-404d-4744-a932-0658087f49c3
* Add framework to support HC12patacongo2009-12-031-105/+107
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2301 42af7a65-404d-4744-a932-0658087f49c3
* Update READMEspatacongo2009-12-021-7/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2298 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 4.14 releasenuttx-4.14patacongo2009-12-021-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2296 42af7a65-404d-4744-a932-0658087f49c3
* Fix a problem with TX status on resume from stallpatacongo2009-12-011-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2295 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32-specific logic for examples/usbstoragepatacongo2009-11-302-2/+160
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2291 42af7a65-404d-4744-a932-0658087f49c3
* Move LPC-specific code from examples/usbstorage to mcu123-lpc214x/srcpatacongo2009-11-301-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2290 42af7a65-404d-4744-a932-0658087f49c3
* Add USB storage example for STM32patacongo2009-11-305-0/+1298
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2288 42af7a65-404d-4744-a932-0658087f49c3
* Need to enable SDIO DMApatacongo2009-11-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2285 42af7a65-404d-4744-a932-0658087f49c3
* Numerous fixes for basic STM32 SDIO DMA accesspatacongo2009-11-266-20/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2279 42af7a65-404d-4744-a932-0658087f49c3
* Fix block read/write return values; SDIO error reporting; slow down clock if ↵patacongo2009-11-251-0/+31
| | | | | | interrupt mode git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2278 42af7a65-404d-4744-a932-0658087f49c3
* Initial MMC/SD SDIO STM32 bug fixespatacongo2009-11-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2272 42af7a65-404d-4744-a932-0658087f49c3
* Fix issues related to work queue timingpatacongo2009-11-184-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2270 42af7a65-404d-4744-a932-0658087f49c3
* Need to tell SDIO that there is a card in the slotpatacongo2009-11-171-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2269 42af7a65-404d-4744-a932-0658087f49c3
* Callbacks need to use worker thread; clean up/document configuration settingspatacongo2009-11-175-6/+200
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2268 42af7a65-404d-4744-a932-0658087f49c3
* Remove debug codepatacongo2009-11-171-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2267 42af7a65-404d-4744-a932-0658087f49c3
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-171-14/+62
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2266 42af7a65-404d-4744-a932-0658087f49c3
* Add support for GPIO interrupts & STM3210E-EVAL board buttonspatacongo2009-11-058-5/+205
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2226 42af7a65-404d-4744-a932-0658087f49c3
* Add USBSERIAL configuration optionspatacongo2009-11-044-0/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2224 42af7a65-404d-4744-a932-0658087f49c3
* Status not being set when transfer started via epsubmit()patacongo2009-11-034-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2217 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2009-11-031-2/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2216 42af7a65-404d-4744-a932-0658087f49c3
* Add USB trace logicpatacongo2009-10-301-69/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2193 42af7a65-404d-4744-a932-0658087f49c3
* Initial USB debug changespatacongo2009-10-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2187 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 USBDEV driverpatacongo2009-10-294-8/+152
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2185 42af7a65-404d-4744-a932-0658087f49c3
* CodeSourcery can't handle -Ospatacongo2009-10-274-4/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2180 42af7a65-404d-4744-a932-0658087f49c3
* Remove unused configuration settingpatacongo2009-10-274-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2179 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
* Add USB serial device configuration for STM32patacongo2009-10-238-3/+1561
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2173 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the CodeSourcery toolchain under Linux for the STM32patacongo2009-10-237-235/+268
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2170 42af7a65-404d-4744-a932-0658087f49c3
* correctionspatacongo2009-10-221-0/+5
| | | | 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-0/+17
| | | | 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-201-380/+385
| | | | 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-207-5/+474
| | | | 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-203-87/+38
| | | | 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
* Add bulk erase IOCTL; add byte read methodpatacongo2009-10-182-2/+20
| | | | 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-181-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2157 42af7a65-404d-4744-a932-0658087f49c3
* Calibrate stm32 delay looppatacongo2009-10-173-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2150 42af7a65-404d-4744-a932-0658087f49c3
* A little more SPI DMA support (still incomplete)patacongo2009-10-161-1/+1
| | | | 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-7/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2145 42af7a65-404d-4744-a932-0658087f49c3
* First cut at DMA codepatacongo2009-10-161-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2142 42af7a65-404d-4744-a932-0658087f49c3
* Fix SPI compilation errorspatacongo2009-10-151-46/+77
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2139 42af7a65-404d-4744-a932-0658087f49c3
* LEDs on port F, not Cpatacongo2009-10-143-5/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2135 42af7a65-404d-4744-a932-0658087f49c3
* Fix NSH-related compile errorspatacongo2009-10-141-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2133 42af7a65-404d-4744-a932-0658087f49c3