summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix basic QEMU portpatacongo2011-03-101-0/+1092
* RTL8187 driver updatepatacongo2011-03-092-50/+103
* Add support for RAMTRON NVRAM devicespatacongo2011-03-065-7/+682
* RTL driver update (still in progress)patacongo2011-03-062-3/+674
* Correct a loop termination bug in mmcsd_sdio.cpatacongo2011-03-061-1/+1
* SDIO-based MMC/SD fixes from Uros Platisepatacongo2011-03-041-11/+14
* SDIO-based MMC/SD fixes from Uros Platisepatacongo2011-03-042-5/+21
* Fix pipe/fifo open logic: semaphore wait in open() must abort if a signal is ...patacongo2011-03-021-41/+63
* Correcting banked vs. non-banked issues (there are more)patacongo2011-02-261-1/+1
* Fix getopt bugpatacongo2011-02-231-2/+2
* Add m9s12 serial logicpatacongo2011-02-201-11/+11
* Add HID parser from LUFApatacongo2011-02-192-1/+530
* RTL18189 infrastructurepatacongo2011-02-122-0/+1068
* Add logic to get the VID and PIDpatacongo2011-02-111-43/+36
* Add USH HID keyboard debouncingpatacongo2011-01-201-3/+33
* Fix more issues detected by CppCheck toolpatacongo2011-01-191-1/+1
* Extend READMEpatacongo2011-01-191-1/+18
* Fix issues detected by CppCheck toolpatacongo2011-01-192-23/+23
* Basic HID keyboard funcionality. More testing is neededpatacongo2011-01-191-81/+264
* Complete HID keyboard testpatacongo2011-01-181-11/+11
* Warnings not errors would be more politepatacongo2011-01-183-12/+28
* Add logic to map keyboard scancodespatacongo2011-01-181-58/+274
* More HID keyboard progresspatacongo2011-01-173-63/+133
* More HID keyboard supportpatacongo2011-01-163-281/+540
* Make space for int/isoc endpoint supportpatacongo2011-01-163-2/+18
* Extend the ED and get the transfer type into the EDpatacongo2011-01-143-3/+9
* Fleshing out keyboard driverpatacongo2011-01-143-86/+357
* Don't include ohci.hpatacongo2011-01-131-1/+0
* Framework for HID keyboard -- not much there yetpatacongo2011-01-123-1/+2078
* Rename usb_storage.h to storage.hpatacongo2011-01-124-10/+9
* README updatespatacongo2011-01-111-2/+2
* Improve endpoint managementpatacongo2011-01-111-224/+287