Re: LDFLAGS -nostdlib for arm-nuttx-elf?

2022-05-19 Thread Nathan Hartman
On Wed, May 18, 2022 at 1:32 PM Xiang Xiao wrote: > > -nostdlib is specific to clang/gcc toolchain, not specific to arm or elf. > Only gcc/clang toolchain add this flag, other toolchain(e.g. z80) still > keep as before. Okay that makes sense. Thanks for the explanation. Cheers, Nathan

Re: Anyone using SAMv7 PWM?

2022-05-19 Thread Petro Karashchenko
Hello team, Me and Michal are having a discussion in comments to https://github.com/apache/incubator-nuttx/pull/6298 The point of discussion is a PWM multi-channel mode. For PWM multi-channel mode we are having CONFIG_PWM_NCHANNELS that is a "Number of Output Channels Per Timer" and "struct pwm_i

Network debug info level breaks nx_start -> group_setupidlefiles

2022-05-19 Thread Sebastien Lorquet
Hi, I have a nucleo-h743zi, in which I have enabled network. It seems to work so far. When I enable Network Info Debug, I get a crash. The crash does not happen with Network info disabled (Enabling network warnings and errors is ok) I am writing on the mailing list to get feedback and discu

Re: Network debug info level breaks nx_start -> group_setupidlefiles

2022-05-19 Thread Nathan Hartman
On Thu, May 19, 2022 at 12:40 PM Sebastien Lorquet wrote: > > Hi, > > I have a nucleo-h743zi, in which I have enabled network. > > It seems to work so far. > > When I enable Network Info Debug, I get a crash. > > The crash does not happen with Network info disabled (Enabling network > warnings and

Re: Network debug info level breaks nx_start -> group_setupidlefiles

2022-05-19 Thread Petro Karashchenko
Hi, Most probably we need to trace when network init is done. Usually in the early stages the "# define showprogress(c) arm_lowputc(c)" and "arm_lowputs" is used to trace the init process, so maybe you can instrument the code to find out what is going on. Best regards, Petro чт, 19 трав. 2022 р