summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-11-21 18:37:01 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-11-21 18:37:01 +0000
commit798eb72b14d4add154a803831e0c0d9cbd379b5c (patch)
tree363a554fbb16f9a6450318f42f208eddfb350647
parentb62ee971c50cd74dea5953d95bd60dd960636607 (diff)
downloadfreertos-798eb72b14d4add154a803831e0c0d9cbd379b5c.tar.gz
freertos-798eb72b14d4add154a803831e0c0d9cbd379b5c.tar.bz2
freertos-798eb72b14d4add154a803831e0c0d9cbd379b5c.tar.xz
Correct comment regarding the configMAX_SYSCALL_INTERRUPT_PRIORITY setting.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@583 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
-rw-r--r--Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h2
-rw-r--r--Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h2
-rw-r--r--Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
index 982711b9..89aa08d6 100644
--- a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
@@ -93,7 +93,7 @@ to exclude the API function. */
/* This is the raw value as per the Cortex-M3 NVIC. Values can be 255
(lowest) to 0 (1?) (highest). */
#define configKERNEL_INTERRUPT_PRIORITY 255
-#define configMAX_SYSCALL_INTERRUPT_PRIORITY 191 /* equivalent to 0xa0, or priority 5. */
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY 191 /* equivalent to 0xb0, or priority 11. */
/* This is the value being used as per the ST library which permits 16
diff --git a/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
index 982711b9..89aa08d6 100644
--- a/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
@@ -93,7 +93,7 @@ to exclude the API function. */
/* This is the raw value as per the Cortex-M3 NVIC. Values can be 255
(lowest) to 0 (1?) (highest). */
#define configKERNEL_INTERRUPT_PRIORITY 255
-#define configMAX_SYSCALL_INTERRUPT_PRIORITY 191 /* equivalent to 0xa0, or priority 5. */
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY 191 /* equivalent to 0xb0, or priority 11. */
/* This is the value being used as per the ST library which permits 16
diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
index ef808e84..a8bdfb69 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
@@ -97,7 +97,7 @@ to exclude the API function. */
/* This is the raw value as per the Cortex-M3 NVIC. Values can be 255
(lowest) to 0 (1?) (highest). */
#define configKERNEL_INTERRUPT_PRIORITY 255
-#define configMAX_SYSCALL_INTERRUPT_PRIORITY 191 /* equivalent to 0xa0, or priority 5. */
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY 191 /* equivalent to 0xb0, or priority 11. */
/* This is the value being used as per the ST library which permits 16