[XDOT_L151] add RTOS configuration for xDot

pull/2821/head
Mike Fiore 2016-09-26 15:25:39 -05:00 committed by Sam Grove
parent 1f40f3de97
commit a93b7d2651
1 changed files with 15 additions and 0 deletions

View File

@ -647,6 +647,21 @@
#define OS_CLOCK 32000000
#endif
#elif defined(TARGET_XDOT_L151CC)
#ifndef INITIAL_SP
#define INITIAL_SP (0x20008000UL)
#endif
#ifndef OS_TASKCNT
#define OS_TASKCNT 6
#endif
#ifndef OS_MAINSTKSIZE
#define OS_MAINSTKSIZE 128
#endif
#ifndef OS_CLOCK
#define OS_CLOCK 32000000
#endif
#elif defined(TARGET_STM32L476VG)
#ifndef INITIAL_SP