RE: [EXT] Re: NuttX Wiki Porting Guide SocketCAN addition

2020-06-15 Thread Peter Van Der Perk
I've now got an approved account however it seems that the NuttX porting guide page is a read-only html page. Can this page be converted to Confluence/Wiki markup or is there a way for me to access this html file? Yours sincerely, Peter van der Perk peter.vanderp...@nxp.com -Original Mess

Re: SAMA5D27 SDMMC support branch

2020-06-15 Thread Adam Feuer
SDMMC DMA read is working now too. I'll work on DMA write next. -adam On Fri, Jun 12, 2020 at 2:45 PM Adam Feuer wrote: > I got the SDMMC write to work as well. This is in non-DMA mode. I'm going > to work on the DMA mode next. > > -adam > -- > Adam Feuer > -- Adam Feuer

Re: release branches/tags

2020-06-15 Thread Brennan Ashton
On Mon, Jun 15, 2020 at 1:21 PM Matias N. wrote: > > The fact the the release branch was merged does not impede to continue to add > commits to it. In any case, I would expect fixes to LTS releases to bump the > version number, so whenever a new minor version for that LTS version is to be > rel

Re: release branches/tags

2020-06-15 Thread Matias N.
The fact the the release branch was merged does not impede to continue to add commits to it. In any case, I would expect fixes to LTS releases to bump the version number, so whenever a new minor version for that LTS version is to be released and it is considered final (i.e. 9.2 if 9.x is LTS), i

what to do about this to make nxstyle happy?

2020-06-15 Thread Matias N.
https://github.com/apache/incubator-nuttx/blob/master/arch/arm/src/stm32l4/stm32l4_serial.c#L869 This file has multiple occurrences of this kind of ASCII art and it exceeds the 80th column.

Re: release branches/tags

2020-06-15 Thread Nathan Hartman
On Mon, Jun 15, 2020 at 3:41 PM Matias N. wrote: > Functionally, yes. But git has troubles recognizing that the cherry-picked > commits are the same on master and generates conflicts. The merge would > solve this in theory, since the release branch tip would end up matching a > commit on master.

Re: release branches/tags

2020-06-15 Thread Matias N.
Functionally, yes. But git has troubles recognizing that the cherry-picked commits are the same on master and generates conflicts. The merge would solve this in theory, since the release branch tip would end up matching a commit on master. On Mon, Jun 15, 2020, at 16:31, Abdelatif Guettouche wr

Re: release branches/tags

2020-06-15 Thread Abdelatif Guettouche
The release branch doesn't contain anything that's not already present in master. The log between the two branches (a release and master) are just the cherry picked commits. So there is nothing really to merge back. On Mon, Jun 15, 2020 at 7:13 PM Matias N. wrote: > > As a reference, this merg

Re: NuttX Wiki Porting Guide SocketCAN addition

2020-06-15 Thread Brennan Ashton
On Mon, Jun 15, 2020 at 10:40 AM Peter Van Der Perk wrote: > > Thanks to the feedback of Gregory Nutt and Alan Carvalho de Assis today we > finally merged the SocketCAN code into NuttX. I've already made a porting > guide in the past > https://petervanderperk.nl/nuttx_socketcan_porting_guide.pd

Re: release branches/tags

2020-06-15 Thread Matias N.
As a reference, this merging back is used in GitFlow, so I guess it should work: https://datasift.github.io/gitflow/IntroducingGitFlow.html (see 4th figure) On Mon, Jun 15, 2020, at 15:09, Matias N. wrote: > On Mon, Jun 15, 2020, at 15:04, Brennan Ashton wrote: >> On Mon, Jun 15, 2020 at 10:47 AM

Re: NuttX Wiki Porting Guide SocketCAN addition

2020-06-15 Thread Brennan Ashton
On Mon, Jun 15, 2020 at 10:40 AM Peter Van Der Perk wrote: > > Thanks to the feedback of Gregory Nutt and Alan Carvalho de Assis today we > finally merged the SocketCAN code into NuttX. I've already made a porting > guide in the past > https://petervanderperk.nl/nuttx_socketcan_porting_guide.pd

Re: release branches/tags

