From 41146445fe2960f51a46154e2a448af44fa06b9e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 13 Sep 2013 12:45:33 -0600 Subject: [PATCH] STM32: Support for the LeafLabs Maple and Maple Mini boards. From Librae --- Documentation/NuttX.html | 9 +++++++++ Documentation/README.html | 2 ++ 2 files changed, 11 insertions(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f63f673a0d..f087110173 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -2378,6 +2378,12 @@ nsh> See http://firestm32.taobao.com (the current board is version 3). Refer to the NuttX board README file for further information. +
  • + LeafLab's Maple and Maple Mini boards. + These boards are based on the STM32F103RBT6 chip for the standard version and on the STM32F103CBT6 for the mini version. + See the LeafLabs web site for hardware information; + see the NuttX board README file for further information about the NuttX port. +
  • These ports uses a GNU arm-nuttx-elf toolchain* under either Linux or Cygwin (with native Windows GNU tools or Cygwin-based GNU tools). @@ -2412,6 +2418,9 @@ nsh> The ENC28J60 network is functional (but required lifting the chip select pin on the W25x16 part). Customizations for the v3 version of the Wildfire board are selectable (but untested). +

  • Maple. + Support for the Maple boards was contributed by Yiran Liao and first appear in NuttX 6-30. +
  • diff --git a/Documentation/README.html b/Documentation/README.html index 0dc73c1a83..748c516220 100644 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -102,6 +102,8 @@ | | | `- README.txt | | |- lpcxpresso-lpc1768/ | | | `- README.txt + | | |- maple/ + | | | `- README.txt | | |- mbed/ | | | `- README.txt | | |- mcu123-lpc214x/