⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.h

📁 基于STM32的RTOS例程
💻 H
字号:
/*
***************************************************************************************
*                                                                              
*                       博格达科技有限公司
*
*               (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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -