summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* hc12 won't build with GCC 4.3.3patacongo2009-12-033-5/+114
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2300 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2009-12-021-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2299 42af7a65-404d-4744-a932-0658087f49c3
* Update READMEspatacongo2009-12-025-113/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2298 42af7a65-404d-4744-a932-0658087f49c3
* Add m68hc12 4.3.3 configpatacongo2009-12-022-2/+106
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2297 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 4.14 releasenuttx-4.14patacongo2009-12-025-141/+179
| | | | 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-014-24/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2295 42af7a65-404d-4744-a932-0658087f49c3
* Should not returned queued read requests on a resetpatacongo2009-12-013-20/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2294 42af7a65-404d-4744-a932-0658087f49c3
* Add examples/usbstorage setup infopatacongo2009-12-011-1/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2293 42af7a65-404d-4744-a932-0658087f49c3
* Update Cygwin build instructionspatacongo2009-11-301-3/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2292 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32-specific logic for examples/usbstoragepatacongo2009-11-304-9/+172
| | | | 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-308-12/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2290 42af7a65-404d-4744-a932-0658087f49c3
* Add ARM7TDMI 4.3.3 toolchainpatacongo2009-11-303-3/+126
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2289 42af7a65-404d-4744-a932-0658087f49c3
* Add USB storage example for STM32patacongo2009-11-307-1/+1305
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2288 42af7a65-404d-4744-a932-0658087f49c3
* SDIO now workspatacongo2009-11-294-34/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2287 42af7a65-404d-4744-a932-0658087f49c3
* Extend SDIO debug instrumentationpatacongo2009-11-282-50/+195
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2286 42af7a65-404d-4744-a932-0658087f49c3
* Need to enable SDIO DMApatacongo2009-11-282-1/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2285 42af7a65-404d-4744-a932-0658087f49c3
* Fix compile errors with DMA debug offpatacongo2009-11-281-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2284 42af7a65-404d-4744-a932-0658087f49c3
* A note about spaces in directory pathespatacongo2009-11-281-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2283 42af7a65-404d-4744-a932-0658087f49c3
* Update STM32 TO-DOpatacongo2009-11-271-11/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2282 42af7a65-404d-4744-a932-0658087f49c3
* Less intrusive DMA debugpatacongo2009-11-273-2358/+2567
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2281 42af7a65-404d-4744-a932-0658087f49c3
* Need a cancel method to stop DMApatacongo2009-11-272-0/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2280 42af7a65-404d-4744-a932-0658087f49c3
* Numerous fixes for basic STM32 SDIO DMA accesspatacongo2009-11-2616-116/+297
| | | | 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-255-77/+152
| | | | | | interrupt mode git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2278 42af7a65-404d-4744-a932-0658087f49c3
* Fix problems when DMA2 is enabledpatacongo2009-11-215-5/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2277 42af7a65-404d-4744-a932-0658087f49c3
* Fix SCR data transferpatacongo2009-11-212-5/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2276 42af7a65-404d-4744-a932-0658087f49c3
* Progress integrating SD on STM32patacongo2009-11-202-20/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2275 42af7a65-404d-4744-a932-0658087f49c3
* Now correctly handles SD card ACMD41 busypatacongo2009-11-192-16/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2274 42af7a65-404d-4744-a932-0658087f49c3
* Correct identifies v1.x SD cardpatacongo2009-11-183-103/+94
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2273 42af7a65-404d-4744-a932-0658087f49c3
* Initial MMC/SD SDIO STM32 bug fixespatacongo2009-11-184-16/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2272 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in mount() error handlingpatacongo2009-11-183-2/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2271 42af7a65-404d-4744-a932-0658087f49c3
* Fix issues related to work queue timingpatacongo2009-11-187-15/+41
| | | | 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-1712-1339/+1578
| | | | 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-177-172/+528
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2266 42af7a65-404d-4744-a932-0658087f49c3
* Finish event wait logicpatacongo2009-11-173-141/+268
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2265 42af7a65-404d-4744-a932-0658087f49c3
* Add basic data transfer logicpatacongo2009-11-174-193/+929
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2264 42af7a65-404d-4744-a932-0658087f49c3
* Add SDIO interrupt handlingpatacongo2009-11-164-360/+725
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2263 42af7a65-404d-4744-a932-0658087f49c3
* Addition DMA setup logicpatacongo2009-11-161-3/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2262 42af7a65-404d-4744-a932-0658087f49c3
* Redesign SDIO wait logic; add SDIO DMA logicpatacongo2009-11-163-224/+422
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2261 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate some warningspatacongo2009-11-151-93/+94
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2260 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to handle card insertion/removal eventspatacongo2009-11-154-11/+236
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2259 42af7a65-404d-4744-a932-0658087f49c3
* Add SD card initialization logicpatacongo2009-11-154-129/+604
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2258 42af7a65-404d-4744-a932-0658087f49c3
* Add CSD decode logicpatacongo2009-11-143-30/+361
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2257 42af7a65-404d-4744-a932-0658087f49c3
* Missing breaks in switchpatacongo2009-11-141-6/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2256 42af7a65-404d-4744-a932-0658087f49c3
* Add MMC configuration logicpatacongo2009-11-143-61/+407
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2255 42af7a65-404d-4744-a932-0658087f49c3
* Need to use poll-waitingpatacongo2009-11-131-6/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2254 42af7a65-404d-4744-a932-0658087f49c3
* Add IOCTLs and card identification logicpatacongo2009-11-135-28/+701
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2253 42af7a65-404d-4744-a932-0658087f49c3
* Add to STM32 SDIO driverpatacongo2009-11-133-3/+145
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2252 42af7a65-404d-4744-a932-0658087f49c3
* Separate STM32F103ZE pin-mapping into a separate header filepatacongo2009-11-122-439/+535
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2251 42af7a65-404d-4744-a932-0658087f49c3