Re: {Spam?} Google Summer of Code Proposal

2021-03-15 Thread lencmich
Hello, thank you, I am looking forward to your review and cooporation on the project. Cituji Roberto Bucher : Thanks Michal I'll read your document ASAP. I think that I'll be your mentor in this project and I can give you my help and all the required info on pysimCoder and on the tools p

Google Summer of Code Proposal

2021-03-15 Thread lencmich
Hello, as some of you already know, I would like to take part in Google Summer of Code with project NuttX Support for Rapid Control Applications Development with pysimCoder (https://issues.apache.org/jira/browse/NUTTX-3). Student application period begins on March 29, but some discussion with com

Re: Tasks software watchdog timer

2021-03-15 Thread Sara da Cunha Monteiro de Souza
Please, take a look at the watcher/watched examples: https://github.com/apache/incubator-nuttx-apps/tree/master/examples#watcher-watcher--watched . The watcher uses a Hardware WDT to monitor the subscribed watched tasks. In this case, the "watched" example have 4 subscribed tasks. Note: these exam

Re: GSoC 2021 - How Mentors and Students will apply?

2021-03-15 Thread Bhargav Shah
Hi Matias, Will look in to your proposal. Thanks, Bhargav On Thu, 11 Mar 2021, 22:45 Matias N., wrote: > Just created the issue here: > https://github.com/apache/incubator-nuttx/issues/3031 > Please let me know if something needs more clarification. > > Best, > Matias > > On Thu, Mar 11, 2021,

Re: {Spam?} Google Summer of Code Proposal

2021-03-15 Thread Roberto Bucher
Thanks Michal I'll read your document ASAP. I think that I'll be your mentor in this project and I can give you my help and all the required info on pysimCoder and on the tools provided for implementing new blocks. Best regards Roberto Bucher On 3/15/21 4:38 PM, lencm...@fel.cvut.cz wrote:

Re: Using C++ STL in Nuttx

2021-03-15 Thread Flavio Castro Alves Filho
Hello Xiang, Thank you for your fast response. I was trying to build out of the NuttX structure, using NuttX as a library. I tested and checked what you showed and it worked. I exported the configuration (running make export and uncompressing the zip file into my environment) and tried to build

Re: Symbol tables, ELF binaries, and mksymtab

2021-03-15 Thread Byron Ellacott
Hi all, Thanks for the feedback. I'm looking at option (2), modifying `libs/libc/symtab/symtab_find(ordered)?byname.c` to strip a leading underscore if a new Kconfig setting (SYMTAB_DECORATED in binfmt/Kconfig) is set. I considered modifying the ELF loader, but the kernel module system needs the

Re: Using C++ STL in Nuttx

2021-03-15 Thread Xiang Xiao
On Mon, Mar 15, 2021 at 6:00 PM Flavio Castro Alves Filho < flavio.al...@gmail.com> wrote: > Hello, > > I am trying to use STL in a simple C++ Hello project and I am getting > compilation error.s > > Is STL supported in NuttX? Can I use it? > > Yes, you can. Please reference the following config a

Using C++ STL in Nuttx

2021-03-15 Thread Flavio Castro Alves Filho
Hello, I am trying to use STL in a simple C++ Hello project and I am getting compilation error.s Is STL supported in NuttX? Can I use it? Here is my sample code: === Hello.cpp === #include #include "HelloWorld.h" CHelloWorld::CHelloWorld() { mSecret = 42; printf("Constructor: mSecret=

RE: Tasks software watchdog timer

2021-03-15 Thread Pelle Windestam
> > If you want to catch some task/thread in an infinite loop, the hardware > > watchdog monitor in nuttx can do it for you. > > If the hardware watchdog is fed from multiple sources, all of them need to > fail. Not just one of them. > Do you have anything else in mind? > > > You don't need a spe