-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFreeRTOS_IO_BSP.h
47 lines (40 loc) · 1.77 KB
/
FreeRTOS_IO_BSP.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*
* FreeRTOS+IO V1.0.1 (C) 2012 Real Time Engineers ltd.
*
* FreeRTOS+IO is an add-on component to FreeRTOS. It is not, in itself, part
* of the FreeRTOS kernel. FreeRTOS+IO is licensed separately from FreeRTOS,
* and uses a different license to FreeRTOS. FreeRTOS+IO uses a dual license
* model, information on which is provided below:
*
* - Open source licensing -
* FreeRTOS+IO is a free download and may be used, modified and distributed
* without charge provided the user adheres to version two of the GNU General
* Public license (GPL) and does not remove the copyright notice or this text.
* The GPL V2 text is available on the gnu.org web site, and on the following
* URL: http://www.FreeRTOS.org/gpl-2.0.txt
*
* - Commercial licensing -
* Businesses and individuals who wish to incorporate FreeRTOS+IO into
* proprietary software for redistribution in any form must first obtain a low
* cost commercial license - and in-so-doing support the maintenance, support
* and further development of the FreeRTOS+IO product. Commercial licenses can
* be obtained from http://shop.freertos.org and do not require any source files
* to be changed.
*
* FreeRTOS+IO is distributed in the hope that it will be useful. You cannot
* use FreeRTOS+IO unless you agree that you use the software 'as is'.
* FreeRTOS+IO is provided WITHOUT ANY WARRANTY; without even the implied
* warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE. Real Time Engineers Ltd. disclaims all conditions and terms, be they
* implied, expressed, or statutory.
*
* 1 tab == 4 spaces!
*
* http://www.FreeRTOS.org
* http://www.FreeRTOS.org/FreeRTOS-Plus
*
*/
#ifndef FREERTOS_BOARD_H
#define FREERTOS_BOARD_H
#include "Tiva-base-board.h"
#endif /* FREERTOS_BOARD_H */