RE: [DISCUSS] NuttX 10.0.0 Release schedule

2020-09-23 Thread Jerpelea, Alin
HI Brennan, The release schedule looks god. @Adam Feuer I want to help you on the next release process if you want Regards Alin -Original Message- From: Adam Feuer Sent: den 23 september 2020 21:13 To: dev@nuttx.apache.org Subject: Re: [DISCUSS] NuttX 10.0.0 Release schedule Bren

Re: Help with Apache Github Invite

2020-09-23 Thread Abdelatif Guettouche
Was this resolved? Anthony, your name is now present here: https://github.com/orgs/apache/teams/nuttx-committers/members which means you should have access now. On Thu, Sep 17, 2020 at 5:02 PM Nathan Hartman wrote: > Hi folks, > > Can we get this sorted out please: > > On Thu, Sep 17, 2020 at 10

Re: [DISCUSS] NuttX 10.0.0 Release schedule

2020-09-23 Thread Adam Feuer
Brennan, Thanks for doing all this. I'm willing to be release manager for the next release after 10.0.0. -adam On Tue, Sep 22, 2020 at 10:13 PM Brennan Ashton wrote: > Hey all, we have talked in loose terms about this release, but I think > it is time we committed, it has been probably too lo

Re: i.MX RT 1060 ADC

2020-09-23 Thread Alan Carvalho de Assis
Hi Thomas, On 9/22/20, Thomas Axelsson wrote: > Hi, > > I have now created a PR for a simple IMXRT ADC driver. ( > https://github.com/apache/incubator-nuttx/pull/1868 ) > Nice work, thank you! > The names of register bit values for ADC_CFG:ADSTS do not match between > IMXRT 1020 and 1050/1060.

Re: Nuttx for Nucleo-F429ZI

2020-09-23 Thread Gregory Nutt
In most board bring-up logic, the procfs is auto-mounted on power up.  Like this from the STM32F4 Discovery:     #ifdef CONFIG_FS_PROCFS   /* Mount the procfs file system */   ret = mount(NULL, STM32_PROCFS_MOUNTPOINT, "procfs", 0, NULL);   if (ret < 0)     {   serr("ERR

Re: Nuttx for Nucleo-F429ZI

2020-09-23 Thread Nathan Hartman
> On Mon, Sep 21, 2020, at 13:34, Nathan Hartman wrote: > > Need to mount procfs for ifconfig to work. On Wed, Sep 23, 2020 at 10:48 AM Matias N. wrote: > It would be really helpful if the "procfs" word appeared in that error. That > error is really cryptic. Agreed. I have created issue 1883 [

[DISCUSS]Move GPL licensed repos "Buildroot and tools" under Apache

2020-09-23 Thread Abdelatif Guettouche
Hi, We have had discussions on several occasions regarding the GPL licensed Buildroot and Tools repository. We were told that it's possible to make exceptions to well-known projects and host them under Apache. We would like to come to a final decision and move forward with this. Is there anythi

Re: Fwd: Re: [nuttx] nuttx.org going away

2020-09-23 Thread Abdelatif Guettouche
> Would you like to start that thread (I'd recommend a [DISCUSS] in the subject) or shall I? I did. On Wed, Sep 23, 2020 at 2:33 PM Nathan Hartman wrote: > On Tue, Sep 22, 2020 at 10:29 AM Abdelatif Guettouche > wrote: > > > > > The question is: what do we have to do to move this forward? > >

Re: Nuttx for Nucleo-F429ZI

2020-09-23 Thread Matias N.
It would be really helpful if the "procfs" word appeared in that error. That error is really cryptic. On Mon, Sep 21, 2020, at 13:34, Nathan Hartman wrote: > On Sat, Sep 19, 2020 at 7:36 AM Flavio Castro Alves Filho > wrote: > > The problem that I am facing now is that is that the network interf

Re: Nuttx for Nucleo-F429ZI

2020-09-23 Thread Flavio Castro Alves Filho
Hello Nathan, Thank you for your return. I found this procedure on another similar tutorial :-) I could see the network interface up. Best regards, Flavio Em seg., 21 de set. de 2020 às 13:34, Nathan Hartman escreveu: > > On Sat, Sep 19, 2020 at 7:36 AM Flavio Castro Alves Filho > wrote: >

Re: [DISCUSS] NuttX 10.0.0 Release schedule

2020-09-23 Thread Brennan Ashton
On Wed, Sep 23, 2020, 7:13 AM Nathan Hartman wrote: > On Wed, Sep 23, 2020 at 9:55 AM Matias N. wrote: > > > > Ok, I created the "future" milestone for this. We should try to get all > PRs issues in either > > of these two milestones during that week. > > > > Also, I'm not sure how you're findin

Re: [DISCUSS] NuttX 10.0.0 Release schedule

2020-09-23 Thread Nathan Hartman
On Wed, Sep 23, 2020 at 9:55 AM Matias N. wrote: > > Ok, I created the "future" milestone for this. We should try to get all PRs > issues in either > of these two milestones during that week. > > Also, I'm not sure how you're finding all PRs for this release to build > release notes, but one pos

Re: Podling Nuttx Report Reminder - October 2020

2020-09-23 Thread Nathan Hartman
On Sat, Sep 19, 2020 at 9:07 PM wrote: > The report for your podling will form a part of the Incubator PMC > report. The Incubator PMC requires your report to be submitted 2 weeks > before the board meeting, to allow sufficient time for review and > submission (Wed, October 07). > > Please submit

Re: [DISCUSS] NuttX 10.0.0 Release schedule

2020-09-23 Thread Matias N.
Ok, I created the "future" milestone for this. We should try to get all PRs issues in either of these two milestones during that week. Also, I'm not sure how you're finding all PRs for this release to build release notes, but one possibility is to use GH CLI tool. It can be used to list PRs and

Re: [DISCUSS] NuttX 10.0.0 Release schedule

2020-09-23 Thread Nathan Hartman
On Wed, Sep 23, 2020 at 9:33 AM Matias N. wrote: > also sounds good. During that week we could take all issues and PRs with > unassigned > milestone in GH and assign them to 10.0 or to an "untargeted" or "future" > release. > Those with 10.0 milestone should be merged/addressed to include in rel

Re: Fwd: Re: [nuttx] nuttx.org going away

2020-09-23 Thread Nathan Hartman
On Tue, Sep 22, 2020 at 10:29 AM Abdelatif Guettouche wrote: > > > The question is: what do we have to do to move this forward? > > I suggest we start by creating a new thread with a clear title, > something like "Move GPL licensed repos "Buildroot, kconfig-front-ends > and tools" under Apache" >

Re: [DISCUSS] NuttX 10.0.0 Release schedule

2020-09-23 Thread Matias N.
Hi Brennan, I can help with the doc versioning in CI since I've partly worked that. As per the release schedule, sounds right to me. The feature freeze window also sounds good. During that week we could take all issues and PRs with unassigned milestone in GH and assign them to 10.0 or to an "untar