Re: NuttX ELF loadable applications and modules build broken probably for the most targets.

2021-07-19 Thread Pavel Pisa
Hello Xiang Xiao, Alan has approved pull https://github.com/apache/incubator-nuttx/pull/4173 There is question what to do with SIM target and others in the longer term. I have removed them from the pull which has been merged. I resent text from previous email with correct identity to pass to

RE: NuttX ELF loadable applications and modules build broken probably for the most targets.

2021-07-19 Thread Xiang Xiao
> -Original Message- > From: Pavel Pisa > Sent: Monday, July 19, 2021 10:46 PM > To: dev@nuttx.apache.org; Xiang Xiao > Cc: Gregory Nutt ; Michal Lenc ; > Abdelatif Guettouche > ; Alan Carvalho de Assis > Subject: Re: NuttX ELF loadable applications and modules build broken > probab

Re: NuttX export cannot set some variables (i.e. LDSTARTGROUP LDENDGROUP) Was: NuttX ELF loadable applications and modules build broken

2021-07-19 Thread Pavel Pisa
Hello Xiang Xiao, On Monday 19 of July 2021 16:59:01 Xiang Xiao wrote: > > From: Pavel Pisa > > Sent: Monday, July 19, 2021 10:46 PM ... > > # NuttX modules are ELF binaries. > > # Non-ELF platforms like macOS need to use a separate ELF toolchain. > > ifeq ($(CONFIG_HOST_MACOS),y) > > # eg. bre

Documentation in CWIKI: bring into nuttx tree?

2021-07-19 Thread Nathan Hartman
It seems that quite a few docs are in the CWIKI and not in the repo. For example, recently I looked for the article about High Performance / Zero Latency Interrupts [1] and unless I missed something, it's not in Documentation in the repo. I think it would be a good thing to bring these docs into t

Re: Documentation in CWIKI: bring into nuttx tree?

2021-07-19 Thread Gregory Nutt
I think we need a place where the community can simply contribute documentation without going through the entire PR process.  I wrote 90+% of the wiki content and really like how responsive the wiki format is.  Moving it to the repository is a project decision and is fine with me. However, I pe

Re: Documentation in CWIKI: bring into nuttx tree?

2021-07-19 Thread Gregory Nutt
Instead removing the Wiki content en masse, a better approach might be to move a few key wiki pages that have proven value into to documents?  Retaining the Wiki for easy contribution? On 7/19/2021 4:10 PM, Gregory Nutt wrote: I think we need a place where the community can simply contribute d

Re: Documentation in CWIKI: bring into nuttx tree?

2021-07-19 Thread Nathan Hartman
On Mon, Jul 19, 2021 at 6:29 PM Gregory Nutt wrote: > > Instead removing the Wiki content en masse, a better approach might be > to move a few key wiki pages that have proven value into to documents? > Retaining the Wiki for easy contribution? That's fair enough; I wasn't thinking of removing any

Re: Documentation in CWIKI: bring into nuttx tree?

2021-07-19 Thread Brennan Ashton
On Mon, Jul 19, 2021, 3:05 PM Nathan Hartman wrote: > It seems that quite a few docs are in the CWIKI and not in the repo. > For example, recently I looked for the article about High Performance > / Zero Latency Interrupts [1] and unless I missed something, it's not > in Documentation in the repo