Change occurrences of "Cortex M3" to "Cortex-M3".

This commit is contained in:
Richard Barry 2011-02-05 16:49:17 +00:00
parent a22c519f5d
commit 1374a17f73
24 changed files with 24 additions and 24 deletions

View File

@ -119,7 +119,7 @@ WEAK void PendSV_Handler(void)
} }
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// for Cortex M3 // for Cortex-M3
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
WEAK void SysTick_Handler(void) WEAK void SysTick_Handler(void)
{ {

View File

@ -114,7 +114,7 @@
// //
//***************************************************************************** //*****************************************************************************
#define SYSCTL_DC1_SYSDIV_MASK 0x0000F000 // Minimum system divider mask #define SYSCTL_DC1_SYSDIV_MASK 0x0000F000 // Minimum system divider mask
#define SYSCTL_DC1_MPU 0x00000080 // Cortex M3 MPU present #define SYSCTL_DC1_MPU 0x00000080 // Cortex-M3 MPU present
#define SYSCTL_DC1_PLL 0x00000010 // PLL present #define SYSCTL_DC1_PLL 0x00000010 // PLL present
#define SYSCTL_DC1_WDOG 0x00000008 // Watchdog present #define SYSCTL_DC1_WDOG 0x00000008 // Watchdog present
#define SYSCTL_DC1_SWO 0x00000004 // Serial wire output present #define SYSCTL_DC1_SWO 0x00000004 // Serial wire output present

View File

@ -55,7 +55,7 @@ static unsigned long pulMainStack[STACK_SIZE];
//***************************************************************************** //*****************************************************************************
// //
// The minimal vector table for a Cortex M3. Note that the proper constructs // The minimal vector table for a Cortex-M3. Note that the proper constructs
// must be placed on this to ensure that it ends up at physical address // must be placed on this to ensure that it ends up at physical address
// 0x0000.0000. // 0x0000.0000.
// //

View File

@ -114,7 +114,7 @@
// //
//***************************************************************************** //*****************************************************************************
#define SYSCTL_DC1_SYSDIV_MASK 0x0000F000 // Minimum system divider mask #define SYSCTL_DC1_SYSDIV_MASK 0x0000F000 // Minimum system divider mask
#define SYSCTL_DC1_MPU 0x00000080 // Cortex M3 MPU present #define SYSCTL_DC1_MPU 0x00000080 // Cortex-M3 MPU present
#define SYSCTL_DC1_PLL 0x00000010 // PLL present #define SYSCTL_DC1_PLL 0x00000010 // PLL present
#define SYSCTL_DC1_WDOG 0x00000008 // Watchdog present #define SYSCTL_DC1_WDOG 0x00000008 // Watchdog present
#define SYSCTL_DC1_SWO 0x00000004 // Serial wire output present #define SYSCTL_DC1_SWO 0x00000004 // Serial wire output present

View File

@ -128,7 +128,7 @@
#define SYSCTL_DC1_ADCSPD_MASK 0x00000F00 // ADC speed mask #define SYSCTL_DC1_ADCSPD_MASK 0x00000F00 // ADC speed mask
#define SYSCTL_DC1_ADCSPD_250K 0x00000100 // 250Ksps ADC #define SYSCTL_DC1_ADCSPD_250K 0x00000100 // 250Ksps ADC
#define SYSCTL_DC1_ADCSPD_125K 0x00000000 // 125Ksps ADC #define SYSCTL_DC1_ADCSPD_125K 0x00000000 // 125Ksps ADC
#define SYSCTL_DC1_MPU 0x00000080 // Cortex M3 MPU present #define SYSCTL_DC1_MPU 0x00000080 // Cortex-M3 MPU present
#define SYSCTL_DC1_TEMP 0x00000020 // Temperature sensor present #define SYSCTL_DC1_TEMP 0x00000020 // Temperature sensor present
#define SYSCTL_DC1_PLL 0x00000010 // PLL present #define SYSCTL_DC1_PLL 0x00000010 // PLL present
#define SYSCTL_DC1_WDOG 0x00000008 // Watchdog present #define SYSCTL_DC1_WDOG 0x00000008 // Watchdog present

View File

@ -83,7 +83,7 @@ uVectorEntry;
//***************************************************************************** //*****************************************************************************
// //
// The minimal vector table for a Cortex M3. Note that the proper constructs // The minimal vector table for a Cortex-M3. Note that the proper constructs
// must be placed on this to ensure that it ends up at physical address // must be placed on this to ensure that it ends up at physical address
// 0x0000.0000. // 0x0000.0000.
// //

View File

@ -60,7 +60,7 @@ extern "C"
#define SYSCTL_PERIPH_GPIOC 0x20000004 // GPIO C #define SYSCTL_PERIPH_GPIOC 0x20000004 // GPIO C
#define SYSCTL_PERIPH_GPIOD 0x20000008 // GPIO D #define SYSCTL_PERIPH_GPIOD 0x20000008 // GPIO D
#define SYSCTL_PERIPH_GPIOE 0x20000010 // GPIO E #define SYSCTL_PERIPH_GPIOE 0x20000010 // GPIO E
#define SYSCTL_PERIPH_MPU 0x30000080 // Cortex M3 MPU #define SYSCTL_PERIPH_MPU 0x30000080 // Cortex-M3 MPU
#define SYSCTL_PERIPH_TEMP 0x30000020 // Temperature sensor #define SYSCTL_PERIPH_TEMP 0x30000020 // Temperature sensor
#define SYSCTL_PERIPH_PLL 0x30000010 // PLL #define SYSCTL_PERIPH_PLL 0x30000010 // PLL

View File

@ -146,7 +146,7 @@
#define SYSCTL_DC1_ADCSPD_500K 0x00000200 // 500Ksps ADC #define SYSCTL_DC1_ADCSPD_500K 0x00000200 // 500Ksps ADC
#define SYSCTL_DC1_ADCSPD_250K 0x00000100 // 250Ksps ADC #define SYSCTL_DC1_ADCSPD_250K 0x00000100 // 250Ksps ADC
#define SYSCTL_DC1_ADCSPD_125K 0x00000000 // 125Ksps ADC #define SYSCTL_DC1_ADCSPD_125K 0x00000000 // 125Ksps ADC
#define SYSCTL_DC1_MPU 0x00000080 // Cortex M3 MPU present #define SYSCTL_DC1_MPU 0x00000080 // Cortex-M3 MPU present
#define SYSCTL_DC1_TEMP 0x00000020 // Temperature sensor present #define SYSCTL_DC1_TEMP 0x00000020 // Temperature sensor present
#define SYSCTL_DC1_PLL 0x00000010 // PLL present #define SYSCTL_DC1_PLL 0x00000010 // PLL present
#define SYSCTL_DC1_WDOG 0x00000008 // Watchdog present #define SYSCTL_DC1_WDOG 0x00000008 // Watchdog present

View File

@ -61,7 +61,7 @@ extern "C"
#define SYSCTL_PERIPH_GPIOC 0x20000004 // GPIO C #define SYSCTL_PERIPH_GPIOC 0x20000004 // GPIO C
#define SYSCTL_PERIPH_GPIOD 0x20000008 // GPIO D #define SYSCTL_PERIPH_GPIOD 0x20000008 // GPIO D
#define SYSCTL_PERIPH_GPIOE 0x20000010 // GPIO E #define SYSCTL_PERIPH_GPIOE 0x20000010 // GPIO E
#define SYSCTL_PERIPH_MPU 0x30000080 // Cortex M3 MPU #define SYSCTL_PERIPH_MPU 0x30000080 // Cortex-M3 MPU
#define SYSCTL_PERIPH_TEMP 0x30000020 // Temperature sensor #define SYSCTL_PERIPH_TEMP 0x30000020 // Temperature sensor
#define SYSCTL_PERIPH_PLL 0x30000010 // PLL #define SYSCTL_PERIPH_PLL 0x30000010 // PLL

View File

@ -59,7 +59,7 @@ static unsigned long pulStack[STACK_SIZE];
//***************************************************************************** //*****************************************************************************
// //
// The minimal vector table for a Cortex M3. Note that the proper constructs // The minimal vector table for a Cortex-M3. Note that the proper constructs
// must be placed on this to ensure that it ends up at physical address // must be placed on this to ensure that it ends up at physical address
// 0x0000.0000. // 0x0000.0000.
// //

View File

@ -146,7 +146,7 @@
#define SYSCTL_DC1_ADCSPD_500K 0x00000200 // 500Ksps ADC #define SYSCTL_DC1_ADCSPD_500K 0x00000200 // 500Ksps ADC
#define SYSCTL_DC1_ADCSPD_250K 0x00000100 // 250Ksps ADC #define SYSCTL_DC1_ADCSPD_250K 0x00000100 // 250Ksps ADC
#define SYSCTL_DC1_ADCSPD_125K 0x00000000 // 125Ksps ADC #define SYSCTL_DC1_ADCSPD_125K 0x00000000 // 125Ksps ADC
#define SYSCTL_DC1_MPU 0x00000080 // Cortex M3 MPU present #define SYSCTL_DC1_MPU 0x00000080 // Cortex-M3 MPU present
#define SYSCTL_DC1_TEMP 0x00000020 // Temperature sensor present #define SYSCTL_DC1_TEMP 0x00000020 // Temperature sensor present
#define SYSCTL_DC1_PLL 0x00000010 // PLL present #define SYSCTL_DC1_PLL 0x00000010 // PLL present
#define SYSCTL_DC1_WDOG 0x00000008 // Watchdog present #define SYSCTL_DC1_WDOG 0x00000008 // Watchdog present

View File

@ -61,7 +61,7 @@ extern "C"
#define SYSCTL_PERIPH_GPIOC 0x20000004 // GPIO C #define SYSCTL_PERIPH_GPIOC 0x20000004 // GPIO C
#define SYSCTL_PERIPH_GPIOD 0x20000008 // GPIO D #define SYSCTL_PERIPH_GPIOD 0x20000008 // GPIO D
#define SYSCTL_PERIPH_GPIOE 0x20000010 // GPIO E #define SYSCTL_PERIPH_GPIOE 0x20000010 // GPIO E
#define SYSCTL_PERIPH_MPU 0x30000080 // Cortex M3 MPU #define SYSCTL_PERIPH_MPU 0x30000080 // Cortex-M3 MPU
#define SYSCTL_PERIPH_TEMP 0x30000020 // Temperature sensor #define SYSCTL_PERIPH_TEMP 0x30000020 // Temperature sensor
#define SYSCTL_PERIPH_PLL 0x30000010 // PLL #define SYSCTL_PERIPH_PLL 0x30000010 // PLL

View File

@ -85,7 +85,7 @@ uVectorEntry;
//***************************************************************************** //*****************************************************************************
// //
// The minimal vector table for a Cortex M3. Note that the proper constructs // The minimal vector table for a Cortex-M3. Note that the proper constructs
// must be placed on this to ensure that it ends up at physical address // must be placed on this to ensure that it ends up at physical address
// 0x0000.0000. // 0x0000.0000.
// //

View File

@ -146,7 +146,7 @@
#define SYSCTL_DC1_ADCSPD_500K 0x00000200 // 500Ksps ADC #define SYSCTL_DC1_ADCSPD_500K 0x00000200 // 500Ksps ADC
#define SYSCTL_DC1_ADCSPD_250K 0x00000100 // 250Ksps ADC #define SYSCTL_DC1_ADCSPD_250K 0x00000100 // 250Ksps ADC
#define SYSCTL_DC1_ADCSPD_125K 0x00000000 // 125Ksps ADC #define SYSCTL_DC1_ADCSPD_125K 0x00000000 // 125Ksps ADC
#define SYSCTL_DC1_MPU 0x00000080 // Cortex M3 MPU present #define SYSCTL_DC1_MPU 0x00000080 // Cortex-M3 MPU present
#define SYSCTL_DC1_TEMP 0x00000020 // Temperature sensor present #define SYSCTL_DC1_TEMP 0x00000020 // Temperature sensor present
#define SYSCTL_DC1_PLL 0x00000010 // PLL present #define SYSCTL_DC1_PLL 0x00000010 // PLL present
#define SYSCTL_DC1_WDOG 0x00000008 // Watchdog present #define SYSCTL_DC1_WDOG 0x00000008 // Watchdog present

View File

@ -61,7 +61,7 @@ extern "C"
#define SYSCTL_PERIPH_GPIOC 0x20000004 // GPIO C #define SYSCTL_PERIPH_GPIOC 0x20000004 // GPIO C
#define SYSCTL_PERIPH_GPIOD 0x20000008 // GPIO D #define SYSCTL_PERIPH_GPIOD 0x20000008 // GPIO D
#define SYSCTL_PERIPH_GPIOE 0x20000010 // GPIO E #define SYSCTL_PERIPH_GPIOE 0x20000010 // GPIO E
#define SYSCTL_PERIPH_MPU 0x30000080 // Cortex M3 MPU #define SYSCTL_PERIPH_MPU 0x30000080 // Cortex-M3 MPU
#define SYSCTL_PERIPH_TEMP 0x30000020 // Temperature sensor #define SYSCTL_PERIPH_TEMP 0x30000020 // Temperature sensor
#define SYSCTL_PERIPH_PLL 0x30000010 // PLL #define SYSCTL_PERIPH_PLL 0x30000010 // PLL

View File

@ -61,7 +61,7 @@ static unsigned long pulStack[STACK_SIZE];
//***************************************************************************** //*****************************************************************************
// //
// The minimal vector table for a Cortex M3. Note that the proper constructs // The minimal vector table for a Cortex-M3. Note that the proper constructs
// must be placed on this to ensure that it ends up at physical address // must be placed on this to ensure that it ends up at physical address
// 0x0000.0000. // 0x0000.0000.
// //

View File

@ -89,7 +89,7 @@ uVectorEntry;
//***************************************************************************** //*****************************************************************************
// //
// The minimal vector table for a Cortex M3. Note that the proper constructs // The minimal vector table for a Cortex-M3. Note that the proper constructs
// must be placed on this to ensure that it ends up at physical address // must be placed on this to ensure that it ends up at physical address
// 0x0000.0000. // 0x0000.0000.
// //

View File

@ -141,7 +141,7 @@ to exclude the API function. */
/* Priorities passed to NVIC_SetPriority() do not require shifting as the /* Priorities passed to NVIC_SetPriority() do not require shifting as the
function does the shifting itself. Note these priorities need to be equal to function does the shifting itself. Note these priorities need to be equal to
or lower than configMAX_SYSCALL_INTERRUPT_PRIORITY - therefore the numeric or lower than configMAX_SYSCALL_INTERRUPT_PRIORITY - therefore the numeric
value needs to be equal to or greater than 5 (on the Cortex M3 the lower the value needs to be equal to or greater than 5 (on the Cortex-M3 the lower the
numeric value the higher the interrupt priority). */ numeric value the higher the interrupt priority). */
#define configEMAC_INTERRUPT_PRIORITY 5 #define configEMAC_INTERRUPT_PRIORITY 5
#define configUSB_INTERRUPT_PRIORITY 6 #define configUSB_INTERRUPT_PRIORITY 6

View File

@ -141,7 +141,7 @@ to exclude the API function. */
/* Priorities passed to NVIC_SetPriority() do not require shifting as the /* Priorities passed to NVIC_SetPriority() do not require shifting as the
function does the shifting itself. Note these priorities need to be equal to function does the shifting itself. Note these priorities need to be equal to
or lower than configMAX_SYSCALL_INTERRUPT_PRIORITY - therefore the numeric or lower than configMAX_SYSCALL_INTERRUPT_PRIORITY - therefore the numeric
value needs to be equal to or greater than 5 (on the Cortex M3 the lower the value needs to be equal to or greater than 5 (on the Cortex-M3 the lower the
numeric value the higher the interrupt priority). */ numeric value the higher the interrupt priority). */
#define configEMAC_INTERRUPT_PRIORITY 5 #define configEMAC_INTERRUPT_PRIORITY 5
#define configUSB_INTERRUPT_PRIORITY 6 #define configUSB_INTERRUPT_PRIORITY 6

