summaryrefslogtreecommitdiff
path: root/nuttx/TODO
Commit message (Collapse)AuthorAgeFilesLines
* DK-TM4C129X: The network monitor is no enabled by default in NSH configurationGregory Nutt2015-01-051-4/+15
|
* Tiva Ethernet: Integrate use of workqueue so the network processing is not ↵Gregory Nutt2014-12-311-3/+4
| | | | done at the interrupt level
* drivers/net/skeleton.c: Add outline for support with CONFIG_NET_NOINTSGregory Nutt2014-12-301-0/+2
|
* Update TODO lisGregory Nutt2014-12-291-1/+20
|
* Minor TODO list updateGregory Nutt2014-12-291-2/+2
|
* Update TODO listGregory Nutt2014-12-291-2/+37
|
* TM4C129X: Add custom system control header file (incomplete)Gregory Nutt2014-12-191-1/+15
|
* Update TODO listGregory Nutt2014-12-131-1/+17
|
* Update TODO list and add REVISIT commentGregory Nutt2014-12-131-1/+44
|
* Add support for a variadic ioctl() function. The ioctl() interface is a ↵Gregory Nutt2014-11-291-40/+2
| | | | non-standard, Unix interface. NuttX has always used the older, three-parameter version. Most contemporary systems now, however, use a variadic form of the ioctl() function. Added an option to insert a shim layer to adapt the three-parameter ioctl() to use the variadic interface form. Internally, the ioctl handling is the same three-parameter logic. The only real complexity to the shim is in how the system calls must be handled.
* Update TODOGregory Nutt2014-11-271-2/+40
|
* 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
|