espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
12.86k stars 7.08k forks source link

WIFI-NAN for ESP32-S3 (IDFGH-13023) #13970

Open QingyaZ opened 2 weeks ago

QingyaZ commented 2 weeks ago

Answers checklist.

General issue report

Does the example provided in this link (https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/network/esp_nan.html) support ESP32-S3 chip?

I tried the subscriber for ESP32 and ESP 32-s2. It can build projects successfully. However, the build project for ESP32-S3 failed.

AxelLin commented 2 weeks ago

https://github.com/espressif/esp-idf/issues/12987#issuecomment-1916423246

kapilkedawat commented 2 weeks ago

Hi @QingyaZ, NaN is not supported in ESP32S3 at the moment. You can see the supported targets in the readme of example.

Please close the bug if this answers you query.