Move cmsis_nvic.h files frm BSP to MCU

This moves cmsis_nvic.h from BSPs to MCUs. Where customizations where
necessary, new syscfg options were added to the MCU to be overridden by
the BSP, eg, number of peripheral interrupts.

X-Original-Commit: a926c9c1025087967f113235c4fe7cd5ee6a8dc2
This commit is contained in:
Fabio Utzig
2018-03-15 09:42:49 -03:00
committed by Fabio Utzig
parent ae8ce47c5d
commit 2f803e02e8
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
#include "nimble/nimble_opt.h"
#include "nrf51_bitfields.h"
#include "controller/ble_hw.h"
#include "bsp/cmsis_nvic.h"
#include "mcu/cmsis_nvic.h"
/* Total number of resolving list elements */
#define BLE_HW_RESOLV_LIST_SIZE (16)
+1 -1
View File
@@ -23,7 +23,7 @@
#include "syscfg/syscfg.h"
#include "os/os.h"
#include "ble/xcvr.h"
#include "bsp/cmsis_nvic.h"
#include "mcu/cmsis_nvic.h"
#include "nimble/ble.h"
#include "nimble/nimble_opt.h"
#include "controller/ble_phy.h"
+1 -1
View File
@@ -27,7 +27,7 @@
#include "nimble/nimble_opt.h"
#include "nrf52_bitfields.h"
#include "controller/ble_hw.h"
#include "bsp/cmsis_nvic.h"
#include "mcu/cmsis_nvic.h"
#include "os/os_trace_api.h"
/* Total number of resolving list elements */
+1 -1
View File
@@ -23,7 +23,7 @@
#include "syscfg/syscfg.h"
#include "os/os.h"
#include "ble/xcvr.h"
#include "bsp/cmsis_nvic.h"
#include "mcu/cmsis_nvic.h"
#include "hal/hal_gpio.h"
#include "nimble/ble.h"
#include "nimble/nimble_opt.h"