arm: rename instances of CortexM

Directory names: CortexM -> cortex_m
Code comments: CortexM -> Cortex-M

Change-Id: If946ed25fac863e0be9dbb6f6c275199402b0b0a
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
Benjamin Walsh 2015-08-20 16:46:11 -04:00 committed by Anas Nashif
commit 97f2622f55
23 changed files with 34 additions and 34 deletions

View file

@ -121,8 +121,8 @@ typedef struct preempt tPreempt;
#define STACK_ROUND_DOWN(x) ROUND_DOWN(x, STACK_ALIGN_SIZE)
#ifdef CONFIG_CPU_CORTEX_M
#include <CortexM/stack.h>
#include <CortexM/exc.h>
#include <cortex_m/stack.h>
#include <cortex_m/exc.h>
#endif
#ifndef _ASMLANGUAGE