Re: Podling Nuttx Report Reminder - July 2022

2022-06-28 Thread Nathan Hartman
On Tue, Jun 28, 2022 at 10:03 PM wrote: > Dear podling, > > This email was sent by an automated system on behalf of the Apache > Incubator PMC. It is an initial reminder to give you plenty of time to > prepare your quarterly board report. > > The board meeting is scheduled for Wed, 20 July 2022.

Podling Nuttx Report Reminder - July 2022

2022-06-28 Thread jmclean
Dear podling, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Wed, 20 July 2022. The report for your podling will form a part of the

Re: net/if_arp.h - standard header?

2022-06-28 Thread Nathan Hartman
On Tue, Jun 28, 2022 at 4:05 PM Nathan Hartman wrote: > > I have a program that builds under Linux, BSD, and macOS which > includes the net/if_arp.h header. > > This header does not seem to exist under NuttX. > > It is included for the ARPHRD_ETHER define (and possibly other things). > > I see

net/if_arp.h - standard header?

2022-06-28 Thread Nathan Hartman
I have a program that builds under Linux, BSD, and macOS which includes the net/if_arp.h header. This header does not seem to exist under NuttX. It is included for the ARPHRD_ETHER define (and possibly other things). I see that under NuttX, this is defined in net/arp.h, rather than

RE: [ANNOUNCE] Apache NuttX 10.3.0-incubating released

2022-06-28 Thread alin.jerpe...@sony.com
My plan is to start the release process every 3 moths Best regards Alin -Original Message- From: Abdelatif Guettouche Sent: den 24 juni 2022 13:16 To: dev@nuttx.apache.org Subject: Re: [ANNOUNCE] Apache NuttX 10.3.0-incubating released > What are next steps? Release wise, nothing

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-28 Thread Alan Carvalho de Assis
Yes, a lot of files with hyphen: $ find . -name "*-*" ./arch/z80/src/ez80/clang-compat.asm ./arch/xtensa/include/esp32s2/core-isa.h ./arch/xtensa/include/esp32s2/tie-asm.h ./arch/xtensa/include/esp32/core-isa.h ./arch/xtensa/include/esp32/tie-asm.h ./arch/xtensa/include/esp32s3/core-isa.h

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-28 Thread Gregory Nutt
The ZiLOG tools won't accept a hyphen in file names either This problem exists for other directories and files that include a hypen in the name.  There have been several PRs changing file/directory names to use an underscore instead of a hyphen.

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-28 Thread Gregory Nutt
I also prefer '-' character but after some adventures with crazy JavaScript world I have switched to '_' as it treated part of the string as mathematical subtraction operation on the string lol :-) :-) :-) I never had this problem with C or Python so we should be safe here :-) :-) The ZiLOG

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-28 Thread Alan Carvalho de Assis
Agree! nuttx_apps is better :-) BR, Alan On Tuesday, June 28, 2022, Tomek CEDRO wrote: > On Tue, Jun 28, 2022 at 9:50 AM Sebastien Lorquet wrote: > > if I can express my taste on this extra minor choice I think nuttx-apps > > looks better than nuttx_apps > > I also prefer '-' character but

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-28 Thread Tomek CEDRO
On Tue, Jun 28, 2022 at 9:50 AM Sebastien Lorquet wrote: > if I can express my taste on this extra minor choice I think nuttx-apps > looks better than nuttx_apps I also prefer '-' character but after some adventures with crazy JavaScript world I have switched to '_' as it treated part of the

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-28 Thread Sebastien Lorquet
hi, yes, this solution "just" requires a sed on all defconfig files, and avoids having to specify the directory name in the git clone command, which can easily be forgotten. if I can express my taste on this extra minor choice I think nuttx-apps looks better than nuttx_apps Sebastien On