Kaynağa Gözat

update kconfig and readme files

Evlers 1 yıl önce
ebeveyn
işleme
7b3d5adc51
3 değiştirilmiş dosya ile 13 ekleme ve 12 silme
  1. 6 6
      Kconfig
  2. 2 2
      README.md
  3. 5 4
      README_CN.md

+ 6 - 6
Kconfig

@@ -13,22 +13,22 @@ menuconfig PKG_USING_WIFI_HOST_DRIVER
             default WHD_USING_CHIP_CYW43438
 
             config WHD_USING_CHIP_CYW43438
-                bool "CYWL6208(cyw43438)"
+                bool "CYW43438"
 
             config WHD_USING_CHIP_CYW4373
-                bool "CYWL6373(cyw4373)"
+                bool "CYW4373"
 
             config WHD_USING_CHIP_CYW43012
-                bool "CYWL6312(cyw43012)"
+                bool "CYW43012"
 
             config WHD_USING_CHIP_CYW43439
-                bool "CYWL6209(cyw43439)"
+                bool "CYW43439"
 
             config WHD_USING_CHIP_CYW43022
-                bool "CYWL6322(cyw43022)"
+                bool "CYW43022"
 
             config WHD_USING_CHIP_CYW4343W
-                bool "cyw4343W"
+                bool "CYW4343W"
 
         endchoice
 

+ 2 - 2
README.md

@@ -1,6 +1,6 @@
 ## RT-Thread Wi-Fi Host Driver (WHD)
 
-[中文](./README_CN.md)
+[中文](./README_CN.md) | English
 
 ### Overview
 The WHD is an independent, embedded Wi-Fi Host Driver that provides a set of APIs to interact with Infineon WLAN chips. The WHD is an independent firmware product that is easily portable to any embedded software environment, including popular IoT frameworks such as Mbed OS and Amazon FreeRTOS. Therefore, the WHD includes hooks for RTOS and TCP/IP network abstraction layers.
@@ -58,7 +58,7 @@ hw_sdio->idmatrlr = SDMMC_IDMA_IDMAEN;
 ### Package configuration
 ```
 --- Using Wifi-Host-Driver(WHD)
-      Select Chips (CYWL6208(cyw43438))  --->           # Select the corresponding module chip
+      Select Chips (CYW43438)  --->                     # Select the corresponding chip
 [*]   Use resources in external storage(FAL)  --->      # Use the FAL component to load the resource
 [ ]   Default enable powersave mode                     # The low power mode is selected by default
 (8)   The priority level value of WHD thread            # Configure the priority of the WHD thread

+ 5 - 4
README_CN.md

@@ -1,6 +1,6 @@
 ## RT-Thread Wi-Fi Host Driver (WHD)
 
-[English](./README.md)
+中文 | [English](./README.md)
 
 ### 概述
 WHD是一个独立的嵌入式Wi-Fi主机驱动程序,它提供了一组与英飞凌WLAN芯片交互的api。WHD是一个独立的固件产品,可以很容易地移植到任何嵌入式软件环境,包括流行的物联网框架,如Mbed OS和Amazon FreeRTOS。因此,WHD包含了RTOS和TCP/IP网络抽象层的钩子。
@@ -13,7 +13,7 @@ WHD是一个独立的嵌入式Wi-Fi主机驱动程序,它提供了一组与英
 
 ### 使用
 
-#### 在线包方式
+#### **在线包方式**
 ```
 # menuconfig
 RT-Thread online packages  --->
@@ -21,7 +21,8 @@ RT-Thread online packages  --->
         [*] Wifi-Host-Driver(WHD) for RT-Thread.  --->
 ```
 
-#### 离线包方式(在提交到RT-Thread在线软件包后不推荐使用此方法)
+#### **离线包方式**
+在提交到RT-Thread在线软件包后不推荐使用此方法(因为Kconfig文件会冲突)
 - 将该仓库克隆到RT-Thread项目中的`packages`或`libraries`目录。
 - 因为`wifi-host-driver`是一个子模块,所以需要使用`--recursive`选项进行克隆。
 ```shell
@@ -57,7 +58,7 @@ hw_sdio->idmatrlr = SDMMC_IDMA_IDMAEN;
 ### 软件包配置
 ```
 --- Using Wifi-Host-Driver(WHD)
-      Select Chips (CYWL6208(cyw43438))  --->           # 选择相应的模块/芯片
+      Select Chips (CYW43438)  --->                     # 选择相应的模块/芯片
 [*]   Use resources in external storage(FAL)  --->      # 使用FAL组件加载资源
 [ ]   Default enable powersave mode                     # 默认启用低功耗模式
 (8)   The priority level value of WHD thread            # 配置WHD线程的优先级