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 035c8d3 commit 3b838d2Copy full SHA for 3b838d2
targets/TARGET_STM/mbed_rtx.h
@@ -392,6 +392,21 @@
392
#define OS_CLOCK 100000000
393
#endif
394
395
+#elif defined(TARGET_STM32F412ZG)
396
+
397
+#ifndef INITIAL_SP
398
+#define INITIAL_SP (0x20040000UL)
399
+#endif
400
+#ifndef OS_TASKCNT
401
+#define OS_TASKCNT 14
402
403
+#ifndef OS_MAINSTKSIZE
404
+#define OS_MAINSTKSIZE 256
405
406
+#ifndef OS_CLOCK
407
+#define OS_CLOCK 100000000
408
409
410
#elif defined(TARGET_STM32F446RE)
411
412
#ifndef INITIAL_SP
0 commit comments