[ANNOUNCE] Apache NuttX 10.1.0-incubating released

2021-05-28 Thread Alin Jerpelea
The Apache NuttX (incubating) project team is proud to announce that Apache NuttX 10.1.0-incubating has been released. The release artifacts and Release Notes can be found at: https://nuttx.apache.org/download/ https://nuttx.apache.org/releases/10.1.0/ Thanks, Alin Jerpelea on behalf of Apache

Re: Nimble on U-blox Nina B112 (Nrf52832)

2021-05-28 Thread Alan Carvalho de Assis
Hi Erik, Thank you very much for your help. I noticed the final binary is too big (more than 300KB), is it also happening to you? BR, Alan On 5/27/21, Erik Englund wrote: > Yes, I think seamless Nordic BLE support is important for NuttX. > > I will try to release some time for this, I´ve got

Re: Nimble on U-blox Nina B112 (Nrf52832)

2021-05-28 Thread Alan Carvalho de Assis
Hi Nathan, On 5/28/21, Nathan Hartman wrote: > On Fri, May 28, 2021 at 4:43 PM Alan Carvalho de Assis > wrote: >> >> Hi Erik, >> >> Thank you very much for your help. >> >> I noticed the final binary is too big (more than 300KB), is it also >> happening to you? >> >> BR, >> >> Alan > > > Do

Cygwin build broken again

2021-05-28 Thread Gregory Nutt
The Cygwin build is broken again.  It is broken in the current master, in 10.0.0, and 10.0.1.  See https://github.com/apache/incubator-nuttx/issues/3799 for more details. This is the commit that broke the build: d5b6ec450fde069a4e64569b0eb7e4fcb3b96e83 is the first bad commit commit

Re: Nimble on U-blox Nina B112 (Nrf52832)

2021-05-28 Thread Nathan Hartman
On Fri, May 28, 2021 at 5:24 PM Alan Carvalho de Assis wrote: > Hi Nathan, > > On 5/28/21, Nathan Hartman wrote: > > On Fri, May 28, 2021 at 4:43 PM Alan Carvalho de Assis > > wrote: > >> > >> Hi Erik, > >> > >> Thank you very much for your help. > >> > >> I noticed the final binary is too big

Re: Port of project from NuttX 7.30 to 10.1 RC1: Unexpected IRQ

2021-05-28 Thread Nathan Hartman
On Fri, May 28, 2021 at 12:16 PM Sebastien Lorquet wrote: > The documentation about NuttX is exploded all around. This is an issue > that is often noticed by all of my colleagues that attempted to have a > look at this project. Documentation has moved from place to place over the years, but we

Re: [issue] Killing a parent pid and all its children pid all together

2021-05-28 Thread Alan Carvalho de Assis
Hi Rodrigo, Based on your direct message on LinkedIn I think you already found it, right? RTOS Features-> Tasks & Scheduling-> [*] Support parent/child task relationship I think the current behavior is expected for a POSIX / Unix SO, please take a look:

Support for disk full detection using LittleFS

2021-05-28 Thread Flavio Castro Alves Filho
Hello, I am using LittleFS to store information on an external dataflash. I need to know if the memory is full. I saw that the nsh provides the df command, which as far as I understood is a cat for /proc/fs/usage file. In my code, I could see the LFS message indicating LFS_ERR_NOSPC, which is

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

2021-05-28 Thread Abdelatif Guettouche
It's gonna be there: https://github.com/apache/incubator-nuttx-website/pull/52 On Fri, May 28, 2021 at 1:37 PM Maciej Wójcik wrote: > > Hmm, it looks like it is still missing here https://nuttx.apache.org/download > (or is it intended for some reason?) > > On Wed, 26 May 2021, 10:28 , wrote:

Re: Port of project from NuttX 7.30 to 10.1 RC1: Unexpected IRQ

2021-05-28 Thread Sebastien Lorquet
I'm not talking of renaming code symbols like up_anything to arm_anything, which makes sense and can be noticed quite easily at link stage. I'm talking about renaming a shell/make variable from EXTRADEFINES to EXTRAFLAGS. This is hidden, and the build system has no way to complain about

Re: Port of project from NuttX 7.30 to 10.1 RC1: Unexpected IRQ

2021-05-28 Thread Abdelatif Guettouche
> > 2. Split up the ReleaseNotes file? As it is now, it reads a bit more like a > > ChangeLog rather than ReleaseNotes. In the past we talked about a > > Documentation/ReleaseNotes directory that could hold a separate > > ReleaseNotes for each major version? > > > They are broken out per release

Re: Port of project from NuttX 7.30 to 10.1 RC1: Unexpected IRQ

2021-05-28 Thread Sebastien Lorquet
I will try to continue testing my custom board with upcoming releases to detect such breaks. Even if I dont get to vote in your committees I will tell you if I find some problem. Yes I skipped two years of nuttx development, starting christmas holiday 2019, followed by covid lockdowns and a

Re: Port of project from NuttX 7.30 to 10.1 RC1: Unexpected IRQ

2021-05-28 Thread Abdelatif Guettouche
> Even if I dont get to vote in your committees I will tell you if I find some problem. You do get to vote, everyone can vote. It's actually helpful to have more people voting and participating in the whole release process. Voting for releases is done in the public dev list. PPMC members have

Re: Port of project from NuttX 7.30 to 10.1 RC1: Unexpected IRQ

2021-05-28 Thread Nathan Hartman
On Fri, May 28, 2021 at 9:12 AM Sebastien Lorquet wrote: > I'm not talking of renaming code symbols like up_anything to > arm_anything, which makes sense and can be noticed quite easily at link > stage. > > I'm talking about renaming a shell/make variable from EXTRADEFINES to > EXTRAFLAGS. This

Re: Port of project from NuttX 7.30 to 10.1 RC1: Unexpected IRQ

2021-05-28 Thread Brennan Ashton
On Fri, May 28, 2021, 7:54 AM Nathan Hartman wrote: > On Fri, May 28, 2021 at 9:12 AM Sebastien Lorquet > wrote: > > > I'm not talking of renaming code symbols like up_anything to > > arm_anything, which makes sense and can be noticed quite easily at link > > stage. > > > > I'm talking about

Re: Port of project from NuttX 7.30 to 10.1 RC1: Unexpected IRQ

2021-05-28 Thread Nathan Hartman
On Fri, May 28, 2021 at 11:43 AM Brennan Ashton wrote: > > On Fri, May 28, 2021, 7:54 AM Nathan Hartman > > 3. Make a ReleaseNotes section of the website that will render those > > ReleaseNotes files and offer an easy to use index, so it's easier to find > > this information. The newer ones are

Re: Port of project from NuttX 7.30 to 10.1 RC1: Unexpected IRQ

2021-05-28 Thread Nathan Hartman
On Fri, May 28, 2021 at 11:49 AM Nathan Hartman wrote: > > On Fri, May 28, 2021 at 11:43 AM Brennan Ashton > wrote: > > > > On Fri, May 28, 2021, 7:54 AM Nathan Hartman > > > 3. Make a ReleaseNotes section of the website that will render those > > > ReleaseNotes files and offer an easy to use