File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
targets/TARGET_ONSEMI/TARGET_NCS36510 Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,8 @@ typedef enum IRQn {
78
78
#define __NVIC_PRIO_BITS 4 /*!< Number of Bits used for Priority Levels */
79
79
#define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config is used */
80
80
81
- //#define YOTTA_CFG_CMSIS_NVIC_USER_IRQ_OFFSET 16
82
- //#define YOTTA_CFG_CMSIS_NVIC_USER_IRQ_NUMBER 20
83
81
//#define NVIC_NUM_VECTORS (NVIC_USER_IRQ_OFFSET + NVIC_USER_IRQ_NUMBER)
84
82
85
- //#define YOTTA_CFG_CMSIS_NVIC_RAM_VECTOR_ADDRESS
86
- //#define YOTTA_CFG_CMSIS_NVIC_FLASH_VECTOR_ADDRESS 0x3000
87
-
88
83
#include <core_cm3.h> /* Cortex-M3 processor and core peripherals */
89
84
#include "system_NCS36510.h" /* System Header */
90
85
Original file line number Diff line number Diff line change 30
30
31
31
//#define TRANSACTION_QUEUE_SIZE_SPI 16
32
32
33
- // Minar platform configuration
34
-
35
- #define MINAR_PLATFORM_TIME_BASE 1000000
36
- #define MINAR_PLATFORM_MINIMUM_SLEEP 10
37
-
38
33
#endif
You can’t perform that action at this time.
0 commit comments