Remove yotta and minar references in NCS36510

pull/9526/head
Brian Daniels 2019-01-28 16:22:47 -06:00
parent e965aa6640
commit 374d516689
2 changed files with 0 additions and 10 deletions

View File

@ -78,13 +78,8 @@ typedef enum IRQn {
#define __NVIC_PRIO_BITS 4 /*!< Number of Bits used for Priority Levels */
#define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config is used */
//#define YOTTA_CFG_CMSIS_NVIC_USER_IRQ_OFFSET 16
//#define YOTTA_CFG_CMSIS_NVIC_USER_IRQ_NUMBER 20
//#define NVIC_NUM_VECTORS (NVIC_USER_IRQ_OFFSET + NVIC_USER_IRQ_NUMBER)
//#define YOTTA_CFG_CMSIS_NVIC_RAM_VECTOR_ADDRESS
//#define YOTTA_CFG_CMSIS_NVIC_FLASH_VECTOR_ADDRESS 0x3000
#include <core_cm3.h> /* Cortex-M3 processor and core peripherals */
#include "system_NCS36510.h" /* System Header */

View File

@ -30,9 +30,4 @@
//#define TRANSACTION_QUEUE_SIZE_SPI 16
// Minar platform configuration
#define MINAR_PLATFORM_TIME_BASE 1000000
#define MINAR_PLATFORM_MINIMUM_SLEEP 10
#endif