summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* maXTouch: Add thresholding so that MOVE reports are not generated unless ther...Gregory Nutt2014-07-122-19/+114
* maXTouch: Fix error in state machineGregory Nutt2014-07-121-17/+42
* NX graphics library: Macroize some color operators that become trivial when t...Gregory Nutt2014-07-121-3/+7
* Missing closing quote in Kconfig fileGregory Nutt2014-07-111-2/+2
* Minor Kconfig improvementsGregory Nutt2014-07-112-2/+6
* Addition rwbuffer interfaces should not be enabled unless they are needed; if...Gregory Nutt2014-07-116-16/+72
* Add an MTD layer that will add read-ahead or write buffering to any MTD drive...Gregory Nutt2014-07-1110-175/+981
* SAMA5D4-EK: The maXTouch controller and test is now enabled by default in the...Gregory Nutt2014-07-101-0/+11
* MXT driver worksGregory Nutt2014-07-101-101/+100
* MXT driver is now at least partially functionalGregory Nutt2014-07-091-123/+121
* SAMA5 TWI: Add support for up_i2cresetGregory Nutt2014-07-091-6/+75
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-083-3/+3
* MXT Driver: Make sure that all return values are checked: Fix worker thread ...Gregory Nutt2014-07-082-156/+189
* maXTouch: Fix some issues with interrupt handlingGregory Nutt2014-07-071-27/+59
* maXTouch: Check for successful memory allocation was backwardGregory Nutt2014-07-071-3/+3
* SAM3/4: Fix compile of sam_aes.c if CONFIG_CRYPTO_AES is defined. rom Max Ne...Gregory Nutt2014-07-071-1/+1
* BCH: Add configurable AES encryption support to block-to-character (BCH) driv...Gregory Nutt2014-07-074-3/+102
* maXTouch: Be consistent. Failure return values are not just non-zero, but ne...Gregory Nutt2014-07-061-5/+5
* maXTouch: Fix test of I2C_TRANSFER return valueGregory Nutt2014-07-061-27/+3
* maXTouch: Fix I2C address, errors when debug enable, reorganize some dataGregory Nutt2014-07-062-21/+23
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-054-6/+6
* Forgot to add a file in the last commitGregory Nutt2014-07-051-0/+280
* Add very basic support for the Atmel maXTouch touchscreen controllerGregory Nutt2014-07-055-12/+1786
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-048-11/+19
* Remove all inclusion of uip.hGregory Nutt2014-07-046-6/+0
* NET: in-progress change... don't useGregory Nutt2014-07-042-2/+2
* NET: More renamingGregory Nutt2014-07-048-26/+26
* TSC2007: Cosmetic updatesGregory Nutt2014-07-041-2/+2
* SMARTFS: Increase some variables from uint16_t to uint32_t to handle larger d...Gregory Nutt2014-07-041-2/+2
* Fix for a bug that would show up if CONFIG_MTD_BYTE_WRITE was not selected an...Gregory Nutt2014-07-031-1/+3
* NET: Misc naming clean-upGregory Nutt2014-07-021-2/+2
* 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