Initial work for McHCK mk20dx128vlf5 port.

This commit is contained in:
Jacob Alexander 2014-06-15 11:09:08 -07:00
parent c203d23be5
commit acf8cb979c
12 changed files with 89 additions and 37 deletions

View file

@ -29,7 +29,7 @@
#define __INTERRUPTS_H
// ARM
#if defined(_mk20dx128_) || defined(_mk20dx256_)
#if defined(_mk20dx128_) || defined(_mk20dx128vlf5_) || defined(_mk20dx256_)
#include <Lib/mk20dx.h>
@ -45,7 +45,7 @@
// ----- Defines -----
// ARM
#if defined(_mk20dx128_) || defined(_mk20dx256_)
#if defined(_mk20dx128_) || defined(_mk20dx128vlf5_) || defined(_mk20dx256_)
// Map the Interrupt Enable/Disable to the AVR names
#define cli() __disable_irq()