Re: USB console issues

2025-05-09 Thread Matteo Golin
It appears that is working, however I'm dealing with some side-effect where the GPIO interrupt devices I am registering (/dev/gpio) are not being created when I disable the USB console. I'm reading debug information out of the I do have CONFIG_DEV_GPIO enabled so this is odd. I'll have to investig

Re: USB console issues

2025-05-08 Thread Xiang Xiao
Do you have dev/null? nuttx could fallback /dev/null if you disable console: https://github.com/apache/nuttx/blob/master/sched/group/group_setupidlefiles.c#L79 On Fri, May 9, 2025 at 12:22 AM Matteo Golin wrote: > Hello, > > I am working on making an application run on the W5500-EVB RP2040 board

USB console issues

2025-05-08 Thread Matteo Golin
Hello, I am working on making an application run on the W5500-EVB RP2040 boards on its own instead of via NSH. I've noticed that the moment I turn off the USB console option (i.e. I don't use boardctl to start the USB driver and duplicate the file descriptor as 0, 1 and 2), the application no lo