Alan C. Assis
Alan C. Assis
Hi @maxikrie thanks for reporting it! Could you please submit a fix? If you are busy I can do it.
@nopnop2002 by default RR is selected to this board: ``` CONFIG_RR_INTERVAL=200 ``` If you want to disable it set the value to 0: ``` CONFIG_RR_INTERVAL=0 ``` Please consider helping, adding...
@xiaoxiang781216 @patacongo @pkarashchenko I think it the default config is prone to error. It should be better to have CONFIG_SCHED_FIFO, CONFIG_SCHED_RR, CONFIG_SCHED_SPORADIC, etc What do you think?
@nopnop2002 thank you for pointing it, so our documentation is incorrect. If you can help, please modify the right documentation file at nuttx/Documentation/ and submit a PR to fix it....
@maxikrie I faced similar issue helping @JorgeGzm with witte board powered by stm32h753bi. I think it could be some issues related to STM32H7, because in other boards the issues doesn't...
@maxikrie so maybe this is not the same issue we are seeing in our board. Confirming that ps on stm32f4discovery still working: ``` nsh> uname -a NuttX 12.3.0 ffc7a192a0-dirty Dec...
@maxikrie good question, I think more investigation will be needed. Note that I'm using the default stacksize in stm32f4discovery board.
@jianglianfang before we merge it, could you please confirm that this tutorial still working after your modifications: https://nuttx.apache.org/docs/latest/platforms/sim/sim/index.html#running-vnc-server ?
Could you please verify the compilation error?
This is how I discovered to issue: I'm using the BK-AVR128 board and noticed that older NuttX version (i.e. 6.10 before Kconfig era) didn't have any activity in the serial...