]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/System/GCC/inc/ascii.h
FreeRTOS source:
[freertos] / FreeRTOS / Demo / CORTEX_R4F_RZ_T_GCC_IAR / System / GCC / inc / ascii.h
diff --git a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/System/GCC/inc/ascii.h b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/System/GCC/inc/ascii.h
new file mode 100644 (file)
index 0000000..40dc3d8
--- /dev/null
@@ -0,0 +1,49 @@
+/***********************************************************************************************************************\r
+* DISCLAIMER\r
+* This software is supplied by Renesas Electronics Corporation and is only\r
+* intended for use with Renesas products. No other uses are authorized. This\r
+* software is owned by Renesas Electronics Corporation and is protected under\r
+* all applicable laws, including copyright laws.\r
+* THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING\r
+* THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT\r
+* LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE\r
+* AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED.\r
+* TO THE MAXIMUM EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS\r
+* ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES SHALL BE LIABLE\r
+* FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR\r
+* ANY REASON RELATED TO THIS SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE\r
+* BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\r
+* Renesas reserves the right, without notice, to make changes to this software\r
+* and to discontinue the availability of this software. By using this software,\r
+* you agree to the additional terms and conditions found by accessing the\r
+* following link:\r
+* http://www.renesas.com/disclaimer\r
+*\r
+* Copyright (C) 2015 Renesas Electronics Corporation. All rights reserved.\r
+************************************************************************************************************************/\r
+/************************************************************************************************************************\r
+* File Name     : ascii.h\r
+* Device(s)     : RZ/T1 (R7S910018)\r
+* Tool-Chain    : GNUARM-NONEv14.02-EABI\r
+* H/W Platform  : RSK+RZT1 CPU Board\r
+* Description   : This Header file contains the Macro Definitions & prototypes\r
+*                for the functions used in lcd.c\r
+************************************************************************************************************************/\r
+/************************************************************************************************************************\r
+* History       : DD.MM.YYYY Version Description\r
+*               : 21.04.2015 1.00\r
+************************************************************************************************************************/\r
+\r
+/* Multiple inclusion prevention macro */\r
+#ifndef ASCII_H\r
+#define ASCII_H\r
+\r
+/***********************************************************************************************************************\r
+Macro Definitions\r
+***********************************************************************************************************************/\r
+extern const char g_ascii_table[][6];\r
+\r
+/* ASCII_H */\r
+#endif\r
+\r
+\r