View File

@ -139,7 +139,7 @@ to exclude the API function. */
/* Priorities passed to NVIC_SetPriority() do not require shifting as the /* Priorities passed to NVIC_SetPriority() do not require shifting as the
function does the shifting itself. Note these priorities need to be equal to function does the shifting itself. Note these priorities need to be equal to
or lower than configMAX_SYSCALL_INTERRUPT_PRIORITY - therefore the numeric or lower than configMAX_SYSCALL_INTERRUPT_PRIORITY - therefore the numeric
value needs to be equal to or greater than 5 (on the Cortex M3 the lower the value needs to be equal to or greater than 5 (on the Cortex-M3 the lower the
numeric value the higher the interrupt priority). */ numeric value the higher the interrupt priority). */
#define configEMAC_INTERRUPT_PRIORITY 5 #define configEMAC_INTERRUPT_PRIORITY 5
#define configUSB_INTERRUPT_PRIORITY 6 #define configUSB_INTERRUPT_PRIORITY 6

View File

@ -75,7 +75,7 @@
* file contains a simple repeating string of fixed width. * file contains a simple repeating string of fixed width.
* *
* Currently this demo does not include interrupt nesting examples. High * Currently this demo does not include interrupt nesting examples. High
* frequency timer and simpler nesting examples can be found in most Cortex M3 * frequency timer and simpler nesting examples can be found in most Cortex-M3
* demo applications. * demo applications.
* *
* The functions used to initialise, set and clear LED outputs are normally * The functions used to initialise, set and clear LED outputs are normally

