summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Fixes for serial monitorpatacongo2009-12-1126-239/+793
* Add some STM32F107VC definitionspatacongo2009-12-103-17/+487
* Update backup logopatacongo2009-12-081-0/+0
* Final logo images (hopefully)patacongo2009-12-082-0/+0
* Big logopatacongo2009-12-082-0/+0
* Add more linkspatacongo2009-12-071-0/+3
* Other logo optionspatacongo2009-12-074-0/+0
* Updated graphicspatacongo2009-12-074-27/+26
* 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
* Update READMEspatacongo2009-12-025-113/+14
* 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
* 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 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
* 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