From 3796ec4124d5ff68fba5859fad0a13a1a7dab4a4 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sat, 5 Feb 2011 16:47:27 +0000 Subject: [PATCH] Change occurrences of "Cortex M3" to "Cortex-M3". git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1271 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Source/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/list.c b/Source/list.c index a800c030a..89562dc85 100644 --- a/Source/list.c +++ b/Source/list.c @@ -135,7 +135,7 @@ portTickType xValueOfInsertion; If you find your application is crashing here then likely causes are: 1) Stack overflow - see http://www.freertos.org/Stacks-and-stack-overflow-checking.html - 2) Incorrect interrupt priority assignment, especially on Cortex M3 + 2) Incorrect interrupt priority assignment, especially on Cortex-M3 parts where numerically high priority values denote low actual interrupt priories, which can seem counter intuitive. See configMAX_SYSCALL_INTERRUPT_PRIORITY on http://www.freertos.org/a00110.html -- 2.39.5