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

2020-02-28 Thread Apache Jenkins Server
See Changes: -- [...truncated 532.89 KB...] net_ipv4addr_hdrcopy(ipv4->srcipaddr, &dev->d_ipaddr); ^~~~ tcp/tcp_send.c:336:7: warning: dereferencing type-

Re: Possibility of nested signals.

2020-02-28 Thread Yang Chung Fan
Hi Greg, > > Where do you see a problem in this? > I found that 2 tasks can race calling up_schedule_sigaction to set the sigdeliver in TCB. In up_schedule_sigaction , a critical section should prevent this from happening. However, If the calling task suspends voluntary, e.g. by calling syslog, a

Re: Possibility of nested signals.

2020-02-28 Thread Gregory Nutt
Hi, I noticed that both the armv7m and x86 port of nuttx's signal sending procedure cannot handle nested signals. I am wondering that in the up_sigdeliver functions. A task A, being signaled, is possibile to be switch-out because of 1. calling syslog via sinfo 2. interrupts A newly switche

SAMA5D27 USB support?

2020-02-28 Thread Adam Feuer
Hi, I'm working on SAMA5D27 peripheral support, specifically right now USB 2.0 HS. I ported some code from the SAMA5D36-Xplained board, and got it to compile. But the USB port doesn't appear to work. I haven't done much debugging yet, but I thought I would reach out for help. Has anyone else got

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

2020-02-28 Thread Apache Jenkins Server
See Changes: -- [...truncated 1.28 MB...] telnetc.c:2210:6: error: conflicting types for 'telnet_begin_newenviron' void telnet_begin_newenviron(FAR struct telnet_s **telnet, unsigned

Re: nightly build failures

2020-02-28 Thread Justin Mclean
Hi, > But the dev maillist hasn't got the jenkins fail email notice. Could you > please help look into this or should we ask help from Apache Infra? The email would be moderated because the sender of the email is not subscribed to this list. That moderated email may of ended up in spam folders.

Re: Progress on making a release

2020-02-28 Thread Justin Mclean
Hi, > First thing is to created DISCLAIMER, LICENSE and NOTICE files. > I created a draft PR > (https://github.com/apache/incubator-nuttx/pull/392) where I added > these files. > Please check it and share your thoughts. I’d like to see more than just "* Releases may have incomplete licensing con

Re: Progress on making a release

2020-02-28 Thread Justin Mclean
Hi, The release process is: - Create an release candidate and vote on the release on this list - If that vote passes then ask the IPMC to vote on the release on the general@incubator list A vote passes if you get 3 or +1 votes and more +1 votes than -1 votes. A -1 vote is not a veto. Only (P)PM

Re: debugging SAMA5D2 serial port issues

2020-02-28 Thread Gregory Nutt
Hi, Adam, I created a PR from Takeyoshi's patches: Fix/sama5d2 serial console I verified they work on the SAMA5D27. I don't have a SAMA5D4 board yet, but I verified the AIC Interrupt Redirect Key is the same for the D2 and D4 chips by looking

Re: debugging SAMA5D2 serial port issues

2020-02-28 Thread Adam Feuer
I created a PR from Takeyoshi's patches: Fix/sama5d2 serial console I verified they work on the SAMA5D27. I don't have a SAMA5D4 board yet, but I verified the AIC Interrupt Redirect Key is the same for the D2 and D4 chips by looking at the most

Re: debugging SAMA5D2 serial port issues

2020-02-28 Thread Gregory Nutt
Fantastic! Thank you! The patches worked and I have a serial console on the SAMA5D27! I'll create a PR for these patches, crediting you. Hmm.. are these changes that need to come upstream?

Re: debugging SAMA5D2 serial port issues

2020-02-28 Thread Adam Feuer
Takeyoshi, Fantastic! Thank you! The patches worked and I have a serial console on the SAMA5D27! I'll create a PR for these patches, crediting you. cheers adam On Fri, Feb 28, 2020 at 8:09 AM Adam Feuer wrote: > Thanks Takeyoshi, I'll try your patches today! And thanks for the pointer > to bar

Re: debugging SAMA5D2 serial port issues

2020-02-28 Thread Adam Feuer
Thanks Takeyoshi, I'll try your patches today! And thanks for the pointer to barebox, I didn't know about it. I am glad it supports the AT91 SAMA5 boards. cheers adam On Fri, Feb 28, 2020 at 4:17 AM Takeyoshi Kikuchi wrote: > Hi, > > I also debugged on the same board and confirmed that it works

Re: debugging SAMA5D2 serial port issues

2020-02-28 Thread Takeyoshi Kikuchi
Hi, I also debugged on the same board and confirmed that it works, so I will send a patch. Booting from barebox with bootm command. --- RomBOOT AT91Bootstrap 3.9.1-rc1-1-g888c3a1 (Sat Dec 21 17:20:28 JST 2019) MMC: ADMA supported SD/MMC: Done to load