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