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

Re: GitHub NuttX master branch protections

2025-05-08 Thread Nathan Hartman
Thank you so much Tomek! On Thu, May 8, 2025 at 5:54 PM Tomek CEDRO wrote: > Okay, we have now master branch protection in place for NuttX GitHub repo > :-) > > I am sorry for any inconvenience and troubles caused in a short window > of testing! > > If all works okay, please let me know, also if

Re: GitHub NuttX master branch protections

2025-05-08 Thread Tomek CEDRO
Okay, we have now master branch protection in place for NuttX GitHub repo :-) I am sorry for any inconvenience and troubles caused in a short window of testing! If all works okay, please let me know, also if there are any other updates required! When all works as expected I will apply similar pr

Re: RFC - AVR fixes and support for AVR DA/DB family

2025-05-08 Thread kr . git
Hello, On 2025-05-07 19:02, Xiang Xiao wrote: Yes, it's better to not introduce AVR_LINUXGCC_TOOLCHAIN_IS_GCC since: 1. Other arch doesn't have this similar option 2. For compatibility, we can either unselect DEBUG_OPT_UNUSED_SECTIONS in defconfig or verify ld add KEEP correctly A

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