nt9856x/code/application/sifarsdk/hal/README.md

12 lines
617 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 硬件适配层
## 概述
   存放芯片平台相关的处理代码SifarSDK仅有此目录是平台相关代码其它目录均为跨平台代码实现可以在Ubuntu系统自由开发编译调试。\
   部分可复用代码也放在此目录例如串口操作usb操作。
## 目录
include硬件适配层抽象接口头文件
## 特别说明
* SifarSDK默认编译使用gcc适配层直接使用抽象接口进行链接生成Ubuntu系统的可执行文件
* 目录linux_HalInstance为Linux下的一个临时适配层实例库仅仅辅助Linux下的编译