summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-04-01 14:10:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-04-01 14:10:54 +0000
commit9bd404cc67fe1ad52599e3a89036344d78cbdf55 (patch)
treef9ba0087c22ce77836be92bededc9ca2359e5d5a /nuttx/Documentation/NuttX.html
parente3fe81779352589122b14c80287122aef30a2e14 (diff)
downloadpx4-nuttx-9bd404cc67fe1ad52599e3a89036344d78cbdf55.tar.gz
px4-nuttx-9bd404cc67fe1ad52599e3a89036344d78cbdf55.tar.bz2
px4-nuttx-9bd404cc67fe1ad52599e3a89036344d78cbdf55.zip
Add support for CAN1 and CAN2 to zkit-arm-1769. From M. Kannan
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5808 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html27
1 files changed, 24 insertions, 3 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index d7b797e83..6ba0c95a0 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -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: March 15, 2013</p>
+ <p>Last Updated: April 1, 2013</p>
</td>
</tr>
</table>
@@ -2418,8 +2418,10 @@ nsh>
<ul>
<b>STATUS:</b>
This is still a work in progess.
- At present there is a working basic port with OS verification and Nuttshell (<a href="http://www.nuttx.org/Documentation/NuttShell.html">NSH</a>) configurations.
- This is stablilizing nicely now and the next steps will involve getting solid driver support for the SD slot and the LCD on the WaveShare board.
+ At present there is a working basic port with OS verification, Nuttshell (<a href="http://www.nuttx.org/Documentation/NuttShell.html">NSH</a>) configurations, and a graphics test configuration.
+ The NSH configuration includes verfied support for (DMA-based) SD card interface.
+ SDRAM is working.
+ The LCD driver is not functional as of this writing, but is actively underwork and is expected to be available in the NuttX-6.27 release.
</ul>
</td>
</tr>
@@ -2552,6 +2554,25 @@ nsh>
<td><br></td>
<td>
<p>
+ <b>STMicro STM32 F427/437</b>.
+ General architectural support was provided for the F427/437 family in NuttX 4.27.
+ Specific support includes the STM32F427I, STM32F427Z, and STM32F427V chips.
+ This is <i>architecture-only</i> support, meaning that support for the boards with these chips is available, but not support for any publically available boards is included..
+ This support was contributed by Mike Smith.
+ </p>
+ <p>
+ The F427/f37 port adds (1) additional SPI ports, (2) additional UART ports, (3) analog and digital noise filters on the I2C ports, (4) up to 2MB of flash, (5) an additional lower-power mode for the internal voltage regulator, (6) a new prescaling option for timer clock, (7) a larger FSMSC write FIFO, and (8) additional crypto modes (F437 only).
+ </p>
+ </td>
+</tr>
+<tr>
+ <td><br></td>
+ <td><hr></td>
+</tr>
+<tr>
+ <td><br></td>
+ <td>
+ <p>
<b>STMicro STM32F3-Discovery (STM32 F3 family)</b>.
This port uses the STMicro STM32F3-Discovery board featuring the STM32F303VCT6 MCU (STM32 F3 family).
Refer to the <a href="http://www.st.com/internet/evalboard/product/254044.jsp">STMicro web site</a> for further information about this board.