From 375c12d3d22067d4505c50195d7df7b2c84b3ece Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 16 Aug 2021 09:15:09 +0000 Subject: [PATCH 1/5] update zh-cn/device-dev/porting/standard-system-porting-guide.md. --- zh-cn/device-dev/porting/standard-system-porting-guide.md | 2 ++ 1 file changed, 2 insertions(+) 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 b0013ba943a..bc3ac75f248 100644 --- a/zh-cn/device-dev/porting/standard-system-porting-guide.md +++ b/zh-cn/device-dev/porting/standard-system-porting-guide.md @@ -507,4 +507,6 @@ 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) -- Gitee From c748b8a63493d7ddc7a957f74d188bcd11fa5640 Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 16 Aug 2021 09:16:34 +0000 Subject: [PATCH 2/5] update zh-cn/device-dev/porting/standard-system-porting-guide.md. --- zh-cn/device-dev/porting/standard-system-porting-guide.md | 2 +- 1 file changed, 1 insertion(+), 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 bc3ac75f248..63f37c71986 100644 --- a/zh-cn/device-dev/porting/standard-system-porting-guide.md +++ b/zh-cn/device-dev/porting/standard-system-porting-guide.md @@ -507,6 +507,6 @@ 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) -- Gitee From a648c4516087d83f68eb2a76a3ef8e0c2867fcbc Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 16 Aug 2021 09:18:52 +0000 Subject: [PATCH 3/5] update zh-cn/device-dev/porting/standard-system-porting-guide.md. --- zh-cn/device-dev/porting/standard-system-porting-guide.md | 2 +- 1 file changed, 1 insertion(+), 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 63f37c71986..c4c5cdd9004 100644 --- a/zh-cn/device-dev/porting/standard-system-porting-guide.md +++ b/zh-cn/device-dev/porting/standard-system-porting-guide.md @@ -507,6 +507,6 @@ 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) -- Gitee From fe091b4a0ea0b1026a285989d0b2e5a48a3b07e3 Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 16 Aug 2021 09:22:17 +0000 Subject: [PATCH 4/5] update zh-cn/device-dev/porting/standard-system-porting-guide.md. --- zh-cn/device-dev/porting/standard-system-porting-guide.md | 3 ++- 1 file changed, 2 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 c4c5cdd9004..9c795f54507 100644 --- a/zh-cn/device-dev/porting/standard-system-porting-guide.md +++ b/zh-cn/device-dev/porting/standard-system-porting-guide.md @@ -507,6 +507,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) -- Gitee From 4d64e6a85f30f6493d47294eb1e87e1889b815a8 Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 16 Aug 2021 09:29:07 +0000 Subject: [PATCH 5/5] update zh-cn/device-dev/porting/standard-system-porting-guide.md. --- zh-cn/device-dev/porting/standard-system-porting-guide.md | 2 +- 1 file changed, 1 insertion(+), 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 9c795f54507..1291745009e 100644 --- a/zh-cn/device-dev/porting/standard-system-porting-guide.md +++ b/zh-cn/device-dev/porting/standard-system-porting-guide.md @@ -325,7 +325,7 @@ Wi-Fi驱动分为两部分,一部分负责管理WLAN设备,另一个部分

NetDeviceInterFace

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

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

-- Gitee