Contiki 3.x
derivative.h
1 /*
2  * Note: This file is recreated by the project wizard whenever the MCU is
3  * changed and should not be edited by hand
4  */
5 
6 /* Include the derivative-specific header file */
7 #include "contiki-conf.h"
8 #include <MKL25Z4.h>
9 #include <MKL25Z4_features.h>
10 #include <MKL25Z4_extension.h>
11 #include "core_cm0plus.h"
12 #include "system_MKL25Z4.h"
CMSIS Cortex-M0+ Core Peripheral Access Layer Header File.
CMSIS Peripheral Access Layer for MKL25Z4.