summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Basic enc29j80 init logic exercisedpatacongo2010-05-041-13/+23
* Initial debugging fixespatacongo2010-05-031-5/+5
* Add up_enc28j60.cpatacongo2010-05-011-3/+2
* Add nettest config for str-p711 using enc28j60patacongo2010-05-011-8/+9
* Fix register namepatacongo2010-05-011-1/+1
* Need to include enc28j60.hpatacongo2010-05-011-0/+1
* en28j60 driver code complete -- untestedpatacongo2010-05-013-61/+463
* Add initialization logicpatacongo2010-04-302-47/+205
* Add power save logicpatacongo2010-04-292-162/+284
* Add MAC init logic; framework for resetpatacongo2010-04-281-17/+91
* Add phy read/write routinespatacongo2010-04-282-37/+176
* Big time name changespatacongo2010-04-272-171/+175
* Add basic interrupt handlingpatacongo2010-04-272-242/+506
* Add ENC28J60 work queue logicpatacongo2010-04-262-21/+90
* Add PHY register definitionspatacongo2010-04-261-16/+20
* Add PHY register definitionspatacongo2010-04-261-62/+135
* Add SPI buffer read/write logicpatacongo2010-04-252-6/+187
* Add ENC28J80 control reg logicpatacongo2010-04-253-218/+471
* Add skeleton of ENC28J60 ethernet driverpatacongo2010-04-254-16/+905
* Add configuration to select LCD driver for NXpatacongo2010-04-171-0/+6
* SAM3U needs block infopatacongo2010-04-101-0/+5
* Important fixed to USB storage and SCSI state machine from David Hewsonpatacongo2010-04-042-57/+92
* Fix compilation bugs when DUALSPEED is enabledpatacongo2010-03-283-19/+20
* Add casts to eliminate warnings when sizeof(int) is 16-bitspatacongo2009-12-205-137/+140
* Eliminate some warningspatacongo2009-12-171-0/+8
* Fix syntax error in debug statementpatacongo2009-12-171-1/+1
* Fix CPP conditional syntaxpatacongo2009-12-171-1/+1
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-164-8/+10
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-27/+27
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1541-1149/+1168
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-7/+9
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-135-18/+29
* Add FTL logicpatacongo2009-12-062-1/+543
* Should not returned queued read requests on a resetpatacongo2009-12-012-8/+8
* Need a cancel method to stop DMApatacongo2009-11-271-0/+3
* Fix block read/write return values; SDIO error reporting; slow down clock if ...patacongo2009-11-252-43/+98
* Fix SCR data transferpatacongo2009-11-211-3/+19
* Progress integrating SD on STM32patacongo2009-11-201-6/+15
* Now correctly handles SD card ACMD41 busypatacongo2009-11-191-15/+13
* Correct identifies v1.x SD cardpatacongo2009-11-181-15/+4
* Initial MMC/SD SDIO STM32 bug fixespatacongo2009-11-181-12/+22
* Callbacks need to use worker thread; clean up/document configuration settingspatacongo2009-11-171-133/+135
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-171-45/+110
* Finish event wait logicpatacongo2009-11-171-4/+2
* Add basic data transfer logicpatacongo2009-11-172-111/+901
* Add SDIO interrupt handlingpatacongo2009-11-161-11/+4
* Redesign SDIO wait logic; add SDIO DMA logicpatacongo2009-11-161-10/+14
* Eliminate some warningspatacongo2009-11-151-93/+94
* Add logic to handle card insertion/removal eventspatacongo2009-11-151-9/+181
* Add SD card initialization logicpatacongo2009-11-152-45/+424