Tutorial: Using NuttX as library

2020-06-29 Thread Alan Carvalho de Assis
Hi Everyone, I updated my tutorial about using NuttX as a library, very useful when you want to use an IDE or create a simple Makefile to compile your application, I hope it could be useful: https://acassis.wordpress.com/2020/06/28/using-nuttx-as-library-once-again/ BR, Alan

Re: libcxx std::thread leaks 48 bytes due to missing implementation of pthread destructor

2020-06-29 Thread Gregory Nutt
On 6/28/2020 12:41 PM, Gregory Nutt wrote: Would userpace_s need to have an additional function pointer for pthread_cleanup? Similar to pthread_startup? Is the up_pthread_start/pthread_startup functions a good example to follow for how to call in user mode? If you look at Issue 1263, that

Re: Tutorial: Using NuttX as library

2020-06-29 Thread Disruptive Solutions
Nice! Op ma 29 jun. 2020 14:12 schreef Alan Carvalho de Assis : > Hi Everyone, > > I updated my tutorial about using NuttX as a library, very useful when > you want to use an IDE or create a simple Makefile to compile your > application, I hope it could be useful: > > https://acassis.wordpress.co

Re: libcxx std::thread leaks 48 bytes due to missing implementation of pthread destructor

2020-06-29 Thread Gregory Nutt
Would userpace_s need to have an additional function pointer for pthread_cleanup? Similar to pthread_startup? Is the up_pthread_start/pthread_startup functions a good example to follow for how to call in user mode? If you look at Issue 1263, that is not what I am proposing: https://gith

Fwd: Announcing ApacheCon @Home 2020

2020-06-29 Thread Nathan Hartman
Perhaps this is an opportunity to present some of the materials that would have been presented at the NuttX conference that was canceled due to the virus? Forwarded message below... -- Forwarded message - From: Rich Bowen Date: Mon, Jun 29, 2020 at 11:19 AM Subject: Announcing Apa

Re: Announcing ApacheCon @Home 2020

2020-06-29 Thread Alan Carvalho de Assis
Hi Nathan, Are you aware of the NuttX Online Workshop that will happen on Aug 15-16? I announced about it some time ago here. https://nuttx.events/call-for-participation/ It should be nice if you could participate. BR, Alan On 6/29/20, Nathan Hartman wrote: > Perhaps this is an opportunity t

Re: libcxx std::thread leaks 48 bytes due to missing implementation of pthread destructor

2020-06-29 Thread Anthony Merlino
Greg, I have to get something out the door today, but I'll be back on this tomorrow and will contribute to your branch. I don't mind implementing it however the right way is - I just don't necessarily know the right way. So I'll follow your lead. I also need to get caught up to master anyway. My

Re: libcxx std::thread leaks 48 bytes due to missing implementation of pthread destructor

2020-06-29 Thread Gregory Nutt
I have to get something out the door today, but I'll be back on this tomorrow and will contribute to your branch. In a pinch, you can use a pthread_cleanup() callback.

Re: [DISCUSS] NuttX 9.1 RC1

2020-06-29 Thread Brennan Ashton
I held off on cutting the release yesterday since not everything had been backported yet and I had not heard of any other testing. There is one remaining PR for a backport which I just opened https://github.com/apache/incubator-nuttx/pull/1330 I can get some feedback about going ahead creating th

Re: [DISCUSS] NuttX 9.1 RC1

2020-06-29 Thread Nathan Hartman
On Mon, Jun 29, 2020 at 6:04 PM Brennan Ashton wrote: > I held off on cutting the release yesterday since not everything had > been backported yet and I had not heard of any other testing. > > There is one remaining PR for a backport which I just opened > https://github.com/apache/incubator-nuttx/

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

2020-06-29 Thread Apache Jenkins Server
See Changes: -- [...truncated 1.31 MB...] tools/incdir.exe tools/mkconfig tools/mkdeps tools/mkversion no changes adde

[VOTE] Apache NuttX 9.1.0 (incubating) RC1 release

2020-06-29 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 RC0 which was never released due to several bugs found durring the v

Sv: [DISCUSS] NuttX 9.1 RC1

2020-06-29 Thread Jerpelea, Alin
Thanks for cutting the release I will test it today Regards Alin Från: Nathan Hartman Skickat: den 30 juni 2020 01:35 Till: dev@nuttx.apache.org Ämne: Re: [DISCUSS] NuttX 9.1 RC1 On Mon, Jun 29, 2020 at 6:04 PM Brennan Ashton wrote: > I held off on cutting the

Sv: Tutorial: Using NuttX as library

2020-06-29 Thread Jerpelea, Alin
Thanks for sharing it ! Från: Disruptive Solutions Skickat: den 29 juni 2020 16:23 Till: dev@nuttx.apache.org Ämne: Re: Tutorial: Using NuttX as library Nice! Op ma 29 jun. 2020 14:12 schreef Alan Carvalho de Assis : > Hi Everyone, > > I updated my tutorial ab