Skip to content

Commit ad97936

Browse files
authored
Merge pull request #9526 from bridadan/remove_os3_NCS36510
Remove yotta and minar references in NCS36510
2 parents 95906f1 + 374d516 commit ad97936

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

targets/TARGET_ONSEMI/TARGET_NCS36510/device/NCS36510.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,8 @@ typedef enum IRQn {
7878
#define __NVIC_PRIO_BITS 4 /*!< Number of Bits used for Priority Levels */
7979
#define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config is used */
8080

81-
//#define YOTTA_CFG_CMSIS_NVIC_USER_IRQ_OFFSET 16
82-
//#define YOTTA_CFG_CMSIS_NVIC_USER_IRQ_NUMBER 20
8381
//#define NVIC_NUM_VECTORS (NVIC_USER_IRQ_OFFSET + NVIC_USER_IRQ_NUMBER)
8482

85-
//#define YOTTA_CFG_CMSIS_NVIC_RAM_VECTOR_ADDRESS
86-
//#define YOTTA_CFG_CMSIS_NVIC_FLASH_VECTOR_ADDRESS 0x3000
87-
8883
#include <core_cm3.h> /* Cortex-M3 processor and core peripherals */
8984
#include "system_NCS36510.h" /* System Header */
9085

targets/TARGET_ONSEMI/TARGET_NCS36510/target_config.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,4 @@
3030

3131
//#define TRANSACTION_QUEUE_SIZE_SPI 16
3232

33-
// Minar platform configuration
34-
35-
#define MINAR_PLATFORM_TIME_BASE 1000000
36-
#define MINAR_PLATFORM_MINIMUM_SLEEP 10
37-
3833
#endif

0 commit comments

Comments
 (0)