Re: [RESULT] [VOTE] Release Apache NuttX (Incubating) 9.1.0 [RC2]

2020-07-14 Thread Justin Mclean
Hi, > It appears under the same [RESULT][VOTE] thread in my email too, but > they are two different threads. Maybe gmail is trying to be smart? It's a gmail issue it groups all email by subject lines ignoring things inside “[]”. It’s extremely annoying. Given ApacheCon@home and it’s board repo

Re: [RESULT] [VOTE] Release Apache NuttX (Incubating) 9.1.0 [RC2]

2020-07-14 Thread Abdelatif Guettouche
It appears under the same [RESULT][VOTE] thread in my email too, but they are two different threads. Maybe gmail is trying to be smart? Anyway, for the IPMC vote we might need to "up" that, there are quite some discussions there and our thread could go unnoticed. On Tue, Jul 14, 2020 at 9:03 PM N

Re: Integrating Nuttx to a firmware project.

2020-07-14 Thread Abdelatif Guettouche
> Then I tried: > cd nuttx > ./tools/configure.sh ../boards/stm32f4discovery:nsh This does not work with out-of-tree boards, you need the path to the board. > In other words, it looks like it expects a different structure for > externally defined boards, than the provided ones. Co

Re: Integrating Nuttx to a firmware project.

2020-07-14 Thread Fotis Panagiotopoulos
Hi, I am trying to configure NuttX with an external board, following your advice, but I just can't make it work... My current workspace structure is the following: ├── apps ├── boards ├── Makefile └── nuttx I copied the directory ${TOPDIR}/nuttx/boards/arm/stm32/stm32f4discovery into ${TOPDIR}/b

Re: [RESULT] [VOTE] Release Apache NuttX (Incubating) 9.1.0 [RC2]

2020-07-14 Thread Nathan Hartman
On Tue, Jul 14, 2020 at 11:53 AM Abdelatif Guettouche < abdelatif.guettou...@gmail.com> wrote: > I had this concern as well, but then went to [1] and checked [2]. > Everything seems good. > > 1. https://lists.apache.org/list.html?gene...@incubator.apache.org > 2. > https://lists.apache.org/thread.

Re: [RESULT] [VOTE] Release Apache NuttX (Incubating) 9.1.0 [RC2]

2020-07-14 Thread Abdelatif Guettouche
I had this concern as well, but then went to [1] and checked [2]. Everything seems good. 1. https://lists.apache.org/list.html?gene...@incubator.apache.org 2. https://lists.apache.org/thread.html/r578bcb9306efcc43b06c248cea9518773104decb7223d04a3b80176d%40%3Cgeneral.incubator.apache.org%3E On Tu

Re: [RESULT] [VOTE] Release Apache NuttX (Incubating) 9.1.0 [RC2]

2020-07-14 Thread Nathan Hartman
On Sun, Jul 12, 2020 at 8:14 PM Brennan Ashton wrote: > > The vote closes now as over 72hr have passed. The vote PASSES with > > 6 (+6 non-binding) votes from the PPMC, 0 (+1 binding) vote from the > > IPMC, > > 0 (+0 non-binding) votes from the developer community, > > 0 (+1 non-binding) vote fro

Re: Integrating Nuttx to a firmware project.

2020-07-14 Thread Gregory Nutt
When not yet creating a custom board, I simply copy the config file and put it somewhere inside the workspace. If you eventually create a custom board, you can then place it in the proper directory (board/configs/*/defconfig). Doing it this way also allows you to configure nuttx with my fram

Re: Integrating Nuttx to a firmware project.

2020-07-14 Thread Matias N.
When not yet creating a custom board, I simply copy the config file and put it somewhere inside the workspace. If you eventually create a custom board, you can then place it in the proper directory (board/configs/*/defconfig). Doing it this way also allows you to configure nuttx with my framewor

Re: Integrating Nuttx to a firmware project.

2020-07-14 Thread Nathan Hartman
On Tue, Jul 14, 2020 at 7:48 AM Fotis Panagiotopoulos wrote: > Another thing that I was thinking is about NuttX configuration. The file > .config is included in the .gitignore file. So the actual NuttX > configuration is not tracked. > How do you usually handle this? I manually save that file i

Re: Integrating Nuttx to a firmware project.

2020-07-14 Thread Abdelatif Guettouche
> However as I see there is no officiaL way of having an out-of-tree boards > directory, and this is my main problem. > If I understand correctly, there is no "proper" way of using NuttX on > custom hardware, without touching its source code. There is an official way to have out-of-tree boards, a

Re: Integrating Nuttx to a firmware project.

2020-07-14 Thread Fotis Panagiotopoulos
Hi, Thanks everyone for your suggestions! I have read the Wikis, and they are very helpful indeed. However as I see there is no officiaL way of having an out-of-tree boards directory, and this is my main problem. If I understand correctly, there is no "proper" way of using NuttX on custom hardwar