Re: [DISCUSS]: Self merge and Single company/organization merge gating

2022-02-14 Thread Brennan Ashton
On Mon, Feb 14, 2022, 9:28 AM David Sidrane wrote: > I am opening this discussion to widen the audience for feedback on the > rules for merging. The original interexchange was in [1] > > > > 1 ) Given the geographical and time differences should we consider that > once a review with approval* has

[DISCUSS] Default state of NDEBUG

2022-02-14 Thread David Sidrane
PR 5399 adds an Kconfig option for NDEBUG. The salient discussion begins at [2] there are mixed positions and reasoning. xiaoxiang781216 asked me to raise a discussion on this. The reasoning for the Default state of to be NDEBUG (n) hence undefined so that assert() enabled is the following: 1

Re: Graduation?

2022-02-14 Thread Alin Jerpelea
my last commits will arrive this week then if there are no other concerns I would suggest that someone runs FOSSID and verifies independently that I did not miss anything. If we all agree that the feedback was addressed I can start a new release process without the WIP disclaimer Best regards Ali

[DISCUSS]: Self merge and Single company/organization merge gating

2022-02-14 Thread David Sidrane
I am opening this discussion to widen the audience for feedback on the rules for merging. The original interexchange was in [1] 1 ) Given the geographical and time differences should we consider that once a review with approval* has been done the PR’s author can merge it? 2) Should we conside

Re: Graduation?

2022-02-14 Thread Brennan Ashton
I really think we need to address the existing feedback from the last two releases before we go asking for more. We also need to go through the process of a release without the WIP disclaimer which should also solicit some of the remaining feedback. --Brennan On Mon, Feb 14, 2022, 9:00 AM Nathan

Re: Graduation?

2022-02-14 Thread Nathan Hartman
On Sat, Feb 12, 2022 at 2:32 AM 张铎(Duo Zhang) wrote: > > It depends. We need to start a discuss thread on the incubator-general > mailing list to see if IPMC members have any concerns. Hi all, I suggest we go ahead and start that thread. Does anyone need more time first? Cheers, Nathan

Re: SPI with DMA on SAME70

2022-02-14 Thread Simon Filgis
Dear all, I started to follow up this topic. Found that one in sam_hsmci.c: /* There is some unresolved issue with the SAMV7 DMA. TX DMA is currently * disabled. */ #undef HSCMI_NORXDMA /* Define to disable RX DMA */ *#define HSCMI_NOTXDMA1 /* Define to disable TX