summaryrefslogtreecommitdiff
path: root/nuttx/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Update comments and read meGregory Nutt2014-11-231-7/+24
|
* Update ChangeLog and TODOGregory Nutt2014-11-221-32/+2
|
* Update TODOGregory Nutt2014-11-211-1/+9
|
* Update ChangeLogGregory Nutt2014-11-201-2/+12
|
* Update TODO; Cosmetic changes to commentsGregory Nutt2014-11-171-1/+23
|
* Update TODOGregory Nutt2014-11-151-10/+2
|
* Update TODO listGregory Nutt2014-11-141-26/+2
|
* Fix all yahoo links. From Magnus TemplingGregory Nutt2014-10-301-1/+1
|
* Update TODOGregory Nutt2014-10-221-4/+84
|
* Fix some typosGregory Nutt2014-10-151-19/+22
|
* AIO now also supports socket transfersGregory Nutt2014-10-111-18/+2
|
* Update ChangeLog and TODOGregory Nutt2014-10-101-47/+7
|
* Update TODOGregory Nutt2014-10-091-6/+54
|
* The Asynch I/O implementation now satisfies POSIX priority requirements; it ↵Gregory Nutt2014-10-071-35/+2
| | | | uses the new low priority worker thread interfaces to adjust the priority of the worker thread according to the priority of the client thread
* Update TODO listGregory Nutt2014-10-061-3/+11
|
* Update TODO list and comments in aio filesGregory Nutt2014-10-041-1/+34
|
* Update ChangeLog and ToDoGregory Nutt2014-10-041-1/+1
|
* Update TODO list + cosmetic changes to clock_systimer.cGregory Nutt2014-10-031-25/+9
|
* Update To-Do listGregory Nutt2014-10-031-22/+14
|
* Update TODO listGregory Nutt2014-10-031-15/+4
|
* Update the TODO list and a READMEGregory Nutt2014-09-301-10/+1
|
* Update TODO listGregory Nutt2014-09-301-49/+7
|
* Update TODO listGregory Nutt2014-09-291-10/+2
|
* Update TODOGregory Nutt2014-09-251-8/+2
|
* Change all occurrences of NxConsole to NxTermGregory Nutt2014-09-201-10/+10
|
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-201-1/+1
|
* Update TODO and a READMEGregory Nutt2014-09-161-30/+2
|
* Update README, TODO, and make some unfinished configuration options ↵Gregory Nutt2014-09-131-0/+10
| | | | dependent on EXPERIMENTAL
* Update TODO list and READMEGregory Nutt2014-09-131-43/+39
|
* ARMv7-A: Exception register save/restore needs to work a little differently ↵Gregory Nutt2014-09-111-1/+1
| | | | if we support user mode processes
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-57/+4
|
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name ↵Gregory Nutt2014-08-301-2/+2
| | | | user_start
* Update ChangeLogGregory Nutt2014-08-191-1/+1
|
* ARP: Add signal logic so that we do not have to wait so long with the ↵Gregory Nutt2014-08-191-4/+8
| | | | network responses to ARP requests quickly
* Update README files, Kconfig help comments, and make the network monitor not ↵Gregory Nutt2014-08-181-57/+2
| | | | EXPERIMENTAL
* Standardize a PHY interrupt attachment interfaceGregory Nutt2014-08-161-3/+4
|
* libc/time/lib_localtime.c is much closer to NuttX coding style. ↵Gregory Nutt2014-08-151-2/+2
| | | | libc/time/private.h removed; incorporated into lib_localtime.c
* Add a Sudoku gameGregory Nutt2014-08-111-2/+8
|
* Implements the tickless OSGregory Nutt2014-08-071-34/+12
|
* Update TODO and ChangeLogGregory Nutt2014-08-061-1/+1
|
* NSH networking: There is now a configuration option that will bring up the ↵Gregory Nutt2014-08-061-3/+58
| | | | network on an separate thread. Since the network bring-up is asynchronous, there are not serial console start-up delays due to the network negotiation time.
* Costmetic: Update TODO list, README files, refreshed configuration, updated ↵Gregory Nutt2014-07-301-1/+8
| | | | comments
* NET: Rename uip_ping to icmp_pingGregory Nutt2014-06-301-1/+1
|
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular ↵Gregory Nutt2014-06-261-1/+1
| | | | inclusion problem.
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-241-22/+2
|
* Cosmetic plus some configuration default changesGregory Nutt2014-06-121-6/+1
|
* Update TODO list and commentsGregory Nutt2014-04-231-39/+11
|
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
|
* Cosmetic updates to comments and README filesGregory Nutt2014-03-311-1/+1
|
* Complete fragmentary support for ferror(). From Macs NGregory Nutt2014-03-311-18/+1
|