I wrote a fuzzer for NuttX that looks for build breaks by changing Kconfig options one by one.
I'm thinking of porting it to NTFC, so that all testing tools for NuttX are available in one tool.
Functions that could be added:
- fuzz Kconfig options and look for build breaks
- fuzz Kconfig options and run ostest
- fuzz Kconfig options and create memory usage reports
I wrote a fuzzer for NuttX that looks for build breaks by changing Kconfig options one by one.
I'm thinking of porting it to NTFC, so that all testing tools for NuttX are available in one tool.
Functions that could be added: