Add this platform in mbed_rtx.h file

pull/3366/head
bcostm 2016-12-02 15:16:05 +01:00
parent 5b2946ded9
commit 49755981dd
1 changed files with 15 additions and 0 deletions

View File

@ -392,6 +392,21 @@
#define OS_CLOCK 100000000
#endif
#elif defined(TARGET_STM32F412ZG)
#ifndef INITIAL_SP
#define INITIAL_SP (0x20040000UL)
#endif
#ifndef OS_TASKCNT
#define OS_TASKCNT 14
#endif
#ifndef OS_MAINSTKSIZE
#define OS_MAINSTKSIZE 256
#endif
#ifndef OS_CLOCK
#define OS_CLOCK 100000000
#endif
#elif defined(TARGET_STM32F446RE)
#ifndef INITIAL_SP