mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-24 09:57:22 +00:00
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:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user