Commit Graph

488 Commits

Author SHA1 Message Date
Gregory Nutt
50aa1e0939 Modbus: Misc cleanup 2015-04-07 12:16:15 -06:00
Gregory Nutt
591a9e7f65 Update TODO 2015-04-06 15:26:50 -06:00
Gregory Nutt
141846c6bf Update TODO list and a README 2015-04-05 09:51:38 -06:00
Gregory Nutt
ae03d56700 Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. The idea is that this will produce better joining between lines 2015-04-05 08:50:01 -06:00
Gregory Nutt
ddb8073ad5 Update TODO list and some comments 2015-03-16 08:49:39 -06:00
Gregory Nutt
b637a0cc3e Costmetic changes name while debugging a filename issue 2015-03-15 12:22:12 -06:00
Gregory Nutt
9f7f258728 Add support for umount2(target, MNT_FORCE) in the FAT file system. 2015-03-15 07:45:19 -06:00
Gregory Nutt
b886cf9f65 Update TODO list 2015-03-14 17:58:41 -06:00
Gregory Nutt
f932b26db1 Add umount2(). umount() is now a macro that just calls umount2() with flags = 0. 2015-03-14 16:48:45 -06:00
Gregory Nutt
4c6057eca1 mq_timedsend(): Do check for time errors if the message queue is not full. Noted by Freddie Chopin 2015-03-10 09:42:35 -06:00
Gregory Nutt
36e88e504a SAMV7: Update floating point and TCM configuration options. Update TODO list. Update comments. Refresh a configuration 2015-03-10 07:50:32 -06:00
Gregory Nutt
410fcaa0a1 Added a forward reference to struct inode to avoid warning about mismatching types in assignemnt 2015-02-10 13:41:49 -06:00
Gregory Nutt
f3427cb32a mtd/ramtron.c: Table of parts is not terminated properly if CONFIG_RAMTRON_FRAM_NON_JEDEC is not defined 2015-02-09 16:35:58 -06:00
Gregory Nutt
e845d73818 Update TODO 2015-02-09 08:51:27 -06:00
Gregory Nutt
f8bb77365a Unix domain: Enable logic to clean up the FIFOs underlying stream sockets 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 2015-02-01 08:52:26 -06:00
Gregory Nutt
85dc0f5cd7 Update TODO list 2015-01-31 12:29:02 -06:00
Gregory Nutt
3cf287b80e Update TODO list 2015-01-30 13:52:04 -06:00
Gregory Nutt
67bcdf5514 DK-TM4C129X: The network monitor is no enabled by default in NSH configuration 2015-01-05 12:09:33 -06:00
Gregory Nutt
4782acb012 Tiva Ethernet: Integrate use of workqueue so the network processing is not done at the interrupt level 2014-12-31 13:03:00 -06:00
Gregory Nutt
3666af88d4 drivers/net/skeleton.c: Add outline for support with CONFIG_NET_NOINTS 2014-12-30 14:56:37 -06:00
Gregory Nutt
45584fdfe5 Update TODO lis 2014-12-29 11:03:33 -06:00
Gregory Nutt
c1343063f8 Minor TODO list update 2014-12-29 09:45:18 -06:00
Gregory Nutt
cebc32f793 Update TODO list 2014-12-29 07:25:44 -06:00
Gregory Nutt
93bcd3e03e TM4C129X: Add custom system control header file (incomplete) 2014-12-19 12:12:52 -06:00
Gregory Nutt
2deadebc00 Update TODO list 2014-12-13 17:25:33 -06:00
Gregory Nutt
623757d77c Update TODO list and add REVISIT comment 2014-12-13 08:44:28 -06:00
Gregory Nutt
e31d5125ae Add support for a variadic ioctl() function. The ioctl() interface is a 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. 2014-11-29 10:53:22 -06:00
Gregory Nutt
08b2f80de0 Update TODO 2014-11-27 19:05:40 -06:00
Gregory Nutt
aa9700c1ab Update comments and read me 2014-11-23 12:52:18 -06:00
Gregory Nutt
17000ebacb Update ChangeLog and TODO 2014-11-22 10:57:20 -06:00
Gregory Nutt
5521868169 Update TODO 2014-11-21 18:25:58 -06:00
Gregory Nutt
5bdac09cf1 Update ChangeLog 2014-11-20 09:38:38 -06:00
Gregory Nutt
8b2b7afdae Update TODO; Cosmetic changes to comments 2014-11-17 15:34:50 -06:00
Gregory Nutt
11d2181d15 Update TODO 2014-11-15 15:44:18 -06:00
Gregory Nutt
30aad0e303 Update TODO list 2014-11-14 18:40:06 -06:00
Gregory Nutt
23a2c0a9d3 Fix all yahoo links. From Magnus Templing 2014-10-30 09:39:23 -06:00
Gregory Nutt
fa0a5d506c Update TODO 2014-10-22 14:25:58 -06:00
Gregory Nutt
0e3e2e3029 Fix some typos 2014-10-15 10:57:04 -06:00
Gregory Nutt
ae3cc327c7 AIO now also supports socket transfers 2014-10-11 08:15:23 -06:00
Gregory Nutt
e01c31517c Update ChangeLog and TODO 2014-10-10 16:28:27 -06:00
Gregory Nutt
40d352ee56 Update TODO 2014-10-09 13:13:56 -06:00
Gregory Nutt
98a4b6fb79 The Asynch I/O implementation now satisfies POSIX priority requirements; it uses the new low priority worker thread interfaces to adjust the priority of the worker thread according to the priority of the client thread 2014-10-07 08:24:50 -06:00
Gregory Nutt
9890b905bc Update TODO list 2014-10-06 14:36:18 -06:00
Gregory Nutt
3bef2b7a43 Update TODO list and comments in aio files 2014-10-04 17:47:54 -06:00
Gregory Nutt
884ab0500c Update ChangeLog and ToDo 2014-10-04 07:35:50 -06:00
Gregory Nutt
da29907ac9 Update TODO list + cosmetic changes to clock_systimer.c 2014-10-03 11:21:35 -06:00
Gregory Nutt
ae065f69c1 Update To-Do list 2014-10-03 10:20:19 -06:00
Gregory Nutt
c892f99aba Update TODO list 2014-10-03 08:19:17 -06:00
Gregory Nutt
3f0e65a32d Update the TODO list and a README 2014-09-30 14:48:31 -06:00
Gregory Nutt
d7c28b9a5e Update TODO list 2014-09-30 13:27:34 -06:00