We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f40f3d commit a93b7d2Copy full SHA for a93b7d2
hal/targets/cmsis/TARGET_STM/mbed_rtx.h
@@ -647,6 +647,21 @@
647
#define OS_CLOCK 32000000
648
#endif
649
650
+#elif defined(TARGET_XDOT_L151CC)
651
+
652
+#ifndef INITIAL_SP
653
+#define INITIAL_SP (0x20008000UL)
654
+#endif
655
+#ifndef OS_TASKCNT
656
+#define OS_TASKCNT 6
657
658
+#ifndef OS_MAINSTKSIZE
659
+#define OS_MAINSTKSIZE 128
660
661
+#ifndef OS_CLOCK
662
+#define OS_CLOCK 32000000
663
664
665
#elif defined(TARGET_STM32L476VG)
666
667
#ifndef INITIAL_SP
0 commit comments