summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* NAME_MAX not available on SunOSGregory Nutt2014-07-041-2/+22
* Move crypto header files from include/crypto to include/nuttx/cryptoGregory Nutt2014-07-036-17/+17
* Correct authorship on a few filesGregory Nutt2014-07-038-10/+9
* Update ChangeLogGregory Nutt2014-07-031-3/+7
* Fix for a bug that would show up if CONFIG_MTD_BYTE_WRITE was not selected an...Gregory Nutt2014-07-031-1/+3
* apps/examples: Put examples in alphabetical orderGregory Nutt2014-07-031-4/+4
* NET: More renamingGregory Nutt2014-07-039-67/+65
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-03278-373/+373
* NSH Keyboard: Close stdin before trying to reopen. Otherwise, driver will pe...Gregory Nutt2014-07-032-13/+34
* Update ChangeLogGregory Nutt2014-07-031-0/+2
* NSH: Add an option to take stdin from a USB keyboard deviceGregory Nutt2014-07-039-89/+463
* Remove a warningGregory Nutt2014-07-031-1/+2
* Updated ChangeLogGregory Nutt2014-07-031-1/+3
* SAMA5 OHCI: Fix an error in a DEBUGASSERT statement. Caused assertion to fir...Gregory Nutt2014-07-031-3/+2
* SAMA5D3/4: UPLL divisor to generate 48MHz for OHCI is different from the two ...Gregory Nutt2014-07-0311-8/+45
* SAMA5D4-EK: Add support for USB hostGregory Nutt2014-07-034-69/+156
* CCM PROCFS: Missing change in last commitsGregory Nutt2014-07-031-2/+2
* Update ChangeLogGregory Nutt2014-07-031-0/+3
* CCM PROCFS: Changed the configuration a bit. I am still not happy about the ...Gregory Nutt2014-07-035-22/+40
* Add STM32 CCM heep procfsGregory Nutt2014-07-034-0/+335
* Fixes to errors that I introduced from Pelle WinderstamGregory Nutt2014-07-031-3/+3