78 #define CONVEX_VERSION "1.0.4"
87 #define CONVEX_MAJOR 1
92 #define CONVEX_MINOR 0
97 #define CONVEX_PATCH 4
101 #define CH_KERNEL_VERSION_HEX ((CH_KERNEL_MAJOR << 8) | (CH_KERNEL_MINOR << 4) | (CH_KERNEL_PATCH))
107 #define SYSTEM_THREAD_PRIORITY NORMALPRIO + 10
108 #define IME_THREAD_PRIORITY NORMALPRIO + 9
109 #define MONITOR_THREAD_PRIORITY NORMALPRIO + 8
110 #define SONAR_THREAD_PRIORITY NORMALPRIO + 8
111 #define LCD_THREAD_PRIORITY NORMALPRIO
112 #define USER_THREAD_PRIORITY NORMALPRIO + 1
119 #define USER_TASK_STACK_SIZE 512
120 #define IME_TASK_STACK_SIZE 0x1D0
121 #define SONAR_TASK_STACK_SIZE 0xD0
122 #define LCD_TASK_STACK_SIZE 0xD0
123 #define TEST_TASK_STACK_SIZE 0xD0
124 #define SYSTEM_TASK_STACK_SIZE 0xD0
125 #define MONITOR_TASK_STACK_SIZE 0x1D0
126 #define AUDIO_TASK_STACK_SIZE 0xD0
131 #ifdef BOARD_OLIMEX_STM32_P103
132 #define SD_CONSOLE &SD2
135 #define SD_CONSOLE &SD1