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
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,
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
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
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
/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
+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