Build failed in Jenkins: NuttX-Nightly-Build #67

2020-03-17 Thread Apache Jenkins Server
See Changes: -- [...truncated 504.18 KB...] Building NuttX... netinit.c:150:6: warning: #warning

Re: Nuttx Code Formatter Progress [Was RE: Should we relax precheck a little bit?]

2020-03-17 Thread Adam Feuer
David, Here' the draft PR, marked [Do Not Merge]: https://github.com/apache/incubator-nuttx/pull/583 -adam On Tue, Mar 17, 2020 at 12:40 PM David Sidrane wrote: > Hi Adam, > > > > See inline… > > > > *From:* Adam Feuer [mailto:a...@starcat.io] > *Sent:* Tuesday, March 17, 2020 12:10 PM > *To:

Re: Nuttx Code Formatter Progress [Was RE: Should we relax precheck a little bit?]

2020-03-17 Thread Gregory Nutt
Re: # indenting. I am not sure I understand your comments about this. Are the NuttX Style Guide sections on indenting correct? If so, we can probably add clang-format options to support this style. If not, can we co

RE: Nuttx Code Formatter Progress [Was RE: Should we relax precheck a little bit?]

2020-03-17 Thread David Sidrane
Hi Adam, See inline… *From:* Adam Feuer [mailto:a...@starcat.io] *Sent:* Tuesday, March 17, 2020 12:10 PM *To:* David Sidrane *Cc:* dev@nuttx.apache.org *Subject:* Re: Nuttx Code Formatter Progress [Was RE: Should we relax precheck a little bit?] David, Yes, I agree that it would be gre

Re: Nuttx Code Formatter Progress [Was RE: Should we relax precheck a little bit?]

2020-03-17 Thread Adam Feuer
David, Yes, I agree that it would be great if we can upstream the changes. I think that's possible, and I think we should try before making the decision to maintain our own fork. Yes, I also agree that the current config fixes a bunch of things, but also messes up a lot of other things too. Re:

Re: nslookup issue in DNS name resolution

2020-03-17 Thread Gregory Nutt
Try adding CONFIG_NET_ARP_SEND if you are using IPv4 On 3/17/2020 8:50 AM, Surya prakash Verma wrote: Hello All, I am trying to configure and test DNS Name resolution on RX65N. We are facing hang issue when running "nslookup google.com". After step debugging, We have observed, it is hanging a

nslookup issue in DNS name resolution

2020-03-17 Thread Surya prakash Verma
Hello All, I am trying to configure and test DNS Name resolution on RX65N. We are facing hang issue when running "nslookup google.com". After step debugging, We have observed, it is hanging at below code: ret = psock->s_sockif->si_recvfrom(psock, buf, len, flags, from, fromlen); in file recvfr

RE: Nuttx Code Formatter Progress [Was RE: Should we relax precheck a little bit?]

2020-03-17 Thread David Sidrane
Adam, Thank you for putting in the effort on this! I only suggest forking incase the LLVM project finds Nuttx' CS not of value. It would be great if we can upstream the changes. If we make this a DNM (Do Not Merge) Pull request we can discuss in-line where the comments will have context. J