]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RX113-RSK_Renesas_e2studio/src/cg_src/r_cg_dbsct.c
Baseline new RX projects before refining and tidying them up.
[freertos] / FreeRTOS / Demo / RX113-RSK_Renesas_e2studio / src / cg_src / r_cg_dbsct.c
diff --git a/FreeRTOS/Demo/RX113-RSK_Renesas_e2studio/src/cg_src/r_cg_dbsct.c b/FreeRTOS/Demo/RX113-RSK_Renesas_e2studio/src/cg_src/r_cg_dbsct.c
deleted file mode 100644 (file)
index 7693dc3..0000000
+++ /dev/null
@@ -1,84 +0,0 @@
-/***********************************************************************************************************************\r
-* DISCLAIMER\r
-* This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products.\r
-* No other uses are authorized. This software is owned by Renesas Electronics Corporation and is protected under all\r
-* applicable laws, including copyright laws. \r
-* THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIESREGARDING THIS SOFTWARE, WHETHER EXPRESS, IMPLIED\r
-* OR STATUTORY, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
-* NON-INFRINGEMENT.  ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED.TO THE MAXIMUM EXTENT PERMITTED NOT PROHIBITED BY\r
-* LAW, NEITHER RENESAS ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES SHALL BE LIABLE FOR ANY DIRECT,\r
-* INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR ANY REASON RELATED TO THIS SOFTWARE, EVEN IF RENESAS OR\r
-* ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\r
-* Renesas reserves the right, without notice, to make changes to this software and to discontinue the availability \r
-* of this software. By using this software, 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
-/***********************************************************************************************************************\r
-* File Name    : r_cg_dbsct.c\r
-* Version      : Code Generator for RX113 V1.02.01.02 [28 May 2015]\r
-* Device(s)    : R5F51138AxFP\r
-* Tool-Chain   : CCRX\r
-* Description  : Setting of B.\r
-* Creation Date: 21/09/2015\r
-***********************************************************************************************************************/\r
-\r
-/***********************************************************************************************************************\r
-Pragma directive\r
-***********************************************************************************************************************/\r
-/* Start user code for pragma. Do not edit comment generated here */\r
-/* End user code. Do not edit comment generated here */\r
-\r
-/***********************************************************************************************************************\r
-Includes\r
-***********************************************************************************************************************/\r
-#include "r_cg_macrodriver.h"\r
-#include "r_cg_userdefine.h"\r
-\r
-/***********************************************************************************************************************\r
-Global variables and functions\r
-***********************************************************************************************************************/\r
-\r
-#pragma unpack\r
-\r
-#pragma section C C$DSEC\r
-extern const struct {\r
-    uint8_t *rom_s;       /* Start address of the initialized data section in ROM */\r
-    uint8_t *rom_e;       /* End address of the initialized data section in ROM   */\r
-    uint8_t *ram_s;       /* Start address of the initialized data section in RAM */\r
-}   _DTBL[] = {\r
-    { __sectop("D"), __secend("D"), __sectop("R") },\r
-    { __sectop("D_2"), __secend("D_2"), __sectop("R_2") },\r
-    { __sectop("D_1"), __secend("D_1"), __sectop("R_1") }\r
-};\r
-#pragma section C C$BSEC\r
-extern const struct {\r
-    uint8_t *b_s;         /* Start address of non-initialized data section */\r
-    uint8_t *b_e;         /* End address of non-initialized data section */\r
-}   _BTBL[] = {\r
-    { __sectop("B"), __secend("B") },\r
-    { __sectop("B_2"), __secend("B_2") },\r
-    { __sectop("B_1"), __secend("B_1") }\r
-};\r
-\r
-#pragma section\r
-\r
-/*\r
-** CTBL prevents excessive output of L1100 messages when linking.\r
-** Even if CTBL is deleted, the operation of the program does not change.\r
-*/\r
-uint8_t * const _CTBL[] = {\r
-    __sectop("C_1"), __sectop("C_2"), __sectop("C"),\r
-    __sectop("W_1"), __sectop("W_2"), __sectop("W"),\r
-    __sectop("L"), __sectop("SU"),\r
-    __sectop("C$DSEC"), __sectop("C$BSEC"),\r
-    __sectop("C$INIT"), __sectop("C$VTBL"), __sectop("C$VECT")\r
-};\r
-\r
-#pragma packoption\r
-\r
-/* Start user code for adding. Do not edit comment generated here */\r
-/* End user code. Do not edit comment generated here */\r