NuttX and timezone support

2024-12-02 Thread Laczen JMS
Hi, I am working with NuttX on a esp32 based ttgo_eink5. So far I have been able to get the wifi and the ntpclient working (as well as the fb). As I am in a timezone that uses daylight saving I am trying to enable the use of timezones. However I can seem to get this working, I see no /etc/timezone

Re: NuttX and timezone support

2024-12-03 Thread Laczen JMS
cumentation 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 see if someone here has a different opinion. > > BR, > > Alan > > On Mon,

cmake support for espressif devices

2024-12-09 Thread Laczen JMS
Hi, I was trying to use out of tree builds using cmake for a esp32c3. It seems that cmake is not supported on this device (and from a quick search, none of the espressif boards). Is this a WIP or are there no plans to add cmake support for these devices? I would like to help if needed, but I wou

Re: [Discuss] LTS releases

2025-02-11 Thread Laczen JMS
Hi Alin, I also encourage this. I would start by defining what is expected from a LTS: A LTS release of NuttX is a release that will be maintained and supported over a longer period of time (1 year). LTS updates are mainly focused on bugfixes that where discovered and corrected during the support

Re: How do I build for different boards?

2024-12-19 Thread Laczen JMS
Hi Alan and Aaron, I am also a noob and facing what I think is a similar problem. I would like to create some specific configuration (defconfig) outside of the nuttx folder while maintaining my nuttx folder free from changes so that I can keep the nuttx folder in sync with the repo. What is the be

Re: How do I build for different boards?

2024-12-19 Thread Laczen JMS
/user/boardconfigs/mynsh mynsh > $ cd - > $ ./tools/configure.sh stm32f4discovery:mynsh > $ make -j > > BR, > > Alan > > On Thu, Dec 19, 2024 at 6:46 AM Laczen JMS wrote: > > > Hi Alan and Aaron, > > > > I am also a noob and facing what I think is a similar p

Re: Vote for rename modlib to libelf

2025-04-07 Thread Laczen JMS
+1 On Mon, Apr 7, 2025, 11:36 chao an wrote: > Hi community, > > Some green hand and individual developer who are not familiar with nuttx > may be confused by the naming of modlib, in currect implement, modlib as an > elf loader and parser, does not provide any features other than elf. > > In th