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

2024-12-03 Thread Tiago Medicci Serrano
Hello Felipe, We have plans to do that, but for now, we have been investing in bug fixes and adding more peripherals, so we don't have a schedule for it. I suggest you open an issue on the repository and report the feature you want and what you have done so far. Eventually, other users may try to

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

2024-12-03 Thread Felipe Moura Oliveira
Hello Tiago, Do you have any expectation to add this feature to esp32c6? I am planning my tasks and I may be better waiting for Espressif to provide it. Em qua., 13 de nov. de 2024 às 16:38, Alan C. Assis escreveu: > Hi Tiago, > > I think the issue could be related to the GPIO RTC: the GPIO pi

Re: NuttX and timezone support

2024-12-03 Thread Laczen JMS
Hi Alan, I am still a noob in NuttX, but it was not clear from the documentation that I had to copy/adapt the sample code to mount the ROMFS filesystem in my board sources and insert the necessary call to the mount in the xxx_bringup.c. These changes require quite a good understanding of `#ifdef C

Re: NuttX and timezone support

2024-12-03 Thread Alan C. Assis
Hi Jehudi, I just saw in the Discord channel that you got it working. Please let's know what was the issue with our documentation and how did you fix it? Also I think your suggestion to move the mounting of procfs, tmpfs, etc from boards to some common initialization makes sense to me. Let's se