From ba36cff265fe4ea2365aa856edf07afe0efa4245 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 20 Mar 2015 18:00:10 -0600 Subject: [PATCH] Add Olimexino-STM32 board support from David Sidrane --- Documentation/NuttX.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 8c10a00697..3ea6ddad45 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1333,7 +1333,7 @@
  • ARM Cortex-A5 (2)
  • ARM Cortex-A8 (1)
  • ARM Cortex-M0/M0+ (4)
  • -
  • ARM Cortex-M3 (30)
  • +
  • ARM Cortex-M3 (32)
  • ARM Cortex-M4 (19)
  • ARM Cortex-M7 (1)
  • @@ -2729,6 +2729,14 @@ nsh> Most of this work is the result of the effort of David Sidrane.

    +
  • +

    + Olimexino-STM32. + This port uses the Olimexino STM32 board (STM32F103RBT6). + See the http://www.olimex.com for further information. + Contribued by David Sidrane. +

    +
  • These ports uses a GNU arm-nuttx-elf toolchain* under either Linux or Cygwin (with native Windows GNU tools or Cygwin-based GNU tools). @@ -2788,6 +2796,13 @@ nsh> That is really quite a lot of high end functionality on an STM32 that only has 20KB of RAM! I am impressed!

    +
  • +

    + Olimexino-STM32. + Contributed by David Sidrane and introduced with NuttX 7.9. + Configurations are included for the NuttShell (NSH), a tiny version of the NuttShell, USB composite CDC/ACM + MSC, CAN support, and two tiny, small-footprint NSH configurations. +

    +