Re: ostest with CONFIG_PRIORITY_INHERITANCE=Y

2023-04-14 Thread Xiang Xiao
On Sat, Apr 15, 2023 at 5:07 AM Petro Karashchenko < petro.karashche...@gmail.com> wrote: > Hello team, > > I want to ask a question regarding running the ostest with priority > inheritance on the sim target. The priority inheritance test uses a special > routine for "hog_cpu" on the sim target by

ostest with CONFIG_PRIORITY_INHERITANCE=Y

2023-04-14 Thread Petro Karashchenko
Hello team, I want to ask a question regarding running the ostest with priority inheritance on the sim target. The priority inheritance test uses a special routine for "hog_cpu" on the sim target by calling "up_idle()". I understand that it is due to the simulator not having any mechanism to do as

V NuttX International Workshop

2023-04-14 Thread Alan C. Assis
Hi Everyone, We have confirmed the data/local of 5o NuttX Workshop: Date: Sept 29 - 30 2023 Time slots: 8h-12h 14h-18h Event Place: FEEC - Unicamp (https://www.fee.unicamp.br/ ) - Campinas/Brazil https://www.s-drupal.fee.unicamp.br/?language=en So, those interest to participate o

Re: [Breaking change] Move nxmutex to sched

2023-04-14 Thread Jukka Laitinen
Hi, I am not sure whether it is necessary to separate mutex and semaphore (although I do see the performance gain that it would give for mutex), but there is another related topic I would like to raise. Currently, the semaphores don't work (at all) for CONFIG_BUILD_KERNEL. The simple reason