summaryrefslogtreecommitdiffstats
path: root/nuttx/TODO
AgeCommit message (Expand)AuthorFilesLines
2007-11-23Removed unused uIP filespatacongo1-1/+2
2007-11-23Verified recvfrom()patacongo1-2/+0
2007-11-22TCP and ICMP protocols may now be disabledpatacongo1-0/+3
2007-11-22Add TX data notificationpatacongo1-6/+2
2007-11-21Fix leak in socket closepatacongo1-1/+2
2007-11-20Prep for 0.3.1 releasepatacongo1-4/+0
2007-11-19uIP webserver now uses listen/acceptpatacongo1-12/+9
2007-11-15Fix probably where packets dropped because there was no recv() in place were ...patacongo1-4/+3
2007-11-07Handle varialble length polling intervals; fix bug of last checkinpatacongo1-4/+2
2007-11-06Breaking uip.c into smaller functions/filespatacongo1-1/+0
2007-11-06Verified basic client-side network functionalitypatacongo1-17/+32
2007-11-06Reduce debug output; calibrate DM320 timerpatacongo1-1/+19
2007-11-04DM90x0 driver hooked into DM320patacongo1-0/+1
2007-08-26Adding uIP 1.0patacongo1-1/+1
2007-06-30document environment variablespatacongo1-0/+2
2007-06-10Force directory name to be nuttx-xx.yy.zzpatacongo1-2/+4
2007-06-10Fixed a problem with arch/arm/src dependenciespatacongo1-3/+0
2007-06-09Simply conditional build; fix conditional compilationpatacongo1-1/+1
2007-06-09Add support for custom system timer frequencypatacongo1-4/+0
2007-06-06updatedpatacongo1-1/+6
2007-05-27Add stat()patacongo1-1/+1
2007-05-26prepare for 0.2.6 releasepatacongo1-1/+1
2007-05-21Add unlink(), mkdir(), rmdir(), and rename()patacongo1-3/+2
2007-05-20Add strspn() and strcspn()patacongo1-3/+2
2007-05-20updatespatacongo1-0/+1
2007-05-13Initial mount integrationpatacongo1-1/+4
2007-05-06Another thing to dopatacongo1-0/+4
2007-04-29Changes to resulting previous merge of arch/c5471 and arch/dm320 into arch/ar...patacongo1-5/+8
2007-04-26arch/c5471/include and arch/dm320/include are not identical. This is in prep...patacongo1-3/+8
2007-03-29Moved exclusion logic to a higher level so that printf output is more readabl...patacongo1-14/+2
2007-03-27updatespatacongo1-2/+2
2007-03-26Add a directory to hold board-specific driverspatacongo1-9/+17
2007-03-26Create a place to hold board specific header filespatacongo1-1/+0
2007-03-25Makefile would sometimes create spurious linkspatacongo1-8/+5
2007-03-24Add test of pthread barrier logicpatacongo1-5/+6
2007-03-23Add new pthread_* APIspatacongo1-0/+3
2007-03-23Create configs/ dir; separate board configuration from processor architecturepatacongo1-3/+0
2007-03-22updatepatacongo1-1/+3
2007-03-21Added support for POSIX timerspatacongo1-0/+74