Re: [I] [BUG] esp32s3 wifi deadlock [nuttx]

2025-01-14 Thread via GitHub
yamt commented on issue #15314: URL: https://github.com/apache/nuttx/issues/15314#issuecomment-2589289150 > > Interesting. Feel free to submit this modification and I can test it on our internal CI. > > see [#15445](https://github.com/apache/nuttx/pull/15445) see also https://g

Re: [I] [BUG] esp32s3 wifi deadlock [nuttx]

2025-01-08 Thread via GitHub
xiaoxiang781216 closed issue #15314: [BUG] esp32s3 wifi deadlock URL: https://github.com/apache/nuttx/issues/15314 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

Re: [I] [BUG] esp32s3 wifi deadlock [nuttx]

2025-01-08 Thread via GitHub
xiaoxiang781216 closed issue #15314: [BUG] esp32s3 wifi deadlock URL: https://github.com/apache/nuttx/issues/15314 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

Re: [I] [BUG] esp32s3 wifi deadlock [nuttx]

2025-01-06 Thread via GitHub
yamt commented on issue #15314: URL: https://github.com/apache/nuttx/issues/15314#issuecomment-2574529067 > Interesting. Feel free to submit this modification and I can test it on our internal CI. see https://github.com/apache/nuttx/pull/15445 -- This is an automated message from t

Re: [I] [BUG] esp32s3 wifi deadlock [nuttx]

2024-12-23 Thread via GitHub
fdcavalcanti commented on issue #15314: URL: https://github.com/apache/nuttx/issues/15314#issuecomment-2559609962 Interesting. Feel free to submit this modification and I can test it on our internal CI. -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [I] [BUG] esp32s3 wifi deadlock [nuttx]

2024-12-23 Thread via GitHub
yamt commented on issue #15314: URL: https://github.com/apache/nuttx/issues/15314#issuecomment-2559598468 > Hi @yamt. Did you have issues on S3 using WiFi due to this? What devkit did you use? my colleague performed some tests, which connect/disconnect wifi repeatedly and found this

Re: [I] [BUG] esp32s3 wifi deadlock [nuttx]

2024-12-23 Thread via GitHub
fdcavalcanti commented on issue #15314: URL: https://github.com/apache/nuttx/issues/15314#issuecomment-2559528890 Hi @yamt. Did you have issues on S3 using WiFi due to this? What devkit did you use? -- This is an automated message from the Apache Git Service. To respond to the message,

[I] [BUG] esp32s3 wifi deadlock [nuttx]

2024-12-22 Thread via GitHub
yamt opened a new issue, #15314: URL: https://github.com/apache/nuttx/issues/15314 ### Description / Steps to reproduce the issue net_lock() and esp_wifi_lock() are taken in an inconsistent order. thus it can cause a deadlock. ``` wlan_ifdown net_lock(); | v e