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
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
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