I would like to wait until 1st April so that most licensed are cleared to
Apache
then I would like to help as a release managed
Regards
Alin
On Fri, Mar 19, 2021 at 8:46 PM Abdelatif Guettouche <
abdelatif.guettou...@gmail.com> wrote:
> Hi,
>
> Our latest release was on December 6th. It's fair
Hi,
Our latest release was on December 6th. It's fair to say that we
should start planning for NuttX-10.1.
Last time Adam and Alin offered to be release managers, do you guys
still want to do that?
We can start by devising our plan and pick a date to create the branches.
Yes, it's better to list new API exposed to the userspace and finalize API
set after discussion. Then we discuss how to expose them to userspace:
1.driver
2.procfs
3.boardctl
4.sysctl
On Fri, Mar 19, 2021 at 9:31 PM Matias N. wrote:
> There's somewhat of a (reduced) PM interface to userspace, vi
There's somewhat of a (reduced) PM interface to userspace, via boardctl(),
which passes on the PM_STAY, PM_RELAX and others to PM subsystem. This could be
extended or indeed you could create a specific driver. The downside of this is
that it requires runtime registration on board initialization
2. Add a procfs option to the PM driver that exposes /procfs/power/state which
can be modified from the user space as well.
Currently the procfs is read-only, but there is no reason that I can
think of that we could no extended to support writing.
Hello Xiang,
Sorry for the late reply.
Absolutely. I will do that.
Best regards,
Flavio
Em qua., 17 de mar. de 2021 às 10:57, Xiang Xiao
escreveu:
>
> Good news. It will be great if you can document your experience in the
> Documentation folder when you find some free time.
>
> On Wed, Mar 17
Hi Matias,
Because we have an application that manages the power state machine by itself,
therefore we don't need a governor and would like to view and change the power
state.
For testing we've been calling the OS interface directly from the user space
application.
This is indeed not ideal, t