test public

Dependencies:   HttpServer_snapshot_mbed-os

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers platform_config.h Source File

platform_config.h

Go to the documentation of this file.
00001 /*******************************************************************************
00002 * DISCLAIMER
00003 * This software is supplied by Renesas Electronics Corporation and is only
00004 * intended for use with Renesas products. No other uses are authorized. This
00005 * software is owned by Renesas Electronics Corporation and is protected under
00006 * all applicable laws, including copyright laws.
00007 * THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING
00008 * THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
00009 * LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
00010 * AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED.
00011 * TO THE MAXIMUM EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS
00012 * ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES SHALL BE LIABLE
00013 * FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR
00014 * ANY REASON RELATED TO THIS SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE
00015 * BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
00016 * Renesas reserves the right, without notice, to make changes to this software
00017 * and to discontinue the availability of this software. By using this software,
00018 * you agree to the additional terms and conditions found by accessing the
00019 * following link:
00020 * http://www.renesas.com/disclaimer
00021 * Copyright (C) 2012 - 2015 Renesas Electronics Corporation. All rights reserved.
00022 *******************************************************************************/
00023 /**
00024 * @file  platform_config.h
00025 * @brief   Configuration of FIT BSP.
00026 *
00027 * $Module: OSPL $ $PublicVersion: 0.90 $ (=R_OSPL_VERSION)
00028 * $Rev: 35 $
00029 * $Date:: 2014-04-15 21:38:18 +0900#$
00030 */
00031 
00032 
00033 
00034 /* This file is included from "Project_Config.h" */
00035 
00036 
00037 #ifndef PLATFORM_CONFIG_H
00038 #define PLATFORM_CONFIG_H
00039 
00040 
00041 /******************************************************************************
00042 Includes   <System Includes> , "Project Includes"
00043 ******************************************************************************/
00044 
00045 #ifdef __cplusplus
00046 extern "C" {
00047 #endif /* __cplusplus */
00048 
00049 
00050 /******************************************************************************
00051 Typedef definitions
00052 ******************************************************************************/
00053 
00054 /******************************************************************************
00055 Macro definitions
00056 ******************************************************************************/
00057 
00058 /**
00059 * @def  BSP_CFG_USER_LOCKING_ENABLED
00060 * @brief  0 or 1
00061 * @par Parameters
00062 *    None
00063 * @return  None.
00064 *
00065 * @par Description
00066 *    This value can be changed.
00067 *    See locking_user.h file.
00068 */
00069 #define  BSP_CFG_USER_LOCKING_ENABLED   0
00070 
00071 
00072 /**
00073 * @def  BSP_CFG_RTOS_USED
00074 * @brief  0 or 1
00075 * @par Parameters
00076 *    None
00077 * @return  None.
00078 *
00079 * @par Description
00080 *    This value cannot be changed.
00081 *    This value is 1 in OSPL for RTOS.
00082 */
00083 #define  BSP_CFG_RTOS_USED  1
00084 
00085 
00086 /**
00087 * @def  BSP_CFG_PARAM_CHECKING_ENABLE
00088 * @brief  0 or 1
00089 * @par Parameters
00090 *    None
00091 * @return  None.
00092 *
00093 * @par Description
00094 *    This value can be changed.
00095 */
00096 #define  BSP_CFG_PARAM_CHECKING_ENABLE  1
00097 
00098 
00099 /******************************************************************************
00100 Variable Externs
00101 ******************************************************************************/
00102 
00103 /******************************************************************************
00104 Functions Prototypes
00105 ******************************************************************************/
00106 
00107 
00108 /***********************************************************************
00109 * End of File:
00110 ************************************************************************/
00111 #ifdef __cplusplus
00112 }  /* extern "C" */
00113 #endif /* __cplusplus */
00114 
00115 #endif /* PLATFORM_CONFIG_H */
00116