mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 04:10:40 +00:00
PIC32MZ: Add interrupt controller register definitions
This commit is contained in:
parent
6cf496ee67
commit
acef552fac
4 changed files with 1266 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
1263
arch/mips/src/pic32mz/chip/pic32mz-int.h
Normal file
1263
arch/mips/src/pic32mz/chip/pic32mz-int.h
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -48,7 +48,7 @@
|
|||
#ifdef __ASSEMBLY__
|
||||
|
||||
/********************************************************************************************
|
||||
* Pre-Processor Definitions
|
||||
* Pre-processor Definitions
|
||||
********************************************************************************************/
|
||||
|
||||
/********************************************************************************************
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue