diff --git a/ChangeLog b/ChangeLog index fc2da4af370..deacdf8cefa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4752,4 +4752,7 @@ * nuttx/arch/arm/src/lm/chip/lm_flash.h and nuttx/arch/arm/src/lm/lm_flash.c: Add support for TI/Stellaris internal FLASH MTD driver. From Max Holtzberg (2013-5-20). - + * arm/src/stm32/chip/stm32l15xxx_vectors.h: After correcting errors in the + vector definition file, the STM32L-Discovery NSH port now seems to be + fully functional. Also fixed an error that was causing the LEDs to be + controlled incorrectly (2013-5-21). diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f46048d2381..457302400bf 100644 --- a/Documentation/NuttX.html +++ b/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). +

    +