OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [CORTEX_EFMG890F128_IAR/] [CMSIS/] [CM3/] [DeviceSupport/] [EnergyMicro/] [EFM32/] [efm32.h] - Blame information for rev 604

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 604 jeremybenn
/**************************************************************************//**
2
 * @file
3
 * @brief CMSIS Cortex-M3 Peripheral Access Layer for EFM32 Gxxx Device series
4
 *
5
 * This is a convenience header file for defining the EFM32 part number on the
6
 * build command line, instead of specifying the part specific header file.
7
 * @verbatim
8
 * Example: Add "-DEFM32G890F128" to your build options, to define part
9
 *          Add "#include "EFM32G.h" to your source files
10
 * @endverbatim
11
 * @author Energy Micro AS
12
 * @version 1.0.2
13
 ******************************************************************************
14
 * @section License
15
 * <b>(C) Copyright 2009 Energy Micro AS, http://www.energymicro.com</b>
16
 ******************************************************************************
17
 *
18
 * This source code is the property of Energy Micro AS. The source and compiled
19
 * code may only be used on Energy Micro "EFM32" microcontrollers.
20
 *
21
 * This copyright notice may not be removed from the source code nor changed.
22
 *
23
 * DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Energy Micro AS has no
24
 * obligation to support this Software. Energy Micro AS is providing the
25
 * Software "AS IS", with no express or implied warranties of any kind,
26
 * including, but not limited to, any implied warranties of merchantability
27
 * or fitness for any particular purpose or warranties against infringement
28
 * of any proprietary rights of a third party.
29
 *
30
 * Energy Micro AS will not be liable for any consequential, incidental, or
31
 * special damages, or any other relief, or for any claim by any third party,
32
 * arising from your use of this Software.
33
 *
34
 *****************************************************************************/
35
 
36
#ifndef __EFM32_H
37
#define __EFM32_H
38
 
39
#if defined(EFM32G200F16)
40
#include "efm32g200f16.h"
41
 
42
#elif defined(EFM32G200F32)
43
#include "efm32g200f32.h"
44
 
45
#elif defined(EFM32G200F64)
46
#include "efm32g200f64.h"
47
 
48
#elif defined(EFM32G210F128)
49
#include "efm32g210f128.h"
50
 
51
#elif defined(EFM32G230F128)
52
#include "efm32g230f128.h"
53
 
54
#elif defined(EFM32G230F32)
55
#include "efm32g230f32.h"
56
 
57
#elif defined(EFM32G230F64)
58
#include "efm32g230f64.h"
59
 
60
#elif defined(EFM32G280F128)
61
#include "efm32g280f128.h"
62
 
63
#elif defined(EFM32G280F32)
64
#include "efm32g280f32.h"
65
 
66
#elif defined(EFM32G280F64)
67
#include "efm32g280f64.h"
68
 
69
#elif defined(EFM32G290F128)
70
#include "efm32g290f128.h"
71
 
72
#elif defined(EFM32G290F32)
73
#include "efm32g290f32.h"
74
 
75
#elif defined(EFM32G290F64)
76
#include "efm32g290f64.h"
77
 
78
#elif defined(EFM32G840F128)
79
#include "efm32g840f128.h"
80
 
81
#elif defined(EFM32G840F32)
82
#include "efm32g840f32.h"
83
 
84
#elif defined(EFM32G840F64)
85
#include "efm32g840f64.h"
86
 
87
#elif defined(EFM32G880F128)
88
#include "efm32g880f128.h"
89
 
90
#elif defined(EFM32G880F32)
91
#include "efm32g880f32.h"
92
 
93
#elif defined(EFM32G880F64)
94
#include "efm32g880f64.h"
95
 
96
#elif defined(EFM32G890F128)
97
#include "efm32g890f128.h"
98
 
99
#elif defined(EFM32G890F32)
100
#include "efm32g890f32.h"
101
 
102
#elif defined(EFM32G890F64)
103
#include "efm32g890f64.h"
104
 
105
#else
106
#error "efm32.h: PART NUMBER undefined"
107
#endif
108
 
109
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.