From b52a1d3fdeea4d592feb57f0deabe0c5f012e729 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 21 May 2013 11:25:30 -0600 Subject: Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The NSH configuration is now fully functional on the STM32L-Discovery board. --- nuttx/Documentation/NuttX.html | 69 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 66 insertions(+), 3 deletions(-) (limited to 'nuttx/Documentation') diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index f46048d23..457302400 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: May 6, 2013

+

Last Updated: May 21, 2013

@@ -1554,7 +1554,7 @@
  • ARM920T (1)
  • ARM926EJS (3)
  • ARM Cortex-M0/M0+ (2)
  • -
  • ARM Cortex-M3 (17)
  • +
  • ARM Cortex-M3 (18)
  • ARM Cortex-M4 (7)
  • Atmel AVR @@ -1906,7 +1906,7 @@ $ size nuttx

    NuttX, the NSH application, and GCC libraries use 34.2KB of FLASH leaving 93.8KB of FLASH (72%) free from additional application development. - Static SRAM usage is about 1.2KB (<4%) and leaves 13.8KB (86%) available for heap at runtime. + Static SRAM usage is about 1.2KB (<4%) and leaves 14.8KB (86%) available for heap at runtime. SRAM usage at run-time can be shown with the NSH free command:

    + +
    +
    + + +
    + +

    + STMicro STM32L152 (STM32L "EnergyLite" Line). + This is a port of NuttX to the STMicro STM32L-Discovery development board. + The STM32L-Discovery board is based on the STM32L152RBT6 MCU (128KB FLASH and 16KB of SRAM). +

    +