summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Updated logospatacongo2009-12-061-0/+0
* Updated logospatacongo2009-12-061-0/+0
* Updated logospatacongo2009-12-062-0/+0
* bigger logopatacongo2009-12-061-0/+0
* Need to export FTL interface in mtd.hpatacongo2009-12-061-1/+19
* Add FTL logicpatacongo2009-12-067-7/+578
* Add more HC12 common filespatacongo2009-12-0410-4/+946
* Add a few more hc12 filespatacongo2009-12-043-0/+300
* Add HC12 header filespatacongo2009-12-0411-4/+764
* More init logicpatacongo2009-12-034-28/+115
* Some HC12 start-up logicpatacongo2009-12-034-9/+330
* Add framework to support HC12patacongo2009-12-0325-106/+3015
* hc12 won't build with GCC 4.3.3patacongo2009-12-033-5/+114
* updatepatacongo2009-12-021-1/+2
* Update READMEspatacongo2009-12-025-113/+14
* Add m68hc12 4.3.3 configpatacongo2009-12-022-2/+106
* Prep for 4.14 releasenuttx-4.14patacongo2009-12-025-141/+179
* Fix a problem with TX status on resume from stallpatacongo2009-12-014-24/+46
* Should not returned queued read requests on a resetpatacongo2009-12-013-20/+24
* Add examples/usbstorage setup infopatacongo2009-12-011-1/+12
* Update Cygwin build instructionspatacongo2009-11-301-3/+15
* Add STM32-specific logic for examples/usbstoragepatacongo2009-11-304-9/+172
* Move LPC-specific code from examples/usbstorage to mcu123-lpc214x/srcpatacongo2009-11-308-12/+48
* Add ARM7TDMI 4.3.3 toolchainpatacongo2009-11-303-3/+126
* Add USB storage example for STM32patacongo2009-11-307-1/+1305
* SDIO now workspatacongo2009-11-294-34/+48
* Extend SDIO debug instrumentationpatacongo2009-11-282-50/+195
* Need to enable SDIO DMApatacongo2009-11-282-1/+16
* Fix compile errors with DMA debug offpatacongo2009-11-281-3/+5
* A note about spaces in directory pathespatacongo2009-11-281-0/+14
* Update STM32 TO-DOpatacongo2009-11-271-11/+9
* Less intrusive DMA debugpatacongo2009-11-273-2358/+2567
* Need a cancel method to stop DMApatacongo2009-11-272-0/+23
* Numerous fixes for basic STM32 SDIO DMA accesspatacongo2009-11-2616-116/+297
* Fix block read/write return values; SDIO error reporting; slow down clock if ...patacongo2009-11-255-77/+152
* Fix problems when DMA2 is enabledpatacongo2009-11-215-5/+31
* Fix SCR data transferpatacongo2009-11-212-5/+22
* Progress integrating SD on STM32patacongo2009-11-202-20/+45
* Now correctly handles SD card ACMD41 busypatacongo2009-11-192-16/+14
* Correct identifies v1.x SD cardpatacongo2009-11-183-103/+94
* Initial MMC/SD SDIO STM32 bug fixespatacongo2009-11-184-16/+39
* Fix error in mount() error handlingpatacongo2009-11-183-2/+21
* Fix issues related to work queue timingpatacongo2009-11-187-15/+41
* Need to tell SDIO that there is a card in the slotpatacongo2009-11-171-0/+7
* Callbacks need to use worker thread; clean up/document configuration settingspatacongo2009-11-1712-1339/+1578
* Remove debug codepatacongo2009-11-171-1/+0
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-177-172/+528
* Finish event wait logicpatacongo2009-11-173-141/+268
* Add basic data transfer logicpatacongo2009-11-174-193/+929
* Add SDIO interrupt handlingpatacongo2009-11-164-360/+725