summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-018-53/+53
* SAMA5D4-EK: NSH configuration now has the RAMLOG enabled by defaultGregory Nutt2014-07-011-3/+4
* RAMLOG: syslog_putc must set errno and return EOF on a failureGregory Nutt2014-07-011-5/+21
* Rename CONFIG_RAMLOG_CONSOLE_BUFSIZE to just CONFIG_RAMLOG_BUFSIZEGregory Nutt2014-07-013-4/+4
* NET: Rename uip_mss to tcp_mssGregory Nutt2014-06-301-1/+1
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-308-37/+37
* Rename uip_input to devif_inputGregory Nutt2014-06-308-8/+8
* Remove empty ADC write method. From Kosma MoczekGregory Nutt2014-06-301-11/+1
* Extend erase block size to 18-bits in order (decrease block size to 14-bits) ...Gregory Nutt2014-06-301-12/+14
* E1000: Rename uip_dev to netdevGregory Nutt2014-06-291-34/+34
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-278-105/+105
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-263-24/+24
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-257-7/+7
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-248-8/+8
* 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