Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3759 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
0aa08d428a
commit
5730326fd6
@ -400,15 +400,15 @@
|
|||||||
<h2>2.1 <a name="nxheaders">NX Header Files</a></h2>
|
<h2>2.1 <a name="nxheaders">NX Header Files</a></h2>
|
||||||
|
|
||||||
<ul><dl>
|
<ul><dl>
|
||||||
<dt><code>include/nuttx/nxglib.h
|
<dt><code>include/nuttx/nxglib.h</code>
|
||||||
<dd>Describes the NXGLIB C interfaces
|
<dd>Describes the NXGLIB C interfaces
|
||||||
<dt><code>include/nuttx/nx.h
|
<dt><code>include/nuttx/nx.h</code>
|
||||||
<dd>Describes the NX C interfaces
|
<dd>Describes the NX C interfaces
|
||||||
<dt><code>include/nutt/nxtk.h
|
<dt><code>include/nutt/nxtk.h</code>
|
||||||
<dd>Describe the NXTOOLKIT C interfaces
|
<dd>Describe the NXTOOLKIT C interfaces
|
||||||
<dt><code>include/nutt/nxfont.h
|
<dt><code>include/nutt/nxfont.h</code>
|
||||||
<dd>Describe sthe NXFONT C interfaces
|
<dd>Describe sthe NXFONT C interfaces
|
||||||
<dt><code>include/nuttx/nxwidgets.h
|
<dt><code>include/nuttx/nxwidgets.h</code>
|
||||||
<dd>Will describe the NXWIDGETS classes (no longer planned)
|
<dd>Will describe the NXWIDGETS classes (no longer planned)
|
||||||
</dl></ul>
|
</dl></ul>
|
||||||
|
|
||||||
@ -435,7 +435,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<code>nxgl_coord_t</b>
|
<code>nxgl_coord_t</code>.
|
||||||
A given coordinate is limited to the screen height an width. If either
|
A given coordinate is limited to the screen height an width. If either
|
||||||
of those values exceed 32,767 pixels, then the following will have to need
|
of those values exceed 32,767 pixels, then the following will have to need
|
||||||
to change:
|
to change:
|
||||||
@ -618,7 +618,7 @@ nxgl_nonintersecting(FAR struct nxgl_rect_s result[4],
|
|||||||
<b>Description:</b>
|
<b>Description:</b>
|
||||||
Return the regions of rectangle <code>rect1</code> that do not intersect with
|
Return the regions of rectangle <code>rect1</code> that do not intersect with
|
||||||
<code>rect2</code>. This will four rectangles, some of which may be
|
<code>rect2</code>. This will four rectangles, some of which may be
|
||||||
degenerate (and can be picked off with <a href="#nxglnullrect"><code>nxgl_nullrect()<code></a>).
|
degenerate (and can be picked off with <a href="#nxglnullrect"><code>nxgl_nullrect()</code></a>).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>2.2.10 <a name="nxglrectoverlap"><code>nxgl_rectoverlap()</code></a></h3>
|
<h3>2.2.10 <a name="nxglrectoverlap"><code>nxgl_rectoverlap()</code></a></h3>
|
||||||
@ -919,10 +919,10 @@ void (*kbdin)(NXWINDOW hwnd, uint8_t nch, FAR const uint8_t *ch, FAR void *arg);
|
|||||||
</dl></ul>
|
</dl></ul>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<b>Returned Value:</b> NOne
|
<b>Returned Value:</b> None
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>2.3.4 <a name="nxruninstance"><code>nx_runinstance()</code> (and <code>nx_run()<code> macro)</a></h3>
|
<h3>2.3.4 <a name="nxruninstance"><code>nx_runinstance()</code> (and <code>nx_run()</code> macro)</a></h3>
|
||||||
<p><b>Function Prototype:</b></p>
|
<p><b>Function Prototype:</b></p>
|
||||||
<ul><pre>
|
<ul><pre>
|
||||||
#include <nuttx/nxglib.h>
|
#include <nuttx/nxglib.h>
|
||||||
@ -2539,7 +2539,7 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
|
|||||||
<dt><code>graphics/nxbe</code>
|
<dt><code>graphics/nxbe</code>
|
||||||
<dd>This is the <i>back-end</i> of a tiny windowing system.
|
<dd>This is the <i>back-end</i> of a tiny windowing system.
|
||||||
It can be used with either of two front-ends to complete a windowing system (see
|
It can be used with either of two front-ends to complete a windowing system (see
|
||||||
<code>nxmu</code> and <code>nxsu/<code> below).
|
<code>nxmu</code> and <code>nxsu</code> below).
|
||||||
It contains most of the important window management logic: clipping, window controls,
|
It contains most of the important window management logic: clipping, window controls,
|
||||||
window drawing, etc.
|
window drawing, etc.
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<tr align="center" bgcolor="#e4e4e4">
|
<tr align="center" bgcolor="#e4e4e4">
|
||||||
<td>
|
<td>
|
||||||
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
||||||
<p>Last Updated: July 3, 2011</p>
|
<p>Last Updated: July 8, 2011</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@ -1854,8 +1854,8 @@
|
|||||||
<td>
|
<td>
|
||||||
<p>
|
<p>
|
||||||
<b>PIC32MX440F512H</b>.
|
<b>PIC32MX440F512H</b>.
|
||||||
This port uses the "Advanced USB Storage Demo Board," Model DB-DP11215, from <a href="http://www.sureelectronics.net">Sure Electronics</a>.
|
This port uses the "Advanced USB Storage Demo Board," Model DB-DP11215, from <a href="http://www.sureelectronics.net">Sure Electronics</a>.
|
||||||
This board features the MicroChip PIC32MX440F512H. See the <a href="http://www.sureelectronics.net/goods.php?id=1168">Sure website</a> for further information about the DB-DP11215 board.
|
This board features the MicroChip PIC32MX440F512H. See the <a href="http://www.sureelectronics.net/goods.php?id=1168">Sure website</a> for further information about the DB-DP11215 board.
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<p>
|
<p>
|
||||||
@ -2533,11 +2533,42 @@ nuttx-6.6 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
|||||||
Storage Demo Board," Model DB-DP11215 (http://www.sureelectronics.net/goods.php?id=1168).
|
Storage Demo Board," Model DB-DP11215 (http://www.sureelectronics.net/goods.php?id=1168).
|
||||||
This board features the MicroChip PIC32MX440F512H MCU. (Untested on initial
|
This board features the MicroChip PIC32MX440F512H MCU. (Untested on initial
|
||||||
check-in).
|
check-in).
|
||||||
|
* configs/stm3210e-eval/nsh2: Add another NSH configuration for the STM32 with
|
||||||
|
some different properties.
|
||||||
|
* CONFIG_NSH_CONDEV: Add a configuration option to allow using a different character
|
||||||
|
device (such a a different UART) for the NSH interface. This allows, for example,
|
||||||
|
debug output to come from the console device while using another device for NSH.
|
||||||
|
There are some issues on initial check-in: NuttX doesn't have termios and the
|
||||||
|
console device has special properties that make using NSH awkward. Examples:
|
||||||
|
No CR-LF expansion, no character echoing, no command line editting.
|
||||||
|
* arch/arm/src/stm32/stm32_lowputc.c and stm32_serial.c. Correct severl bugs
|
||||||
|
involving serial port configuration. These bugs are only critical if you
|
||||||
|
are trying to using multiple UARTs on STM32.
|
||||||
|
* configs/stm3210e-eval/src/up_lcd.c: Add a driver for the STM3210E-EVAL's LCD.
|
||||||
|
* configs/stm3210e-eval/nx: Add NX configuration for the STM3210E-EVAL.
|
||||||
|
* configs/nuttx/arch.h (and arch/arm/src/stm32, configs/*/src/up_buttons.c):
|
||||||
|
Standardize interfaces exported for button support and button interrupts.
|
||||||
|
* configs/stm3210e-eval/src/up_buttons.c - Add interrupting button support.
|
||||||
|
Also fixes a few errors in STM3210E-EVAL button decoding.
|
||||||
|
* configs/stm3210e-eval/buttons: Add a configuration to exercise STM3210E-EVAL
|
||||||
|
buttons.
|
||||||
|
* arch/arm/src/stm32/stm32_gpio.c: GPIO interrupt handling for pin
|
||||||
|
numbers were being aliased: 5-9 together and 10-15 together. Extended
|
||||||
|
the logic to peform decoding of GPIO interrupts and unique dispatching
|
||||||
|
for all 16 pins.
|
||||||
|
* configs/stm3210e-eval/nxtext: Add a configuration for the apps/examples/nxtext
|
||||||
|
example. This example focuses on placing text on the background while
|
||||||
|
pop-up windows occur. Text should continue to update normally with or without
|
||||||
|
the popup windows present.
|
||||||
|
|
||||||
apps-6.6 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
apps-6.6 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
* Make.defs, namedapp/namedapp.c: Several structural changes made to get a
|
* Make.defs, namedapp/namedapp.c: Several structural changes made to get a
|
||||||
clean compile under the ez80 ZDS-II toolchain (no design changes).
|
clean compile under the ez80 ZDS-II toolchain (no design changes).
|
||||||
|
* apps/examples/buttons: Add a test for the new standardized button interfaces
|
||||||
|
* apps/examples/nxtext: Add another NX graphics test. This one focus on
|
||||||
|
placing text on the background while pop-up windows occur. Text should
|
||||||
|
continue to update normally with or without the popup windows present.
|
||||||
|
|
||||||
pascal-3.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
pascal-3.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user