-
Notifications
You must be signed in to change notification settings - Fork 206
Open
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate.
- Described the feature in detail and justified the reason for the request.
- Provided specific use cases and examples.
Feature description
现象:
我已经完全通过setup.ps1的环境安装:
默认拉取的是 --preview ESP32C5 V5.5.0版本idf

该环境已经拉取完成,并且作为系统环境在VSCODE下的IDF_PATH或作为临时终端环境;
并且已经成功构建。
因为上述流程变更了.a库、所以需要验证IDF库的变更是否会影响ESP直接作为MCU使用WIFI功能
对下述两个实例进行测试:
运行 examples/wifi/getting_started/softAP 实例无法让外部设备扫描到
examples/wifi/getting_started/station 实例,出现如下段错误:
Use cases
我们项目的目标是希望能够在主机host进入休眠或者关机时,能够让ESP32C5作为独立的MCU去使用相关功能;因此,需要确认在使用hosted-ng的框架下,是否还支持独立的AP或者STA功能。
在这个大量xxx.a文件变更的情况下 eg:libnet80211文件,默认SDK示例无法正常使用,请帮我确认一下上述使用场景是否可以实现。
Alternatives
无
Additional context
无
Metadata
Metadata
Assignees
Labels
No labels