Skip to content

Remove yotta and minar references in NCS36510 #9526

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions targets/TARGET_ONSEMI/TARGET_NCS36510/device/NCS36510.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
5 changes: 0 additions & 5 deletions targets/TARGET_ONSEMI/TARGET_NCS36510/target_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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