View File

@ -100,7 +100,7 @@ extern void vPortSVCHandler( void );
/****************************************************************************** /******************************************************************************
* *
* The minimal vector table for a Cortex M3. Note that the proper constructs * The minimal vector table for a Cortex-M3. Note that the proper constructs
* must be placed on this to ensure that it ends up at physical address * must be placed on this to ensure that it ends up at physical address
* 0x0000.0000. * 0x0000.0000.
* *

View File

@ -318,7 +318,7 @@
#define SYSCTL_DC1_ADCSPD_250K 0x00000100 // 250Ksps ADC #define SYSCTL_DC1_ADCSPD_250K 0x00000100 // 250Ksps ADC
#define SYSCTL_DC1_ADCSPD_500K 0x00000200 // 500Ksps ADC #define SYSCTL_DC1_ADCSPD_500K 0x00000200 // 500Ksps ADC
#define SYSCTL_DC1_ADCSPD_1M 0x00000300 // 1Msps ADC #define SYSCTL_DC1_ADCSPD_1M 0x00000300 // 1Msps ADC
#define SYSCTL_DC1_MPU 0x00000080 // Cortex M3 MPU present #define SYSCTL_DC1_MPU 0x00000080 // Cortex-M3 MPU present
#define SYSCTL_DC1_HIB 0x00000040 // Hibernation module present #define SYSCTL_DC1_HIB 0x00000040 // Hibernation module present
#define SYSCTL_DC1_TEMP 0x00000020 // Temperature sensor present #define SYSCTL_DC1_TEMP 0x00000020 // Temperature sensor present
#define SYSCTL_DC1_PLL 0x00000010 // PLL present #define SYSCTL_DC1_PLL 0x00000010 // PLL present

View File

@ -95,7 +95,7 @@ extern "C"
#define SYSCTL_PERIPH_IEEE1588 0x20100100 // IEEE1588 #define SYSCTL_PERIPH_IEEE1588 0x20100100 // IEEE1588
#define SYSCTL_PERIPH_PLL 0x30000010 // PLL #define SYSCTL_PERIPH_PLL 0x30000010 // PLL
#define SYSCTL_PERIPH_TEMP 0x30000020 // Temperature sensor #define SYSCTL_PERIPH_TEMP 0x30000020 // Temperature sensor
#define SYSCTL_PERIPH_MPU 0x30000080 // Cortex M3 MPU #define SYSCTL_PERIPH_MPU 0x30000080 // Cortex-M3 MPU
//***************************************************************************** //*****************************************************************************
// //