]> git.sur5r.net Git - freertos/blob - Demo/CORTEX_LM3S2965_GCC/LuminaryDrivers/LM3Sxxxx.h
Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txt
[freertos] / Demo / CORTEX_LM3S2965_GCC / LuminaryDrivers / LM3Sxxxx.h
1 //*****************************************************************************\r
2 //\r
3 // LM3Sxxxx.h - Header file for Luminary Micro LM3Sxxxx microcontrollers.\r
4 //\r
5 // Copyright (c) 2006-2007 Luminary Micro, Inc.  All rights reserved.\r
6 // \r
7 // Software License Agreement\r
8 // \r
9 // Luminary Micro, Inc. (LMI) is supplying this software for use solely and\r
10 // exclusively on LMI's microcontroller products.\r
11 // \r
12 // The software is owned by LMI and/or its suppliers, and is protected under\r
13 // applicable copyright laws.  All rights are reserved.  Any use in violation\r
14 // of the foregoing restrictions may subject the user to criminal sanctions\r
15 // under applicable laws, as well as to civil liability for the breach of the\r
16 // terms and conditions of this license.\r
17 // \r
18 // THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED\r
19 // OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF\r
20 // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.\r
21 // LMI SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR\r
22 // CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.\r
23 // \r
24 // This is part of revision 1408 of the Stellaris Peripheral Driver Library.\r
25 //\r
26 //*****************************************************************************\r
27 \r
28 #ifndef __LM3SXXXX_H__\r
29 #define __LM3SXXXX_H__\r
30 \r
31 #include "hw_adc.h"\r
32 #include "hw_can.h"\r
33 #include "hw_comp.h"\r
34 #include "hw_ethernet.h"\r
35 #include "hw_flash.h"\r
36 #include "hw_gpio.h"\r
37 #include "hw_hibernate.h"\r
38 #include "hw_i2c.h"\r
39 #include "hw_ints.h"\r
40 #include "hw_memmap.h"\r
41 #include "hw_nvic.h"\r
42 #include "hw_pwm.h"\r
43 #include "hw_qei.h"\r
44 #include "hw_ssi.h"\r
45 #include "hw_sysctl.h"\r
46 #include "hw_timer.h"\r
47 #include "hw_types.h"\r
48 #include "hw_uart.h"\r
49 #include "hw_watchdog.h"\r
50 #include "adc.h"\r
51 #include "can.h"\r
52 #include "comp.h"\r
53 #include "cpu.h"\r
54 #include "debug.h"\r
55 #include "ethernet.h"\r
56 #include "flash.h"\r
57 #include "gpio.h"\r
58 #include "hibernate.h"\r
59 #include "i2c.h"\r
60 #include "interrupt.h"\r
61 #include "pwm.h"\r
62 #include "qei.h"\r
63 #include "ssi.h"\r
64 #include "sysctl.h"\r
65 #include "systick.h"\r
66 #include "timer.h"\r
67 #include "uart.h"\r
68 #include "watchdog.h"\r
69 \r
70 #endif // __LM3SXXXX_H__\r