
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
21 lines
550 B
C
21 lines
550 B
C
#ifndef __IMX6UL_H
|
|
#define __IMX6UL_H
|
|
/***************************************************************
|
|
Copyright © zuozhongkai Co., Ltd. 1998-2019. All rights reserved.
|
|
文件名 : bsp.h
|
|
作者 : 左忠凯
|
|
版本 : V1.0
|
|
描述 : 包含一些常用的头文件。
|
|
其他 : 无
|
|
论坛 : www.openedv.com
|
|
日志 : 初版V1.0 2019/1/3 左忠凯创建
|
|
***************************************************************/
|
|
#include "cc.h"
|
|
#include "MCIMX6Y2.h"
|
|
#include "fsl_common.h"
|
|
#include "fsl_iomuxc.h"
|
|
#include "core_ca7.h"
|
|
|
|
#endif
|
|
|