Re: How enable "traces" for debug purpose ?

2024-08-20 Thread Felipe Moura Oliveira
Hello all, Some hours ago I was able to enable the report in the Nuttx console. It was necessary to add syslog enable to the menuconfig. Thanks for help Alan, Em ter., 20 de ago. de 2024 às 11:51, Alan C. Assis escreveu: > Hi Felipe, > > Open include/debug.h and search for ctlsinfo or ctlserr

Re: How enable "traces" for debug purpose ?

2024-08-20 Thread Alan C. Assis
Hi Felipe, Open include/debug.h and search for ctlsinfo or ctlserr and you will find the symbol you need to enable (CONFIG_DEBUG_CONTACTLESS_xxx) Then run: "make menuconfig" and search for (press "/") CONFIG_DEBUG_CONTACTLESS and you will find where to enable it. Best Regards, Alan On Mon, Aug

Re: Help us to create a distributed board testing farm

2024-08-20 Thread raiden00pl
One of the ideas that came to mind when working with the x86 architecture and the ACRN hypervisor was that this setup could be a powerful tool for automating complex tests for NuttX. On a multicore x86 machine with a hypervisor, we can compile different NuttX images, run them simultaneously, and te