📄 target.h
字号:
/*************************************************************************
* *
* OpenBee v0.1.0 Copyright (c) 2005 OpenBee Project Team *
* *
* This file is part of the OpenBee project. *
* The OpenBee project is located at the following *
* location: http://www.openbee.org/ *
* *
* OpenBee is free software. You can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation. *
* See the GNU General Public License for more details: *
* http://opensource.org/licenses/gpl-license.php *
* *
* ******************************************************************* *
* See http://www.openbee.org/ for documentation, latest information, *
* license and contact details. *
* ******************************************************************* *
* *
* The OpenBee project is powered by HEVs (University of Applied *
* Sciences Valais): http://www.hevs.edu *
* *
*************************************************************************/
#ifndef TARGET_H
#define TARGET_H
#ifdef TARGET_XEBS
#include <target/xebs/xebs.h>
#include <target/xebs/AT91R40008.h>
#include <target/xebs/aic.h>
#include <target/xebs/pio.h>
#include <target/xebs/usart.h>
#include <target/xebs/ebi.h>
#include <target/xebs/portmacro.h>
#endif // TARGET_XEBS
#endif // TARGET_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -