Re: Nuttx for Nucleo-F429ZI

2020-09-21 Thread Nathan Hartman
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 interface > is not initializing: > > nsh> ifconfig > nsh: ifconfig: opendir failed: 20 Need to mount procfs for ifconfig to work. nsh> mount -t procfs /proc Nathan

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

2020-09-21 Thread Nathan Hartman
On Wed, Sep 16, 2020 at 12:33 PM patacongo wrote: > I will also remove the Bitbucket mirrors of the Apache repositories. What is the "official" new location of the tools, buildroot, and uclibc repositories?

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

2020-09-21 Thread Nathan Hartman
On Mon, Sep 21, 2020 at 1:47 PM Gregory Nutt wrote: > >> I will also remove the Bitbucket mirrors of the Apache repositories. > > What is the "official" new location of the tools, buildroot, and > > uclibc repositories? > > They are still at https://bitbucket.org/nuttx/ but are not getting much >

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

2020-09-21 Thread Abdelatif Guettouche
We also had the discussion after entering the incubator and if I'm not mistaken mentors have said that it's possible to bring those repositories under Apache. Maybe we should take the initiative and try to move forward with this. On Mon, Sep 21, 2020 at 8:25 PM Nathan Hartman wrote: > > On Mon, S

How nuttx handle sockets with task

2020-09-21 Thread Deepak Sharma
Hi, i want to know how nuttx handle sockets with task and how task socket binding is done? as i went through the code then found that each task has TCB and each TCB joins a task group. task group structure contains socketlist and when task_create() called it calls thread_create()-> group_setuptask

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

2020-09-21 Thread Nathan Hartman
On Mon, Sep 21, 2020 at 3:51 PM Abdelatif Guettouche < abdelatif.guettou...@gmail.com> wrote: > We also had the discussion after entering the incubator and if I'm not > mistaken mentors have said that it's possible to bring those > repositories under Apache. > Maybe we should take the initiative a