From 35333b9e58afc97c28043dbfd9c8064441eb61fc Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 20 Dec 2011 18:28:50 +0000 Subject: [PATCH] Finishes the PWM driver for the STM32 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4206 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 16 ++++++++++------ Documentation/README.html | 9 ++++++++- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index d3d4af4f12..585b8e6583 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -983,7 +983,7 @@
  • ARM7TDMI (4)
  • ARM920T (1)
  • ARM926EJS (3)
  • -
  • ARM Cortex-M3 (10)
  • +
  • ARM Cortex-M3 (11)
  • ARM Cortex-M4 (4)
  • Atmel AVR @@ -1385,19 +1385,23 @@

    STMicro STM32F103x. - Support for three MCUs and two board configurations are available. - MCU support includes: STM32F103ZET6, STM32F103RET6, and STM32F107VC. - Board support includes: + Support for four MCUs and three board configurations are available. + MCU support includes: STM32F103ZET6, STM32F103RET6, STM32F103VCT, and STM32F107VC. + Boards supported include:

    1. - This port uses the STMicro STM3210E-EVAL development board that + A port for the STMicro STM3210E-EVAL development board that features the STM32F103ZET6 MCU.
    2. - ISOTEL NetClamps VSN V1.2 ready2go sensor network platform based on the + The ISOTEL NetClamps VSN V1.2 ready2go sensor network platform based on the STMicro STM32F103RET6. Contributed by Uros Platise.
    3. +
    4. + A port for the HY-Mini STM32v board. This board is based on the + STM32F103VCT chip. Contributed by Laurent Latil. +

    These ports uses a GNU arm-elf toolchain* under either Linux or Cygwin (with native Windows GNU diff --git a/Documentation/README.html b/Documentation/README.html index c8b740c23d..33b5f2d10e 100755 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -8,7 +8,7 @@

    NuttX README Files

    -

    Last Updated: October 10, 2011

    +

    Last Updated: December 20, 2011

    @@ -79,6 +79,11 @@ | | | |- ostest/README.txt | | | |- poll/README.txt | | | `- README.txt + | | |- hymini-stm32v/ + | | | |- include/README.txt + | | | |- RIDE/README.txt + | | | |- src/README.txt + | | | `- README.txt | | |- kwikstik-k40/ | | | `- README.txt | | |- lm3s6965-ek/ @@ -154,6 +159,8 @@ | | | |- RIDE/README.txt | | | |- src/README.txt | | | `- README.txt + | | |- stm3240g-eval/ + | | | `- README.txt | | |- sure-pic32mx/ | | | `- README.txt | | |- twr-k60n512/