From 02a45b53a9f8e08419bceb0f33c5995cf2bbd907 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 16 Jun 2022 01:32:18 +0000 Subject: [PATCH] update zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md. Signed-off-by: Austin23 --- .../device-dev/porting/porting-stm32mp15xx-on-smallsystem.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md b/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md index f846152996..177b74934d 100644 --- a/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md +++ b/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md @@ -335,10 +335,7 @@ vendor ### SoC芯片平台HDF驱动移植 -驱动适配相关文件放置在`device/soc/st/common/platform`中,所有的驱动都是通过`HDF`机制加载,本章节以`gpio`为例进行详细说明。 - -#### GPIO驱动适配 - +驱动适配相关文件放置在`device/soc/st/common/platform`中,所有的驱动都是通过`HDF`机制加载,本章节以GPIO驱动适配为例进行详细说明。 1. 在`//device/soc/st/common/platform/gpio/BUILD.gn`文件中,描述了stm32mp1xx `gpio`驱动的编译适配。如下: -- GitLab