From c8eac8afc39f11b6dab8ed1336a80cf3536e5c7a Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 19 Jul 2012 18:02:32 +0000 Subject: [PATCH] Add support for STM32F100x value line. Contributed by Mike Smith. Still missing a file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4955 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index d51ad251a8..364995290a 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 12, 2012

+

Last Updated: July 19, 2012

@@ -1097,7 +1097,7 @@
  • ARM7TDMI (5)
  • ARM920T (1)
  • ARM926EJS (3)
  • -
  • ARM Cortex-M3 (15)
  • +
  • ARM Cortex-M3 (16)
  • ARM Cortex-M4 (5)
  • Atmel AVR @@ -1620,6 +1620,20 @@

    + +
    + +

    + 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. +

    + + + +
    +
    +