2025-04-11 09:40:32 +08:00

23 lines
616 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.

# openHAL Device
openHAL针对对Device单独管理便于扩展和分包维护
| openHAL | startup | create | query | open | apply | ioctl | pmctl | close | delete |
| ------ | ----- | ----- | ------ | ---- | ----- | ----- | ----- | ------ | ------ |
| [BTN](#btn) | √ | √ | √ | √ | √ | √ | √ | √ | √ |
## btn
作为示例项目,用于验证相关基础接口完备性
* startup()接口用于上电初始化主要包括用于初始化boot/wakeup等按键文件配置
## lcd
整理上下层LCD调用关系
## tp
整理tp相关接口适配不同器件