summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update to net_close() improvement from Max HoltzbergGregory Nutt2013-10-085-56/+44
* SAMA5: More LCDC driver progressGregory Nutt2013-10-082-191/+373
* SAMA5: More LCDC driver progressGregory Nutt2013-10-072-51/+407
* SAMA5: LCDC driver progressGregory Nutt2013-10-076-129/+822
* Cosmetic changes to commentsGregory Nutt2013-10-062-4/+3
* Make net_close() nonblocking and free unestablished connections if no free co...Gregory Nutt2013-10-064-70/+104
* SAMA5 LCDC: Add 'skeleton' files that will eventually become an LCDC driver ...Gregory Nutt2013-10-065-11/+1009
* Use the new signature of rxnotify caused by the routing table. From Max Holt...Gregory Nutt2013-10-064-7/+9
* Another case where we should use the routing table: There may be multiple rou...Gregory Nutt2013-10-057-13/+263
* Documentation updateGregory Nutt2013-10-051-96/+168
* Fix some delroute errorsGregory Nutt2013-10-053-6/+6
* Fix ordering of operations in network ioctl handling. We need to able to dis...Gregory Nutt2013-10-051-149/+236
* Add NSH addroute and delroute commandsGregory Nutt2013-10-0511-44/+415
* Oops here is a file that I forget to add before a recent commitGregory Nutt2013-10-051-0/+174
* netdev_findbyaddr() will not use a routing table if one is available. It wil...Gregory Nutt2013-10-0510-51/+126
* Clean-up routing table design.Gregory Nutt2013-10-0514-144/+244
* Clean up queue files so that they look more like othersGregory Nutt2013-10-0512-156/+104
* SAMA5: Completes LDCDC register definition fileGregory Nutt2013-10-041-239/+1289
* SAMA5: Add LCD register definition header fileGregory Nutt2013-10-042-1/+836
* SAMA5: Touchscreen driver now worksGregory Nutt2013-10-041-88/+87
* SAMA5: First changes from touchscreen debugGregory Nutt2013-10-032-39/+51
* SAMA5: ADC and touchscreen drivers now build without errorsGregory Nutt2013-10-039-163/+170
* SAMA5: Integrate touchscreen and ADC drivers into the buildGregory Nutt2013-10-0312-132/+1067
* SAMA5 ADC and touchscreen: Drivers are code complete and ready for testGregory Nutt2013-10-032-104/+726
* SAMA Touchscreen/ADC: More progressGregory Nutt2013-10-026-108/+1185
* Add a user interface to manage the routing tableGregory Nutt2013-10-0213-43/+420
* Add framework for Spark Core board support. The initial commit is a clone of...Gregory Nutt2013-10-0233-36/+3439
* Add candidate net/route.h. Not yet integratedGregory Nutt2013-10-023-65/+180
* Simple routing table hooked into network build systemGregory Nutt2013-10-016-27/+50
* Partial implementation of a simple network routing table.Gregory Nutt2013-10-016-0/+646
* SAMA5 ADC/Touchscreen: A little more logicGregory Nutt2013-10-017-146/+340
* Remove some warningsGregory Nutt2013-10-015-4/+12
* More improvements to the minimal NSH when there is no file system and when pr...Gregory Nutt2013-10-014-4/+38
* KL: Now builds up_putsGregory Nutt2013-10-013-2/+13
* KL: Missing header file in low level getc logicGregory Nutt2013-10-011-1/+1
* SAMA5 touchscreen and ADC: A little more progressGregory Nutt2013-10-013-192/+387
* minor update to SAMA5 part namesGregory Nutt2013-10-011-11/+11
* Fix a error in a recent checkin to fix dependencies wehn object files lie in ...Gregory Nutt2013-09-301-2/+0
* Fix some funny 'cut' resultsGregory Nutt2013-09-302-2/+8
* cosmetic update to commentsGregory Nutt2013-09-303-12/+12
* net/net_sendfile: High performance sendfile is now functional. From Max Hol...Gregory Nutt2013-09-304-20/+43
* SAMA5 ADC/Touchscreen: A little more progress. Still not completeGregory Nutt2013-09-306-112/+368
* Changes to NSH and readline to permit NSH to work on a platform with no file ...Gregory Nutt2013-09-3018-274/+961
* Add freedom-kl25z/minnsh configuration: This is an experiment to see just ho...Gregory Nutt2013-09-304-5/+10
* KL25Z: Add low-level up_lowgetc function that can be used to provide an NSH ...Gregory Nutt2013-09-306-2/+902
* KL25Z: Add low-level up_lowgetc function that can be used to provide an NSH ...Gregory Nutt2013-09-302-0/+211
* SAMA5: Framework for an touchscreen driver (incomplete)Gregory Nutt2013-09-306-29/+1251
* SAMA5 ADC: Framework for an ADC driver (incomplete)Gregory Nutt2013-09-304-93/+489
* SAMA5 ADC: Beginning ADC register definition fileGregory Nutt2013-09-295-21/+512
* Work around a start-up error in the GMAC that I still do not understandGregory Nutt2013-09-292-5/+48