Update README and a Document

This commit is contained in:
Gregory Nutt
2017-05-20 16:36:55 -06:00
parent 2c00825dcf
commit d764942e9d
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -180,7 +180,6 @@
</ul>
<a href="#iobs">4.12 I/O Buffer Management</a>
<ul>
<a href="#iobconfig">4.12.1 Configuration Options</a><br>
<a href="#iobconfig">4.12.1 Configuration Options</a><br>
<a href="#iobthrottle">4.12.2 Throttling</a><br>
<a href="#iobtypes">4.12.3 Public Types</a><br>
@@ -4185,6 +4184,7 @@ void board_autoled_off(int led);
NuttX supports generic I/O buffer management (IOB) logic.
This logic was originally added to support network I/O buffering, but has been generalized to meet buffering requirements by all device drivers.
At the time of this writing, IOBs are currently used not only be networking but also by logic in <code>drivers/syslog</code> and <code>drivers/wireless</code>.
NOTE that some of the wording in this section still reflects those legacy roots as a part of the networking subsystem.
This objectives of this feature are:
<ol>