未验证 提交 a08f7cc6 编写于 作者: O openharmony_ci 提交者: Gitee

!9668 【轻量级 PR】:【OpenHarmony开源贡献者计划2022】 update...

!9668 【轻量级 PR】:【OpenHarmony开源贡献者计划2022】 update zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md.
Merge pull request !9668 from 如果雨停了/N/A
...@@ -344,13 +344,11 @@ vendor ...@@ -344,13 +344,11 @@ vendor
module_name = get_path_info(rebase_path("."), "name") module_name = get_path_info(rebase_path("."), "name")
hdf_driver("hdf_gpio") { hdf_driver("hdf_gpio") {
sources = [ sources = [ "stm32mp1_gpio.c" ] ---gpio驱动源文件。
"stm32mp1_gpio.c", ---gpio驱动源文件。 include_dirs = [ ---依赖的.h路径。
] "." ,
include_dirs = [ ---依赖的.h路径。 "../stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc",
"." , ]
"../stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc",
]
} }
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册