2020-06-15 Thread Matias N.
On Mon, Jun 15, 2020, at 15:04, Brennan Ashton wrote: > On Mon, Jun 15, 2020 at 10:47 AM Matias N. wrote: > > > > There are release tags created: > > > https://github.com/apache/incubator-nuttx/releases/tag/nuttx-9.0.0-RC1 > > > > I understood that as a release candidate, not a final release. Anyw

Re: release branches/tags

2020-06-15 Thread Brennan Ashton
On Mon, Jun 15, 2020 at 10:47 AM Matias N. wrote: > > There are release tags created: > > https://github.com/apache/incubator-nuttx/releases/tag/nuttx-9.0.0-RC1 > > I understood that as a release candidate, not a final release. Anyway, this > just points to the tip of release/9.0 so it does not c

Re: release branches/tags

2020-06-15 Thread Matias N.
There are release tags created: > https://github.com/apache/incubator-nuttx/releases/tag/nuttx-9.0.0-RC1 I understood that as a release candidate, not a final release. Anyway, this just points to the tip of release/9.0 so it does not change my situation. > > > > I'm wondering if maybe there's so

NuttX Wiki Porting Guide SocketCAN addition

2020-06-15 Thread Peter Van Der Perk
Thanks to the feedback of Gregory Nutt and Alan Carvalho de Assis today we finally merged the SocketCAN code into NuttX. I've already made a porting guide in the past https://petervanderperk.nl/nuttx_socketcan_porting_guide.pdf what's the procedure to get this documentation into the NuttX wiki P

Re: release branches/tags

2020-06-15 Thread Brennan Ashton
On Mon, Jun 15, 2020 at 9:55 AM Matias N. wrote: > > Hi, > I wanted to ask about what you think is the best way of working with > nuttx/apps repo for a downstream user considering the new release branching > strategy. > > Previously I was used to having the master branch contain release tags so

release branches/tags

2020-06-15 Thread Matias N.
Hi, I wanted to ask about what you think is the best way of working with nuttx/apps repo for a downstream user considering the new release branching strategy. Previously I was used to having the master branch contain release tags so I would generally work on top of these tags creating local com

Re: Release 9.1

2020-06-15 Thread Brennan Ashton
On Mon, Jun 15, 2020, 9:14 AM Abdelatif Guettouche < abdelatif.guettou...@gmail.com> wrote: > Thanks Nathan, > > > if there's anything else to add to the 9.1 release notes, that page > > remains here: > > https://cwiki.apache.org/confluence/display/NUTTX/NuttX+9.1 > > I think there is one PR in nu

Re: Release 9.1

2020-06-15 Thread Abdelatif Guettouche
Thanks Nathan, > if there's anything else to add to the 9.1 release notes, that page > remains here: > https://cwiki.apache.org/confluence/display/NUTTX/NuttX+9.1 I think there is one PR in nuttx/ that's not included in the release notes and maybe two in apps/. That should be quick. Another thin

Re: Release 9.1

2020-06-15 Thread Nathan Hartman
On Mon, Jun 15, 2020 at 8:58 AM Abdelatif Guettouche wrote: > Hi all, > > D-Day; I'll go ahead and create the branches. Thank you! I went ahead and created a blank release notes wiki for the *next* release, 9.2, here: https://cwiki.apache.org/confluence/display/NUTTX/NuttX+9.2 If there's anythi

Re: Release 9.1

2020-06-15 Thread Abdelatif Guettouche
Hi all, D-Day; I'll go ahead and create the branches. On Tue, Jun 9, 2020 at 2:42 PM Abdelatif Guettouche wrote: > > > I guess the other question I want to know is what is on master that is not > > in the release? > > There are some git log options that we can use to get that. What we > want is

Re: NuttX config browser

2020-06-15 Thread Alan Carvalho de Assis
Very nice Maciej! Good job! Kudos! On 6/15/20, Maciej Wójcik wrote: > Update on development of NuttX kconfig browser. > > It is now possible to upload and display existing `.config` file. > > [image: Screenshot from 2020-06-15 12-21-08.png] > > > What I am planning next is to provide more detail

Re: NXView

2020-06-15 Thread Erdem MEYDANLI
Hi Alan, Thanks for sharing this. Indeed, I haven't been aware of such a tool. I'll try it out. BR, Erdem Alan Carvalho de Assis , 14 Haz 2020 Paz, 21:56 tarihinde şunu yazdı: > Hi Erdem, > > Right, I understood your idea! > > In fact Maciej already created it, see: > > https://hackaday.io/proj