STM8S/A Standard Peripherals Firmware Library
|
stm8s_eval.c
Go to the documentation of this file.
00001 /** 00002 ****************************************************************************** 00003 * @file stm8s_eval.c 00004 * @author MCD Application Team 00005 * @version V1.0.1 00006 * @date 30-September-2014 00007 * @brief This file provides firmware functions to manage Leds, push-buttons 00008 * and COM ports available on STM8S Evaluation Boards from STMicroelectronics. 00009 ****************************************************************************** 00010 * 00011 * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); 00012 * You may not use this file except in compliance with the License. 00013 * You may obtain a copy of the License at: 00014 * 00015 * http://www.st.com/software_license_agreement_liberty_v2 00016 * 00017 * Unless required by applicable law or agreed to in writing, software 00018 * distributed under the License is distributed on an "AS IS" BASIS, 00019 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00020 * See the License for the specific language governing permissions and 00021 * limitations under the License. 00022 * 00023 ****************************************************************************** 00024 */ 00025 00026 /* Includes ------------------------------------------------------------------*/ 00027 #include "stm8s_eval.h" 00028 00029 /** @addtogroup Utilities 00030 * @{ 00031 */ 00032 00033 /** @defgroup STM8S_EVAL 00034 * @brief This file provides firmware functions to manage Leds, push-buttons 00035 * and COM ports available on STM8 Evaluation Boards from STMicroelectronics. 00036 * @{ 00037 */ 00038 00039 /** @defgroup STM8S_EVAL_Abstraction_Layer 00040 * @{ 00041 */ 00042 00043 #ifdef USE_STM8_128_EVAL 00044 #include "stm8-128_eval/stm8_128_eval.c" 00045 #else 00046 #error "Please select first the STM8 EVAL board to be used (in stm8s_eval.h)" 00047 #endif 00048 00049 /* Private typedef -----------------------------------------------------------*/ 00050 /* Private define ------------------------------------------------------------*/ 00051 /* Private macro -------------------------------------------------------------*/ 00052 /* Private variables ---------------------------------------------------------*/ 00053 /* Private function prototypes -----------------------------------------------*/ 00054 /* Private function ----------------------------------------------------------*/ 00055 00056 /** 00057 * @} 00058 */ 00059 00060 /** 00061 * @} 00062 */ 00063 00064 /** 00065 * @} 00066 */ 00067 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/