summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Add Rx logicpatacongo2010-11-141-31/+56
* Use RECVBLOCK vs multiple SENDpatacongo2010-10-011-14/+10
* Accidentally deleted resume() callpatacongo2010-09-131-2/+3
* Improve optionspatacongo2010-09-131-33/+44
* Make power saving optional; Add higher performance, power hogging logicpatacongo2010-09-131-6/+78
* Still debugging AT45DB and SPIpatacongo2010-09-121-2/+1
* Early AT45DB debug fixespatacongo2010-09-121-3/+3
* Last (cosmetic) changes were still in editorpatacongo2010-09-121-20/+26
* Extend support to other chips in the familypatacongo2010-09-121-16/+50
* Add driver for Atmel AT45DB161 FLASHpatacongo2010-09-122-2/+781
* Fix typos in commentspatacongo2010-09-101-5/+7
* Fix compile error in usbdev_serial.cpatacongo2010-08-181-3/+3
* LPC17xx USBDEV driver now compiles (still untested)patacongo2010-07-161-7/+7
* Add support for multicast MAC addressespatacongo2010-07-114-1/+271
* Add support for M25P1patacongo2010-05-261-1/+22
* Fixes a couple of display artifactspatacongo2010-05-201-6/+2
* cosmeticpatacongo2010-05-201-24/+38
* Some p14201 fixes (still more bugs)patacongo2010-05-181-5/+5
* Misc OLED-related bug fixespatacongo2010-05-161-3/+5
* OLED almost workspatacongo2010-05-161-18/+51
* more oled fixespatacongo2010-05-151-2/+2
* cosmeticpatacongo2010-05-151-3/+3
* Remove some debug stuffpatacongo2010-05-151-6/+4
* Early debug fixespatacongo2010-05-151-14/+16
* Fixes to build with DEBUG enabledpatacongo2010-05-151-7/+5
* Finish framebuffer supportpatacongo2010-05-152-41/+245
* NX for 4bpppatacongo2010-05-151-13/+16
* Update locking in lm3s SPI driverpatacongo2010-05-151-0/+1
* In progress changes for OLED display workpatacongo2010-05-152-22/+117
* Code complete for p14201 driverpatacongo2010-05-132-66/+187
* Add power methodspatacongo2010-05-121-6/+56
* Add SD1329 init logicpatacongo2010-05-123-89/+385
* Add skeleton of P14201 driverpatacongo2010-05-115-50/+495
* Oops last version was still in editorpatacongo2010-05-111-709/+69
* Add skeleton LCD driverpatacongo2010-05-111-0/+1069
* Add SD1329 OLED driver header filepatacongo2010-05-111-0/+523
* Add ENC28J60 Interruptpatacongo2010-05-061-1/+1
* 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