summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Add bugfixes recommended by Sheref Younanpatacongo2011-07-011-2/+13
* Changes for clean ez80 ZDS-II compilepatacongo2011-06-221-44/+50
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-204-5/+5
* Update documents and commentspatacongo2011-06-181-2/+2
* Eliminate some warningspatacongo2011-06-112-9/+9
* RGMP 0.2.0 patch appliedpatacongo2011-06-091-10/+15
* Add E1000 PIC NIC driver from Yu Qiangpatacongo2011-05-214-2/+1172
* Add initial CC1101 wireless logic from Urospatacongo2011-05-1617-638/+1149
* Fix possibly deadlock conditionpatacongo2011-05-131-16/+21
* First set of changes to incorporate the RGMP portpatacongo2011-05-124-5/+682
* Fix USB host error handling logicpatacongo2011-05-124-16/+16
* Mostly cosmetic changes from Urospatacongo2011-05-074-45/+45
* Prep for 6.2 releasenuttx-6.2patacongo2011-05-061-2/+67
* More NXFFS bugfixespatacongo2011-05-041-9/+9
* Add beginning of a test for NXFFSpatacongo2011-04-291-8/+12
* Fixes to get clean i.MXADS buildpatacongo2011-04-261-1/+3
* Add a RAM-based MTD devicepatacongo2011-04-244-11/+364
* Fix RTL driver MAC addresspatacongo2011-04-211-2/+0
* Updates from Urospatacongo2011-04-205-15/+613
* Rename i2c directories to sensorspatacongo2011-04-193-41/+41
* Minor fix to OLED logicpatacongo2011-04-191-2/+6
* Finish integration of the LPCXpresso OLED NX examplepatacongo2011-04-192-68/+149
* Minor OLED-related updates (still doesn't work)patacongo2011-04-181-29/+71
* Add NX configuration for LPCXpressopatacongo2011-04-184-54/+219
* Add UG-9665SWAG01 driverpatacongo2011-04-174-3/+765
* Add command definitions for Solomon-Systech LCD controllerpatacongo2011-04-171-0/+210
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-133-10/+10
* I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo2011-04-071-31/+3
* Fixes for kernel stub buildspatacongo2011-04-0618-74/+89
* LIS331DL and STM32 I2C patch from Urospatacongo2011-04-051-19/+30
* Fix a couple of recently introduced build problemspatacongo2011-04-041-3/+3
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-033-0/+319
* Move string.h functions in lib/ to lib/stringpatacongo2011-03-301-2/+2
* RTL bug fixespatacongo2011-03-262-11/+12
* Incorporate changes from Uros Platisepatacongo2011-03-261-1/+5
* Make RTL8187 driver an add-onpatacongo2011-03-182-1773/+7
* Fix QEMU timer interruptspatacongo2011-03-161-3/+18
* Fix SLIP bugpatacongo2011-03-161-157/+106
* More SLIP integrationpatacongo2011-03-151-10/+29
* Misc slip-related fixespatacongo2011-03-151-82/+130
* Basic SLIP functionality -- but there are issuespatacongo2011-03-152-12/+11
* apps/ make changes + SLIP MTU notespatacongo2011-03-141-0/+13
* SLIP updatespatacongo2011-03-141-1/+1
* VSN/apps updatepatacongo2011-03-141-0/+4
* SLIP correctionspatacongo2011-03-131-91/+95
* Add SLIP test configurationpatacongo2011-03-121-50/+24
* More support for SLIP data link protocolpatacongo2011-03-122-4/+4
* Add SLIP driverpatacongo2011-03-122-0/+995
* Add a stub that can be used when networking is enabled, but there is no ether...patacongo2011-03-111-22/+0
* Add QEMU NSH configurationpatacongo2011-03-102-153/+226