From a67cd74a64ef21402227e6b883e56651ef95e196 Mon Sep 17 00:00:00 2001 From: guozhanxin <1171407708@qq.com> Date: Mon, 9 Oct 2023 02:52:56 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90ifx=E3=80=91=E6=B7=BB=E5=8A=A0wifi&&?= =?UTF-8?q?=E8=93=9D=E7=89=99=E6=A8=A1=E5=9D=97=E4=BD=BF=E7=94=A8=E4=BB=8B?= =?UTF-8?q?=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: guozhanxin <1171407708@qq.com> --- .../hw-board/ifx-eval-kit/ifx-eval-kit.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/rt-thread-version/rt-thread-standard/hw-board/ifx-eval-kit/ifx-eval-kit.md b/rt-thread-version/rt-thread-standard/hw-board/ifx-eval-kit/ifx-eval-kit.md index 9659ed7..037253b 100644 --- a/rt-thread-version/rt-thread-standard/hw-board/ifx-eval-kit/ifx-eval-kit.md +++ b/rt-thread-version/rt-thread-standard/hw-board/ifx-eval-kit/ifx-eval-kit.md @@ -30,6 +30,11 @@ Studio BSP 目前对外设的支持情况如下: ![studio-pkg1](figures/studio-pkg1.jpg) +> 1.1.0 以上版本的 SDK 添加了 WIFI、蓝牙模块的支持,可以直接创建对应的示例工程。 + +- [基于Studio使用cyw43012 模块wifi功能](https://github.com/RT-Thread-Studio/sdk-bsp-cy8c624-infineon-evaluationkit/tree/main/projects/cyw43012_wifi_demo) +- [基于Studio使用cyw43012 模块蓝牙功能](https://github.com/RT-Thread-Studio/sdk-bsp-cy8c624-infineon-evaluationkit/tree/main/projects/cyw43012_ble_demo) + 如要要使用板载 DAP-Link下载程序,还需安装 OpenOCD 资源包。 ![studio-pkg2](figures/studio-pkg2.jpg) @@ -62,4 +67,7 @@ msh > ### 其他资料 -- [PSoC6开发实践指南(电子书)](https://docs.qq.com/doc/DZmpvR0xocFpVVGhQ) \ No newline at end of file +- [PSoC6开发实践指南(电子书)](https://docs.qq.com/doc/DZmpvR0xocFpVVGhQ) +- [英飞凌开发板上使用 cyw43012 模块进行 WIFI 通讯](https://club.rt-thread.org/ask/article/74bb091d04751d5a.html) +- [英飞凌开发板上使用 cyw43012 模块体验 BLE 开发](https://club.rt-thread.org/ask/article/28ae7191e4dc76c1.html) +- [开发板SDK](https://github.com/RT-Thread-Studio/sdk-bsp-cy8c624-infineon-evaluationkit/tree/main) -- Gitee