config.h

来自「基于STM32的RTOS例程」· C头文件 代码 · 共 56 行

H
56
字号
/*
***************************************************************************************
*                                                                              
*                       博格达科技有限公司
*
*               (c) Copyright 2006-2008, hui lian. luo, china, zj
*                            All Rights Reserved
*
*                           http://www.bogodtech.com                         
*
*--------------文件信息-----------------------------------------------------------------
* 文 件 名: os_thread.c
* 创 建 人: 罗辉联 	
* 创建日期: 2007年11月10日
* 描    述: 头文件总汇
* 技术顾问: 楼东武(副教授)  浙江大学信电系
*
*---------- 版本信息-------------------------------------------------------------------
* 版    本: V1.0
*
*--------------------------------------------------------------------------------------
****************************************************************************************
*/

/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __CONFIG_H
#define __CONFIG_H

/* Includes ------------------------------------------------------------------*/
#include "stm32f10x_lib.h"	
#include "stm32f10x_target.h"
#include "ucos_ii.h"

#include "create_task.h"
#include "core_task.h"
#include "malloc.h"
#include "windows.h"

#include "uart.h"
#include "cntl.h"
#include "spi_led.h"
#include "keyboard.h"


/* Exported types ------------------------------------------------------------*/
/* Exported constants --------------------------------------------------------*/
/* Exported macro ------------------------------------------------------------*/

/* Exported functions ------------------------------------------------------- */



#endif /* __MAIN_H */

/*********************** http://www.bogodtech.com *******End of file **********************/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?