diff --git a/ChangeLog b/ChangeLog index 0b0fccd39e..c6ce0f1307 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3140,3 +3140,7 @@ customize the behavior or NSH. * arch/arm/src/stm32/chip/stm32f1*_pinmap.h: STM32 CAN TX/RX pins reversed; inconsistent conditional compilation. Reported by Max Holtzberg. + * arch/arm/*/stm32: Add support for STM32 F107 "Connectivity Line" + Ethernet (contributed by Max Holtzberg). + * configs/olimex-stm32-p107: Add board support for the Olimiex STM32-P107 + board (contributed by Max Holtzberg). \ No newline at end of file diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index b7026f8965..042042890e 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 25, 2012

+

Last Updated: August 10, 2012

@@ -120,7 +120,7 @@

Goals. - Nuttx is a real timed embedded operating system (RTOS). + NuttX is a real timed embedded operating system (RTOS). Its goals are:

@@ -286,7 +286,7 @@

  • Easily extensible to new processor architectures, SoC architecture, or board architectures. - A Porting Guide is available. + A Porting Guide is available.
  • @@ -373,7 +373,7 @@ @@ -503,7 +503,7 @@ @@ -922,7 +922,7 @@ This configuration file contains a long list of settings that control what is built into NuttX and what is not. There are hundreds of such settings - (see the NuttX Porting Guide + (see the NuttX Porting Guide for a partial list that excludes platform specific settings). These many, many configuration options allow NuttX to be highly tuned to meet size requirements. @@ -954,7 +954,7 @@

    -

  • Well documented in the NuttX User Guide.
  • +
  • Well documented in the NuttX User Guide.

  • -

  • Power management sub-system.
  • +
  • Power management sub-system.
  • - Most Nuttx-related discussion occurs on the Yahoo! NuttX group. + Most NuttX-related discussion occurs on the Yahoo! NuttX group. You are cordially invited to join. I make a special effort to answer any questions and provide any help that I can.

    @@ -1554,13 +1554,26 @@

    + +
    + +

    + STMicro STM32F100x. + Chip support for these STM32 "Value Line" family was contributed by Mike Smith and users have reported that they have successful brought up NuttX on there proprietary boards using this logic. + However, there is no specific board support for this chip families in the NuttX source tree. +

    + + +
    +
    +

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

      @@ -1623,10 +1636,13 @@

      - STMicro STM32F00x and STM32F107x. - Chip support for these STM32 F1 families are present in NuttX and users have reported that they have successful brought up NuttX on there proprietary boards using this logic. - However, there is specific board support for these chip families. -

      + STMicro STM32F107x. + Chip support for the STM32 F1 "Connectivity Line" family has been present in NuttX and users have reported that they have successful brought up NuttX on there proprietary boards using this logic. + Support for the Olimex STM32-P107 was contributed by Max Holtzberg and first appeared in NuttX-6.21. + @@ -1833,7 +1849,7 @@

      - FreeScale Kinetics K40. + FreeScale Kinetis K40. This port uses the Freescale Kinetis KwikStik K40. Refer to the Freescale web site for further information about this board. The Kwikstik is used with the FreeScale Tower System (mostly just to provide a simple UART connection) @@ -1860,7 +1876,7 @@

      - FreeScale Kinetics K60. + FreeScale Kinetis K60. This port uses the Freescale Kinetis TWR-K60N512 tower system. Refer to the Freescale web site for further information about this board. The TWR-K60N51 includes with the FreeScale Tower System which provides (among other things) a DBP UART connection. @@ -1890,7 +1906,7 @@

      STMicro STM3240G-EVAL. - This port uses the Freescale STMicro STM3240G-EVAL board featuring the STM32F407IGH6 MCU. + This port uses the STMicro STM3240G-EVAL board featuring the STM32F407IGH6 MCU. Refer to the STMicro web site for further information about this board.