extern void xPortSysTickHandler(void);\r
extern void vUART_ISR( void );\r
extern void vGPIO_ISR( void );\r
+extern void vPortSVCHandler( void );\r
\r
//*****************************************************************************\r
//\r
0, // Reserved\r
0, // Reserved\r
0, // Reserved\r
- IntDefaultHandler, // SVCall handler\r
+ vPortSVCHandler, // SVCall handler\r
IntDefaultHandler, // Debug monitor handler\r
0, // Reserved\r
xPortPendSVHandler, // The PendSV handler\r
#
# The command for calling the compiler.
#
-CC=arm-stellaris-eabi-gcc
+CC=arm-none-eabi-gcc
#
# The flags passed to the assembler.
#
# The command for calling the library archiver.
#
-AR=arm-stellaris-eabi-ar
+AR=arm-none-eabi-ar
#
# The command for calling the linker.
#
-LD=arm-stellaris-eabi-ld
+LD=arm-none-eabi-ld
#
# The flags passed to the linker.
#
# The command for extracting images from the linked executables.
#
-OBJCOPY=arm-stellaris-eabi-objcopy
+OBJCOPY=arm-none-eabi-objcopy
endif