Results 627 comments of Alan C. Assis

8. **Perform Benchmarks Metrics** Create standard performance tests: Boot time benchmarks Context switch time Interrupt latency Track performance regressions automatically in CI.

9. **Create Templates for Documentation** The idea is to have standard reference documents to be used when adding documentatio for a new Boards, a new Driver, etc

10. **Static Analysis into CI** Using static analysis we can find simple mistakes that might have been introduced. Things like a function that forgot to return a value in some...

11. **Create a base board with a standard MCU plug/insert connector** The idea is to have a single base board with many peripherals (sensors, display, audio codec, ethernet, etc) and...

Hi @Jasinsky thank you very much for that link! Yes the idea is similar to that one, but in their case the mainboard just come with connector that user could...

Hi @NevynUK we didn't start it yet, but my initial idea was to took a look at coccinelle and frama-c, but yest cpp-check seems a nice option. Another option to...

@github-xiaodong thanks for confirming that the issue was fixed in mainline. Did you compare nxffs performance related to smartfs and littlefs?

@stbenn does the PR #16422 closes this Issue? You case setup a PR to close an issue automatically, just use "closes #123" or "fixes #123" in the Summary

@raiden00pl maybe we should put "depends on FS_PROCFS" there, but this solution it bad because it hides the option from users. A clumsy workaround is creating a menu entry depending...

@Fix-Point nice! Please include some testing on real machine as well (QEMU tests sometimes will not catch some issues). If you can please include some performance tests, maybe the benchmarks...