The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
172:65be27845400
Parent:
171:3a7713b1edbc
--- a/TARGET_NCS36510/TOOLCHAIN_GCC_ARM/NCS36510.h	Thu Nov 08 11:45:42 2018 +0000
+++ b/TARGET_NCS36510/TOOLCHAIN_GCC_ARM/NCS36510.h	Wed Feb 20 20:53:29 2019 +0000
@@ -78,13 +78,8 @@
 #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                                      */