Contiki 3.x
Macros
Cortex M4 Core Configuration

Macros

#define __MPU_PRESENT   0
 Defines if an MPU is present or not.
 
#define __NVIC_PRIO_BITS   4
 Number of priority bits implemented in the NVIC.
 
#define __Vendor_SysTickConfig   0
 Vendor specific implementation of SysTickConfig is defined.
 
#define __CM4_REV   0x0001
 Core revision r0p1.
 
#define __MPU_PRESENT   0
 MPU present or not.
 
#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 __FPU_PRESENT   0
 FPU present or not.
 

Detailed Description