9
0
Fork 0

PIC32MZ: Add interrupt controller register definitions

This commit is contained in:
Gregory Nutt 2015-02-24 13:16:04 -06:00
parent ef4f3d4338
commit 1c414cf98f
4 changed files with 1266 additions and 3 deletions

View File

@ -51,7 +51,7 @@
****************************************************************************/
/* Configuration ************************************************************/
#ifdef CONFIG_PIC32MX_MVEC0
#ifdef CONFIG_PIC32MX_MVEC
# error "Multi-vectors not supported"
# ifndef CONFIG_PIC32MX_EBASE
# error "EBASE address provided" /* Should come from the linker script */

File diff suppressed because it is too large Load Diff

View File

@ -48,7 +48,7 @@
#ifdef __ASSEMBLY__
/********************************************************************************************
* Pre-Processor Definitions
* Pre-processor Definitions
********************************************************************************************/
/********************************************************************************************

View File

@ -51,7 +51,7 @@
****************************************************************************/
/* Configuration ************************************************************/
#ifdef CONFIG_PIC32MZ_MVEC0
#ifdef CONFIG_PIC32MZ_MVEC
# error "Multi-vectors not supported"
# ifndef CONFIG_PIC32MZ_EBASE
# error "EBASE address provided" /* Should come from the linker script */