From d9abaf550aa72006bbe7fb3aa6a317e1aaa89f56 Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 16 Aug 2021 13:27:11 +0000 Subject: [PATCH] update zh-cn/device-dev/porting/standard-system-porting-guide.md. Signed-off-by: Austin --- zh-cn/device-dev/porting/standard-system-porting-guide.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/zh-cn/device-dev/porting/standard-system-porting-guide.md b/zh-cn/device-dev/porting/standard-system-porting-guide.md index b0013ba943..777c36c2a5 100644 --- a/zh-cn/device-dev/porting/standard-system-porting-guide.md +++ b/zh-cn/device-dev/porting/standard-system-porting-guide.md @@ -15,6 +15,8 @@ - [2. 触摸屏](#section229mcpsimp) - [3. WLAN](#section274mcpsimp) +- [开发板移植实例](#开发板移植实例) + ## 定义开发板 @@ -325,7 +327,7 @@ Wi-Fi驱动分为两部分,一部分负责管理WLAN设备,另一个部分

NetDeviceInterFace

-
//drivers/framework/include/wifi/net_device.h
+
//drivers/framework/include/net/net_device.h

与协议栈之间的接口,如发送数据、设置网络接口状态等

@@ -508,3 +510,7 @@ obj-$(CONFIG_DRIVERS_WLAN_XXX) += $(HDF_DEVICE_ROOT)/MySoCVendor/peripheral/buil 当在内核中开启DRIVERS\_WLAN\_XXX开关时,会调用//device/MySoCVendor/peripheral/build/standard/中的makefile更多详细的开发手册,请参考[WLAN开发](../guide/oem_wifi_sdk_des.md)。 +## 开发板移植实例 + +[DAYU开发板](https://gitee.com/openharmony-sig/devboard_device_hihope_build/blob/master/DAYU%20%E5%B9%B3%E5%8F%B0OpenHarmony%20%E9%80%82%E9%85%8D%E6%8C%87%E5%AF%BC%20-202108.pdf) + -- GitLab