Re: [External Mail]RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-11-12 Thread Xiang Xiao
It is planned at the end of this quarter, since we have some features and optimization not finished yet. On Tue, Nov 12, 2024 at 11:12 PM Alan C. Assis wrote: > Hi Wang Bowen, > > Do you have plans to submit and integrate it on the Linux kernel? > > I think this way it will be easier for more pe

Re: [External Mail]RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-11-12 Thread Alan C. Assis
Hi Wang Bowen, Do you have plans to submit and integrate it on the Linux kernel? I think this way it will be easier for more people start to use RPMSG integrated with Linux and NuttX. BR, Alan On Tue, Nov 12, 2024 at 3:27 AM 汪博文 wrote: > Hi Andre, > > The attachment is the rpmsg_release_tx_b

Re: What is the right way to add PM to esp32c6

2024-11-12 Thread Felipe Moura Oliveira
Hello Tiago. When I am using WIFI config and enabling Auto-Sleep, the mcu can no longer wake up from light sleep, so it ends up restarting because of WD. Em ter., 12 de nov. de 2024 às 08:47, Tiago Medicci Serrano < tiago.medi...@gmail.com> escreveu: > Hi Felipe, > > What exactly is your problem

Re: What is the right way to add PM to esp32c6

2024-11-12 Thread Tiago Medicci Serrano
Hi Felipe, What exactly is your problem regarding light sleep and Wi-Fi? If I'm not mistaken, some hooks must be implemented in the Wi-Fi driver too. My suggestion: take a look at IDF's implementation and try light sleep with/without Wi-Fi: compare the `sdkconfig.h` enabling/disabling light sleep