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.
2 parents 6a74cdb + 209b9a9 commit b9a48a4Copy full SHA for b9a48a4
rtos/TARGET_CORTEX/mbed_rtx_conf.h
@@ -41,6 +41,10 @@
41
42
#define OS_DYNAMIC_MEM_SIZE 0
43
44
+#if defined(OS_TICK_FREQ) && (OS_TICK_FREQ != 1000)
45
+#error "OS Tickrate must be 1000 for system timing"
46
+#endif
47
+
48
#if defined (__CC_ARM) || (defined (__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050))
49
/* ARM toolchain uses up to 8 static mutexes, any further mutexes will be allocated on the heap. */
50
#define OS_MUTEX_OBJ_MEM 1
0 commit comments