> 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 binding votes but any issue raised by any member of the community needs to be addressed before we can move forward with a release. > I still have doubts about *why* EXTRADEFINES *had to* become EXTRAFLAGS :) but whatever. Because at that point we started using that variable to pass flags in general and not only defines. EXTRADEFINES was not a valid name anymore. (it's used in the testing script to pass -Wno-cpp -Werror for example) On Fri, May 28, 2021 at 5:16 PM Sebastien Lorquet <sebast...@lorquet.fr> wrote: > > 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 busy 2020 year. > > Honestly this was discussed maybe, but at some point during that > timeframe there was so many nuttx messages coming in the list (more than > 100 per day) that it was not possible to follow everything. it was > overwhelming. I stopped reading. > > A porting guide or troubleshooting page would be helpful. These breaking > changes are durable, they are not "release" events. They are permanent, > so it makes change to maintain an history of these. > > I still have doubts about *why* EXTRADEFINES *had to* become EXTRAFLAGS > :) but whatever. > > > Abdelatif replied something while I was writing: > > Yes, the only place I had the idea to read release notes was the > ReleaseNote files in the repository. > > I had no idea there was specific release notes on your new wiki. Same > reasons as before. > > > 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. > > > Sebastien > > Le 28/05/2021 à 17:56, Nathan Hartman a écrit : > > On Fri, May 28, 2021 at 11:49 AM Nathan Hartman > > <hartman.nat...@gmail.com> wrote: > >> On Fri, May 28, 2021 at 11:43 AM Brennan Ashton > >> <bash...@brennanashton.com> wrote: > >>> On Fri, May 28, 2021, 7:54 AM Nathan Hartman <hartman.nat...@gmail.com> > >>>> 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 Markdown but not rendered as such > >>>> when > >>>> opened in any text editor or browser because of all the preexisting > >>>> non-markdown content. > >>>> > >>> Already done > >>> http://nuttx.apache.org/releases/10.0.0/#compatibility-concerns > >> I completely missed that! Thanks! > > I see why I missed it. It wasn't obvious (to me, anyway) that the > > version numbers in the left column were links to the release notes for > > that version. > > > > Perhaps there should be a column called Release Notes with the links. > > I'll try to experiment with it later and if I can come up with > > something more clear, I'll send a PR for review. > > > > Thanks, > > Nathan