Re: LCD Framebuffer putarea and display redraw

2022-07-21 Thread Karel Kočí
Hi Excerpts from Alan Carvalho de Assis's message of July 20, 2022 5:21 pm: > Hi Karel, > > On 7/20/22, Karel Kočí wrote: >> Hi >> >> I discovered that commit 664d45dcbace03a879017aa99566592be31f4308 broke LCD >> >> framebuffer (at least for ST7789). The issue is with `putarea` call. >> Original

Expose net_driver_s tx buffer status to implement POLLOUT

2022-07-21 Thread Peter van der Perk
Hi, For SocketCAN I would like to implement the POLLOUT functionality. However this means I've to query the driver check if the internal TX buffer is full. My first thought would be extending struct net_driver_s with the following callback int (*d_txfull)(FAR struct net_driver_s *dev); Would thi

Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Alan Carvalho de Assis
Hi team, I received this email and I don't know what we need to do to avoid it: ‪MrsSnoozyTurtle‬ left a message on *your talk page* in "*‪Proposed deletion of NuttX‬*". The article NuttX has been proposed for deletion because of the following concern: Promotional article While all constructive c

Re: LCD Framebuffer putarea and display redraw

2022-07-21 Thread Alan Carvalho de Assis
Hi Karel, On Thursday, July 21, 2022, Karel Kočí wrote: > Hi > > Excerpts from Alan Carvalho de Assis's message of July 20, 2022 5:21 pm: > > Hi Karel, > > > > On 7/20/22, Karel Kočí wrote: > >> Hi > >> > >> I discovered that commit 664d45dcbace03a879017aa99566592be31f4308 > broke LCD > >> > >>

Re: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Marc Rosen
Hi, well I would recommend to object to deletion per wikipedia guide lines [1]. Then figure out what is deemed "promotional" about the article because I could not. [1]: https://en.wikipedia.org/wiki/Wikipedia:Proposed_deletion#Objecting Regards, Marc Rosen ZeitControl Cardsystems GmbH Siedler

RE: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread alin.jerpe...@sony.com
I can't spot promotional materials and I think that we should try to contact MrsSnoozyTurtle and understand what is his concern Best regards Alin -Original Message- From: Alan Carvalho de Assis Sent: den 21 juli 2022 13:10 To: dev Subject: Wikipedia: "Proposal deletion of NuttX"

Re: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Michal Lenc
Hi Alan, as a former administrator on Czech Wikipedia I personally do not see a reason for a deletion. But it may be the standards on English Wiki are different, each language mutation has its own rules. What could help from my point of view would be an addition of "history" chapter or somethi

Re: LCD Framebuffer putarea and display redraw

2022-07-21 Thread Karel Kočí
Excerpts from Alan Carvalho de Assis's message of July 21, 2022 1:20 pm: > Hi Karel, > > On Thursday, July 21, 2022, Karel Kočí wrote: > >> Hi >> >> Excerpts from Alan Carvalho de Assis's message of July 20, 2022 5:21 pm: >> > Hi Karel, >> > >> > On 7/20/22, Karel Kočí wrote: >> >> Hi >> >> >>

Re: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Tomek CEDRO
On Thu, Jul 21, 2022 at 1:10 PM Alan Carvalho de Assis wrote: > Hi team, > I received this email and I don't know what we need to do to avoid it: > ‪MrsSnoozyTurtle‬ left a message on *your talk page* in "*‪Proposed > deletion of NuttX‬*". > The article NuttX has been proposed for deletion because

Re: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Tomek CEDRO
On Thu, Jul 21, 2022 at 2:33 PM Tomek CEDRO wrote: > (..) Wikipedia is not what it used to be. (..) By the way, in any system there should be a feedback controlling the system, including rogue administrators. We cannot accept this situation, as this happened to me before, it happens now, and it wi

Re: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Tomek CEDRO
On Thu, Jul 21, 2022 at 2:37 PM Tomek CEDRO wrote: > By the way, in any system there should be a feedback controlling the > system, including rogue administrators. We cannot accept this > situation, as this happened to me before, it happens now, and it will > happen in future. Wikipedia cannot beco

Re: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Alan Carvalho de Assis
Thank you guys! I just remove the Removal and asked the guy to explain what he saw as Promotion Material. Michael, I think it is a good idea to keep the listing of supported features, it could help people that are not developers to make the direct decision when choosing a RTOS. Please take a look

Re: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Tomek CEDRO
On Thu, Jul 21, 2022 at 3:17 PM Tomek CEDRO wrote: > I have posted an opposition to deleting Free-and-Open-Source projects > from WikiPedia, particulary the NuttX, with explanation, on the > MrsSnoozyTurtle (focused mostly on deleting articles) talk page: > > https://en.wikipedia.org/wiki/User_talk

Re: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Alan Carvalho de Assis
Hi Tomek, Thank you for your support on it. I don't know how we could avoid it, if someone decided that NuttX is not relevant they can go on and try to suggest to remove the article. Fortunately I was on my computer today and saw it, but imagine if I was in vacation? Maybe others here need to se

Re: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Tomek CEDRO
On Thu, Jul 21, 2022 at 3:56 PM Alan Carvalho de Assis wrote: > Hi Tomek, > Thank you for your support on it. > I don't know how we could avoid it, if someone decided that NuttX is > not relevant they can go on and try to suggest to remove the article. Hmm looking at the activities from the IP add

Simulator loop task.

2022-07-21 Thread Fotis Panagiotopoulos
Hello, I am having some issues with scheduling in simulator. I noticed that there is a "loop task", that performs various house-keeping tasks. This task is started with a priority of SCHED_PRIORITY_MIN. Is this correct / on-purpose? I would expect this task to run on maximum priority, simulating

Re: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Sebastien Lorquet
Hi, The NuttX page should obviously not be deleted by it is not exactly written in an encyclopedic style I see text like (because Mr Greg did something and something) - you should try to edit that so that it sounds more formal and neutral This is not biased opinions, but is clearly not acad

Re: Simulator loop task.

2022-07-21 Thread Xiang Xiao
On Thu, Jul 21, 2022 at 11:27 PM Fotis Panagiotopoulos wrote: > Hello, > > I am having some issues with scheduling in simulator. > I noticed that there is a "loop task", that performs various house-keeping > tasks. > > This task is started with a priority of SCHED_PRIORITY_MIN. > Is this correct

Re: Simulator loop task.

2022-07-21 Thread Fotis Panagiotopoulos
Here is the actual issue: The timer g_system_timer is updated in the IDLE task. This causes problems, because time is not advancing if the system does not have any idle time. The timer behaves erratically, or just gets stuck. For example, a spin-lock-like structure, as is the following snippet, w

Re: Simulator loop task.

2022-07-21 Thread Xiang Xiao
On Fri, Jul 22, 2022 at 12:12 AM Fotis Panagiotopoulos wrote: > Here is the actual issue: > > The timer g_system_timer is updated in the IDLE task. > This causes problems, because time is not advancing if the system does not > have any idle time. > > Ok, you don't enable tickless mode. If you en