summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-12 14:07:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-12 14:07:13 +0000
commit14c5c981145991a86366544bc11dbb9d410feecf (patch)
tree9fb204b8c6c0c4ecc6bcfcf80b3c6d18d5fc82f7 /nuttx/Documentation
parente0eb054e9194a0df9b3f81fa74b3fe702505477c (diff)
downloadpx4-nuttx-14c5c981145991a86366544bc11dbb9d410feecf.tar.gz
px4-nuttx-14c5c981145991a86366544bc11dbb9d410feecf.tar.bz2
px4-nuttx-14c5c981145991a86366544bc11dbb9d410feecf.zip
Misc STM32 wildfire and ENC28J60 driver updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5133 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html21
1 files changed, 16 insertions, 5 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 287c702d2..e4f2ff6db 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1734,8 +1734,9 @@
<td>
<p>
<b>STMicro STM32F103x</b>.
- Support for four MCUs and three board configurations are available.
- MCU support includes: STM32F103ZET6, STM32F103RET6, and STM32F103VCT.
+ Support for four MCUs and four board configurations are available.
+ MCU support includes all of the high density and connectivity line families.
+ Board supported is available specifically for: STM32F103ZET6, STM32F103RET6, STM32F103VCT, and STM32F103VET6.
Boards supported include:
</p>
<ol>
@@ -1751,6 +1752,10 @@
A port for the HY-Mini STM32v board. This board is based on the
STM32F103VCT chip. Contributed by Laurent Latil.
</li>
+ <li>
+ This M3 Wildfire development board (STM32F103VET6), version 2.
+ See <a href="http://firestm32.taobao.com">http://firestm32.taobao.com</a> (the current board is version 3).
+ </li>
</ol>
<p>
These ports uses a GNU arm-elf toolchain* under either Linux or Cygwin (with native Windows GNU
@@ -1761,7 +1766,7 @@
<b>STATUS:</b>
</p>
<ul>
- <li>
+ <li><b>Basic Support/Drivers</b>.
The basic STM32 port was released in NuttX version 0.4.12. The basic port includes boot-up
logic, interrupt driven serial console, and system timer interrupts.
The 0.4.13 release added support for SPI, serial FLASH, and USB device.;
@@ -1769,15 +1774,21 @@
Verified configurations are available for NuttX OS test, the NuttShell (NSH) example,
the USB serial device class, and the USB mass storage device class example.
</li>
- <li>
+ <li><b>NetClamps VSN</b>.
Support for the NetClamps VSN was included in version 5.18 of NuttX.
Uros Platise added support for timers, RTC, I2C, FLASH, extended power management
and other features.
</li>
- <li>
+ <li><b>Additional Drivers</b>.
Additional drivers and configurations were added in NuttX 6.13 and later releases for the STM32 F1 and F4.
F1 compatible drivers include an Ethernet driver, ADC driver, DAC driver, PWM driver, IWDG, WWDG, and CAN drivers.
</li>
+ <li><b>M3 Wildfire</b>.
+ Support for the Wildfire board was included in version 6.22 of NuttX.
+ The board port is basically functional.
+ Not all features have been verified.
+ The ENC28J60 network is not yet functional.
+ </li>
</ul>
<p>
<b>Development Environments:</b>