Results 627 comments of Alan C. Assis

More some info: eac916c90797d1c342e9e9663084b3155d49a481 - doesn't work ed1535f18846ebcd1744121b85de40dde5d25e3d - prints: DKKKKKKK... in the serial console

Thank you @patacongo for confirming the issue. At least for AVR issue, using version 7.16 to 7.17 is enough to track the serial issue.

@patacongo I think it is not much problematic since nobody it too worried about preserving all arches and boards, but I think it should be nice to have the complete...

@mildsky there is something wrong on your config! sched_cpuload.c is only compiled when CONFIG_SCHED_CPULOAD is enabled and by default it is disabled: ``` $ cat .config | grep CONFIG_SCHED_CPULOAD #...

@raiden00pl I think we could create a skeleton/template that people could use when submitted new board/architecture documentation. Many boards are missing pictures, supported peripherals, instructions to flash the board, etc

@HakeemG @mraja-brooks please also test a recent version with the https://github.com/apache/nuttx/pull/10536 that seems to fix similar issue for @SimonFilgis

@halyssonJr please rebase to fix this conflict

@CartBlanche I suggest you to ask it in the nuttx mailing list, there are more people that could see your request. Are you subscribed to the mailing list? Info here:...

@xiaoxiang781216 I think these are two important things to have on NuttX: CMake and improved BLE stack!