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

2020-07-07 Thread Apache Jenkins Server
See Changes: -- Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. [EnvInject] - Preparing an environment for the build. [EnvInject] - Keeping Jenkin

Re: driver question about memory and calloc

2020-07-07 Thread Adam Feuer
Greg, Thanks. I'll change the call to kmm_malloc() or kmm_memalign() and see if that works too. cheers adam On Tue, Jul 7, 2020 at 9:03 PM spudaneco wrote: > I don't know anything about the DMA, but you should not call calloc() from > within the OS. That does not work in all configurations.In

RE: driver question about memory and calloc

2020-07-07 Thread spudaneco
I don't know anything about the DMA, but you should not call calloc() from within the OS.  That does not work in all configurations.Instead  include nuttx/kmalloc,h and call kmm_malloc().  If you want aligned memory, call kmm_memalgn().Sent from Samsung tablet. Original message

driver question about memory and calloc

2020-07-07 Thread Adam Feuer
Hi, I am getting the SAMA5D27 SDMMC SD Card driver pull request ready. There's one small issue I'm working on, though. There's a place in the driver initialization where I calloc() some memory– 466 bytes. DMA data transfers while reading from files times out if I don't have the calloc() in there.

[VOTE] Apache NuttX 9.1.0 (incubating) RC2 release

2020-07-07 Thread Brennan Ashton
Hello all, Apache NuttX (Incubating) 9.1.0 has been staged under [1] and it's time to vote on accepting it for release. If approved we will seek final release approval from the IPMC. Voting will be open for 72hr. This RC replaces RC1 which was never released due to files that were being stripped o

checkrelease.sh script

2020-07-07 Thread Adam Feuer
Hi, I added a sim:nsh build to the new checkrelease.sh script, the PR is here: https://github.com/apache/incubator-nuttx/pull/1382 If you're interested, you can try this out on the new 9.1.0-RC2 candidate when it comes out. cheers adam -- Adam Feuer

Re: [VOTE] Apache NuttX 9.1.0 (incubating) RC1 release

2020-07-07 Thread Abdelatif Guettouche
For a more detailed discussion on why the current RC is canceled, please head to https://github.com/apache/incubator-nuttx/issues/1363 I created the PRs to backport all the necessary commits. Brennan, if you've got some time to take a look and cut RC2 tonight, that would be great. Thanks in advance

Re: Help with Apache Github Invite

2020-07-07 Thread Brennan Ashton
Anthony sorry this is still stuck. I have found them to be responsive on JIRA. https://issues.apache.org/jira/browse/INFRA --Brennan On Tue, Jul 7, 2020, 1:37 PM Anthony Merlino wrote: > I sent an email to us...@infra.apache.org last week and I still haven't > heard anything. > > Should I get

Re: Help with Apache Github Invite

2020-07-07 Thread Anthony Merlino
I sent an email to us...@infra.apache.org last week and I still haven't heard anything. Should I get a confirmation that they received the ticket? Who else can I contact to get help? On Thu, Jul 2, 2020 at 2:29 PM Nathan Hartman wrote: > On Thu, Jul 2, 2020 at 1:16 PM Anthony Merlino > wrote:

Re: Work queue lock up

2020-07-07 Thread Anthony Merlino
Hi all, This issue is specific to the tickless driver for STM32F7 devices. There is a draft PR here https://github.com/apache/incubator-nuttx/pull/1380 But there is an issue with how I'm calling nxsched_alarm_expiration that still needs to be resolved. How can I force the call to nxsched_alarm_

Re: [VOTE] Apache NuttX 9.1.0 (incubating) RC1 release

2020-07-07 Thread Brennan Ashton
Yes this was basically cancelled already sorry I did not announce it. This has been resolved as of yesterday but I need backport two more patches to cut the release tonight. On Tue, Jul 7, 2020, 11:16 AM Adam Feuer wrote: > Hi, I need to change my vote to -1 for 9.1.0-RC1. > > I updated the chec

Re: [VOTE] Apache NuttX 9.1.0 (incubating) RC1 release

2020-07-07 Thread Adam Feuer
Hi, I need to change my vote to -1 for 9.1.0-RC1. I updated the checkrelease.sh script to build sim:nsh as suggested by Xiang. (No PR yet, but here's the script on my branch: checkrelease.sh.) I discovered that the RC1 release candidate appears to be missing this file: boards/sim/sim/sim/src/etc

Re: QuickLogic Open Source MCU + FPGA

2020-07-07 Thread Erdem MEYDANLI
Hi Brennan, Thanks for the update and the good work you've done for the platform. As for my board, I got an email from QuickLogic ten days ago that it was shipped. It looks like the board still has a long way to go (to arrive in Europe), but I am still waiting patiently. :) As soon as the board a

Re: QuickLogic Open Source MCU + FPGA

2020-07-07 Thread Brennan Ashton
Erdem, Just wanted to give an update, I have the initial port mostly working with NSH running. There is still some stuff I have hard coded around clocking and the IOMUX and the style needs to be cleaned up in a few places but it is coming together. I am keeping the PR up-to-date on my fork until