add cortex-v7a support
How To Run: see TencentOS-tiny\board\ALPHA_I.MX_emmc_256ddr\README.md TODO Next: 1. VFP support 2. fault diagnosis support 3. qemu vexpress ca9 support 4. raspberry pi support 5. SMP support
This commit is contained in:
20
board/ALPHA_I.MX_emmc_256ddr/bsp/beep/bsp_beep.h
Normal file
20
board/ALPHA_I.MX_emmc_256ddr/bsp/beep/bsp_beep.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef __BSP_BEEP_H
|
||||
#define __BSP_BEEP_H
|
||||
/***************************************************************
|
||||
Copyright © zuozhongkai Co., Ltd. 1998-2019. All rights reserved.
|
||||
文件名 : bsp_beep.h
|
||||
作者 : 左忠凯
|
||||
版本 : V1.0
|
||||
描述 : 蜂鸣器驱动头文件。
|
||||
其他 : 无
|
||||
论坛 : www.openedv.com
|
||||
日志 : 初版V1.0 2019/1/4 左忠凯创建
|
||||
***************************************************************/
|
||||
#include "bsp.h"
|
||||
|
||||
|
||||
/* 函数声明 */
|
||||
void beep_init(void);
|
||||
void beep_switch(int status);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user