configuracoes personalizadas - aumento do nro de mutex disponiveis para uso

Dependents:   main_src

Fork of mbed-rtos by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Fri Jul 11 10:00:30 2014 +0100
Parent:
37:478a48c29e88
Child:
39:34e80e862021
Commit message:
Synchronized with git revision bbf5cbc71510e72033aaacbd76c3f127b70f08b6

Full URL: https://github.com/mbedmicro/mbed/commit/bbf5cbc71510e72033aaacbd76c3f127b70f08b6/

[K20D50M] K20D5M -> K20D50M

Changed in this revision

rtx/RTX_CM_lib.h Show annotated file Show diff for this revision Revisions of this file
--- a/rtx/RTX_CM_lib.h	Thu Jul 10 09:15:08 2014 +0100
+++ b/rtx/RTX_CM_lib.h	Fri Jul 11 10:00:30 2014 +0100
@@ -253,6 +253,9 @@
 #elif defined(TARGET_NRF51822)
 #define INITIAL_SP            (0x20004000UL)
 
+#elif defined(TARGET_STM32F411RE)
+#define INITIAL_SP            (0x20020000UL)
+
 #else
 #error "no target defined"