summaryrefslogtreecommitdiff
path: root/nuttx/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. ↵Gregory Nutt2015-04-051-14/+18
| | | | The idea is that this will produce better joining between lines
* Update TODO list and some commentsGregory Nutt2015-03-161-1/+29
|
* Costmetic changes name while debugging a filename issueGregory Nutt2015-03-151-1/+30
|
* Add support for umount2(target, MNT_FORCE) in the FAT file system.Gregory Nutt2015-03-151-67/+1
|
* Update TODO listGregory Nutt2015-03-141-1/+16
|
* Add umount2(). umount() is now a macro that just calls umount2() with flags ↵Gregory Nutt2015-03-141-2/+53
| | | | = 0.
* mq_timedsend(): Do check for time errors if the message queue is not full. ↵Gregory Nutt2015-03-101-19/+3
| | | | Noted by Freddie Chopin
* SAMV7: Update floating point and TCM configuration options. Update TODO ↵Gregory Nutt2015-03-101-6/+25
| | | | list. Update comments. Refresh a configuration
* Added a forward reference to struct inode to avoid warning about mismatching ↵Gregory Nutt2015-02-101-1/+1
| | | | types in assignemnt
* mtd/ramtron.c: Table of parts is not terminated properly if ↵Gregory Nutt2015-02-091-1/+2
| | | | CONFIG_RAMTRON_FRAM_NON_JEDEC is not defined
* Update TODOGregory Nutt2015-02-091-1/+1
|
* Unix domain: Enable logic to clean up the FIFOs underlying stream sockets ↵Gregory Nutt2015-02-011-21/+23
| | | | with those sockets are disconnected. Tehre is still no corresponding clean-up logic in place for Unix domain datagram sockets because the life of the FIFO is not as well known in that case
* Update TODO listGregory Nutt2015-01-311-12/+14
|
* Update TODO listGregory Nutt2015-01-301-31/+32
|
* 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
|