summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update ChangelogGregory Nutt2014-07-071-1/+3
* maXTouch: Check for successful memory allocation was backwardGregory Nutt2014-07-072-7/+8
* SAMA5D3/4 I2C: Test for read or write operation was reversed. How could this...Gregory Nutt2014-07-071-3/+4
* Update ChangeLogGregory Nutt2014-07-071-1/+6
* SAM3/4: Fix compile of sam_aes.c if CONFIG_CRYPTO_AES is defined. rom Max Ne...Gregory Nutt2014-07-072-1/+5
* BCH: Add configurable AES encryption support to block-to-character (BCH) driv...Gregory Nutt2014-07-075-3/+106
* update changelogGregory Nutt2014-07-071-0/+4
* NET: Important fix to the read-ahead buffer queue managment: Consumed bytes w...Gregory Nutt2014-07-074-4/+155
* NET: Fix a few problems after big merge of network reorganizationGregory Nutt2014-07-066-4/+8
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-0625-209/+235
* NET: Rename some non-configurable constants UIP_ to IP_ or TCP_Gregory Nutt2014-07-067-17/+17
* NET: Rename TCP state values: UIP_ -> TCP_Gregory Nutt2014-07-0614-123/+123
* Update ChangeLogGregory Nutt2014-07-061-1/+2
* NET: Add a few missing configuration options to the Kconfig filesGregory Nutt2014-07-0611-55/+100
* Update ChangeLogGregory Nutt2014-07-061-0/+4
* NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.hGregory Nutt2014-07-0624-339/+809
* Updated commentsGregory Nutt2014-07-063-28/+15
* NET: Move private definitions from include/nuttx/net/arp.h to net/arp/arp.hGregory Nutt2014-07-0614-170/+291
* SAMAa5D4-EK: Updated READMEGregory Nutt2014-07-061-7/+58
* 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-062-27/+6
* NSH Keyboard Input: Worked okay until you try to disabled the keyboardGregory Nutt2014-07-061-6/+14
* maXTouch: Fix I2C address, errors when debug enable, reorganize some dataGregory Nutt2014-07-064-34/+30
* MXT interface does not need an IRQ number; SAMA5D4-EK setup omitted I2C frequ...Gregory Nutt2014-07-052-8/+1
* Clean-up some commentsGregory Nutt2014-07-051-12/+12
* Update ChangeLogGregory Nutt2014-07-051-0/+3
* SAMA5D4-EK: Add board support for the maXTouchGregory Nutt2014-07-055-0/+418
* NET: Oops. Forgot to add a file before committingGregory Nutt2014-07-051-0/+78
* Update ChangeLogGregory Nutt2014-07-051-1/+5
* NET: Move most of the contents of include/nuttx/net/igmp.h moved to net/igmp/...Gregory Nutt2014-07-058-70/+331
* NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.hGregory Nutt2014-07-057-84/+202
* NET: Most of the contents of include/nuttx/net/pkt.h moved to net/pkt/pkt.hGregory Nutt2014-07-0511-52/+128
* NET: Fix another header file inclusion problem. Plus renaming of an unused m...Gregory Nutt2014-07-052-1/+3
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-0539-129/+128
* Forgot to add a file in the last commitGregory Nutt2014-07-051-0/+280
* Update ChangeLogGregory Nutt2014-07-051-0/+2
* Add very basic support for the Atmel maXTouch touchscreen controllerGregory Nutt2014-07-056-12/+1993
* NET: Another missing header file. Noted by Manuel StühnGregory Nutt2014-07-051-0/+2
* Update ChangeLogGregory Nutt2014-07-041-0/+6
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-04117-73/+273
* Remove all inclusion of uip.hGregory Nutt2014-07-0483-92/+0
* NET: Rename include/nuttx/net/uip.h to ip.hGregory Nutt2014-07-041-7/+7
* NET: rename include/net/ip.h to ipopt.hGregory Nutt2014-07-042-5/+5
* NET: in-progress change... don't useGregory Nutt2014-07-0444-195/+229
* NET: More renamingGregory Nutt2014-07-0452-163/+163
* TSC2007: Cosmetic updatesGregory Nutt2014-07-041-2/+2
* Update ChangeLogGregory Nutt2014-07-041-0/+3
* AMA5 OHCI: Pointers to allocated port values were not being nullified after b...Gregory Nutt2014-07-041-3/+7
* Update ChangelogGregory Nutt2014-07-041-0/+4
* SMARTFS: Increase some variables from uint16_t to uint32_t to handle larger d...Gregory Nutt2014-07-041-2/+2