Integrated mknxflat
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1905 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
8ef5953fa5
commit
88fe2c594a
@ -8,7 +8,7 @@
|
||||
<tr align="center" bgcolor="#e4e4e4">
|
||||
<td>
|
||||
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
||||
<p>Last Updated: June 17, 2009</p>
|
||||
<p>Last Updated: June 18, 2009</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -1488,6 +1488,7 @@ buildroot-0.1.7 2009-xx-xx <spudmonkey@racsa.co.cr>
|
||||
|
||||
* configs/avr-defconfig-4.3.3: Added support for AVR to support a NuttX
|
||||
port of the ATmega128.
|
||||
* toolchain/nxflat: Added logic to build NuttX NXFLAT binding support tools
|
||||
</pre></ul>
|
||||
|
||||
<table width ="100%">
|
||||
|
@ -12,7 +12,7 @@
|
||||
<h1><big><font color="#3c34ec">
|
||||
<i>NuttX RTOS Porting Guide</i>
|
||||
</font></big></h1>
|
||||
<p>Last Updated: June 17, 2009</p>
|
||||
<p>Last Updated: June 18, 2009</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -2104,6 +2104,11 @@ extern void up_ledoff(int led);
|
||||
<code>CONFIG_SDCLONE_DISABLE</code>: Disable cloning of all socket
|
||||
desciptors by task_create() when a new task is started.
|
||||
If set, all sockets will appear to be closed in the new task.
|
||||
</li>:
|
||||
<li>
|
||||
<code>CONFIG_NXFLAT</code>: Enable support for the NXFLAT binary format.
|
||||
This format will support execution of NuttX binaries located
|
||||
in a ROMFS filesystem (see <code>examples/nxflat</code>).
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user