mbed library sources for small microcontrollers such as STM32F050F6P6 (with 4 kB RAM)

Dependents:   STM32F031_blink_LED_1

Fork of mbed-src by mbed official

Revision:
517:6c5577a92c2b
Parent:
516:6c8ef6a0ff9a
--- a/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/TOOLCHAIN_ARM_MICRO/startup_stm32f030x8.s	Sun Apr 26 19:47:53 2015 +0000
+++ b/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/TOOLCHAIN_ARM_MICRO/startup_stm32f030x8.s	Sun Apr 26 21:02:40 2015 +0000
@@ -39,7 +39,7 @@
                 EXPORT  __initial_sp
                 
 Stack_Mem       SPACE   Stack_Size
-__initial_sp    EQU     0x20001000 ; Top of RAM (8 KB for STM32F030R8)
+__initial_sp    EQU     0x20001000 ; Top of RAM (4 KB for STM32F031F6P6)
 
 
 ; <h> Heap Configuration