summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-132-3/+3
* Working on HCS12 buildpatacongo2009-12-121-4/+4
* Add some STM32F107VC definitionspatacongo2009-12-103-17/+487
* Add more HC12 common filespatacongo2009-12-042-4/+4
* Add HC12 header filespatacongo2009-12-041-0/+4
* More init logicpatacongo2009-12-031-1/+1
* Fix a problem with TX status on resume from stallpatacongo2009-12-011-20/+36
* Should not returned queued read requests on a resetpatacongo2009-12-011-12/+16
* Move LPC-specific code from examples/usbstorage to mcu123-lpc214x/srcpatacongo2009-11-301-1/+1
* SDIO now workspatacongo2009-11-291-23/+37
* Extend SDIO debug instrumentationpatacongo2009-11-282-50/+195
* Fix compile errors with DMA debug offpatacongo2009-11-281-3/+5
* Less intrusive DMA debugpatacongo2009-11-273-2358/+2567
* Numerous fixes for basic STM32 SDIO DMA accesspatacongo2009-11-266-92/+230
* Fix block read/write return values; SDIO error reporting; slow down clock if ...patacongo2009-11-251-33/+21
* Fix problems when DMA2 is enabledpatacongo2009-11-213-4/+26
* Fix SCR data transferpatacongo2009-11-211-2/+3
* Progress integrating SD on STM32patacongo2009-11-201-14/+30
* Now correctly handles SD card ACMD41 busypatacongo2009-11-191-1/+1
* Correct identifies v1.x SD cardpatacongo2009-11-182-88/+90
* Initial MMC/SD SDIO STM32 bug fixespatacongo2009-11-181-2/+15
* Callbacks need to use worker thread; clean up/document configuration settingspatacongo2009-11-171-1185/+1207
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-173-81/+342
* Finish event wait logicpatacongo2009-11-171-134/+263
* Add basic data transfer logicpatacongo2009-11-171-59/+26
* Add SDIO interrupt handlingpatacongo2009-11-162-232/+657
* Addition DMA setup logicpatacongo2009-11-161-3/+9
* Redesign SDIO wait logic; add SDIO DMA logicpatacongo2009-11-161-136/+331
* Add logic to handle card insertion/removal eventspatacongo2009-11-151-0/+27
* Add SD card initialization logicpatacongo2009-11-151-44/+111
* Add IOCTLs and card identification logicpatacongo2009-11-131-4/+76
* Add to STM32 SDIO driverpatacongo2009-11-133-3/+145
* Separate STM32F103ZE pin-mapping into a separate header filepatacongo2009-11-122-439/+535
* Add SDIO GPIO initializationpatacongo2009-11-122-0/+38
* Finish reponse methodspatacongo2009-11-121-35/+193
* SDIO interface simplicationpatacongo2009-11-122-821/+877
* Incremental update to STM32 MMCSD driverpatacongo2009-11-111-1/+1
* Incremental update to STM32 MMCSD driverpatacongo2009-11-111-2/+2
* Incremental progress on STM32 MMCSD driverpatacongo2009-11-112-5/+172
* Add skeleton file that will hold the STM32 SDIO driverpatacongo2009-11-111-0/+674
* Add skeleton file that will hold the STM32 SDIO driverpatacongo2009-11-111-1/+1
* 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