[KINETIS] Initial K20 series header

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7131 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
utzig 2014-08-06 00:56:36 +00:00
parent 70574490da
commit 71d30ef1b4
2 changed files with 1189 additions and 5 deletions

View File

@ -80,14 +80,14 @@ typedef enum IRQn
*/
/**
* @brief STM32F0xx Interrupt Number Definition, according to the selected device
* @brief KL2x Interrupt Number Definition, according to the selected device
* in @ref Library_configuration_section
*/
#define __MPU_PRESENT 0 /*!< STM32F0xx do not provide MPU */
#define __NVIC_PRIO_BITS 2 /*!< STM32F0xx uses 2 Bits for the Priority Levels */
#define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config is used */
#define __MPU_PRESENT 0
#define __NVIC_PRIO_BITS 2
#define __Vendor_SysTickConfig 0
#include "core_cm0plus.h" /* Cortex-M0+ processor and core peripherals */
#include "core_cm0plus.h" /* Cortex-M0+ processor and core peripherals */
typedef struct
{

File diff suppressed because it is too large Load Diff