]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/RX600_RX63N-RSK_Renesas/RTOSDemo/Renesas-Files/board/rskrx63n/r_bsp.h
Fix spelling issues.
[freertos] / FreeRTOS / Demo / RX600_RX63N-RSK_Renesas / RTOSDemo / Renesas-Files / board / rskrx63n / r_bsp.h
1 /***********************************************************************************************************************\r
2 * DISCLAIMER\r
3 * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No \r
4 * other uses are authorized. This software is owned by Renesas Electronics Corporation and is protected under all \r
5 * applicable laws, including copyright laws. \r
6 * THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING\r
7 * THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, \r
8 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED. TO THE MAXIMUM \r
9 * EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES \r
10 * SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR ANY REASON RELATED TO THIS \r
11 * SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\r
12 * Renesas reserves the right, without notice, to make changes to this software and to discontinue the availability of \r
13 * this software. By using this software, you agree to the additional terms and conditions found by accessing the \r
14 * following link:\r
15 * http://www.renesas.com/disclaimer \r
16 *\r
17 * Copyright (C) 2012 Renesas Electronics Corporation. All rights reserved.    \r
18 ***********************************************************************************************************************/\r
19 /***********************************************************************************************************************\r
20 * File Name        : r_bsp.h\r
21 * H/W Platform : RSK+RX63N\r
22 * Description  : Has the header files that should be included for this platform.\r
23 ***********************************************************************************************************************/\r
24 /***********************************************************************************************************************\r
25 * History : DD.MM.YYYY Version  Description\r
26 *         : 13.01.2012 1.00     First Release\r
27 *         : 13.03.2012 1.10     Added locking.h and r_bsp_config.h #includes. Removed sbrk.h since heap size is not\r
28 *                               defined in r_bsp_config.h.\r
29 ***********************************************************************************************************************/\r
30 \r
31 #ifndef PLATFORM_BOARD_RSKRX63N\r
32 #define PLATFORM_BOARD_RSKRX63N\r
33 \r
34 /* Make sure that no other platforms have already been defined. Do not touch this! */\r
35 #ifdef  PLATFORM_DEFINED\r
36 #error  "Error - Multiple platforms defined in platform.h!"\r
37 #else\r
38 #define PLATFORM_DEFINED\r
39 #endif\r
40 \r
41 /***********************************************************************************************************************\r
42 INCLUDE APPROPRIATE MCU AND BOARD FILES\r
43 ***********************************************************************************************************************/\r
44 #include    "r_bsp_config.h"\r
45 #include    ".\mcu\rx63n\iodefine.h"\r
46 #include    ".\board\rskrx63n\rskrx63n.h"\r
47 #include    ".\board\rskrx63n\mcu_info.h"\r
48 #include    ".\board\rskrx63n\hwsetup.h"\r
49 /*#include    ".\board\rskrx63n\lcd.h" Not currently used. */\r
50 /* #include    ".\board\rskrx63n\locking.h" Not currently used. */\r
51 \r
52 #endif /* PLATFORM_BOARD_RSKRX63N */\r
53 \r
54 \r