summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-248-8/+8
* SAMA5D4: Add EMAC driverGregory Nutt2014-06-111-0/+6
* Config/build changes to better support the RTL8187Gregory Nutt2014-06-092-2/+23
* Clear rxhead on disconnect to prevent data from being resent on re-connectGregory Nutt2014-06-062-0/+2
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-307-36/+36
* Cosmetic changesGregory Nutt2014-05-281-1/+1
* Change all variadic macros to C99 styleGregory Nutt2014-05-2210-14/+14
* CC3000: Fix build when POLL is enabled. From Jussi Kivilinna.Gregory Nutt2014-05-211-14/+23
* CC3000: Fix a race condition in start-up of unsoliced_thread. From Jussi Ki...Gregory Nutt2014-05-211-0/+12
* Configuration has CC3000_SPI_MODE settings but source uses CONFIG_CC3000_SPIM...Gregory Nutt2014-05-211-2/+2
* Correct SPI mode for CC3000 is CPOL=0 CHPA=1. From Jussi KivilinnaGregory Nutt2014-05-211-2/+2
* SAM4E-EK: Add a driver for the on-board LCD (not tested on initial check-ing)Gregory Nutt2014-05-131-3/+3
* A fix to the last MB85RS1MT patchGregory Nutt2014-05-121-2/+7
* Add support for Fujitsu MB85RS1MT part. From Charles AshGregory Nutt2014-05-121-37/+55
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+11
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-084-2/+30
* LIS331DL driver: Correct build dependency. Sourceforge ticket #41 from Kosm...Gregory Nutt2014-05-081-1/+1
* Timer driver updates from Bob DoironGregory Nutt2014-05-051-7/+7
* Enhanced timer interface from Bob DoironGregory Nutt2014-04-301-4/+8
* drivers/mtd/w25.c: Add support for the 8Mbit W25Q80BV part. From Mark White...Gregory Nutt2014-04-301-3/+17
* Update TODO list and commentsGregory Nutt2014-04-231-4/+13
* Fix Bob's name in as many places as possible; Make sure that Bob is an author...Gregory Nutt2014-04-221-1/+2
* Nucleo F401RE: Remove PX4 cruft that can in with the portGregory Nutt2014-04-225-34/+41
* Misc changes to get a clean compilation after incorporating all of Bob Doison...Gregory Nutt2014-04-221-2/+1
* Various SAM4S related fixes, mostely related to the timer driver driver and t...Gregory Nutt2014-04-223-24/+38
* examples/serialrx added by Bob DoisonGregory Nutt2014-04-221-0/+567
* Missing watchdog timer configuration settingGregory Nutt2014-04-211-0/+5
* SDIO-based MMC/SD improvements from Bob DoironGregory Nutt2014-04-212-31/+39
* SAM3/4 Interrupt initialization. Default interrupt priority not being set cor...Gregory Nutt2014-04-171-5/+3
* HID mouse: Don't include NAKs in error count. From LeoGregory Nutt2014-04-171-6/+14
* MIO183QT-9A LCD driver updated to support reading from the LCD. From Toby Du...Gregory Nutt2014-04-161-10/+26
* Costmetic changes to some commentsGregory Nutt2014-04-141-2/+2
* examples/touchscreen: Add a configuration option to indicate that there is o...Gregory Nutt2014-04-141-1/+1
* More trailing whilespace removalGregory Nutt2014-04-1372-311/+311
* Cosmetic changes for coding style; removal of dangling spaces at the end of l...Gregory Nutt2014-04-131-173/+226
* Make sure that there is one space after forGregory Nutt2014-04-121-2/+2
* Make sure that there is one space between while and conditionGregory Nutt2014-04-126-9/+9
* Make sure that there is one space between if and conditionGregory Nutt2014-04-123-5/+7
* STM32 OTGFS Host: Fix a logic error introduced in the last check-inGregory Nutt2014-04-122-6/+4
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-6/+4
* Back out part of 610e2aa0c224e2936fe8009ef4a2351ce607067a: Need to be able t...Gregory Nutt2014-04-081-2/+0
* Cosmetic changes to comments and READMEGregory Nutt2014-04-071-14/+18
* Fix various typos in comments. From Alan Carvalho de AssisGregory Nutt2014-04-068-17/+19
* SAMA5 clocking: USB clock setup needs to be done no matter the state of BMS ...Gregory Nutt2014-04-051-1/+1
* Cosmetic update to commentsGregory Nutt2014-04-051-11/+11
* SAMA5: Add support for DBGU. Xplained board now uses DBGU for the serial con...Gregory Nutt2014-04-013-1/+31
* Add macro UNUSED to eliminate warnings about variables that are set to unused...Gregory Nutt2014-03-302-2/+3
* Add missing MIO283QT-9A to the drivers/lcd/KconfigGregory Nutt2014-03-271-0/+8
* Eliminate a warning when debug is offGregory Nutt2014-03-261-1/+7
* Reimagine the USB MSC worker thread as a kernel thread (instead of a pthread)Gregory Nutt2014-03-254-138/+351