> STM32L4R also has DMAMUX with two DMAx controllers. Maybe it is closer match for STM32G4 than H7.
Yes, you are right. STM32L4R is definitely a better choice. > Can we put my stm32g474 branch into the main NuttX repository (as a > branch, not in master) and split the work? I have ~50 commits and > ~7000 lines so far. I think it will be better to create a branch > called "stm32g4" and send smaller manageable PRs to it, instead of > waiting for one huge PR at the end. A new branch is a good idea, but I think we should squash as many commits as possible before PRs to avoid noise in the git history. Especially when it comes to new chip specific files. czw., 7 maj 2020 o 16:20 Nathan Hartman <hartman.nat...@gmail.com> napisaĆ(a): > On Thu, May 7, 2020 at 1:25 AM raiden00pl . <raiden0...@gmail.com> wrote: > > I got my NUCLEO-G431RB so I can help. > > How shall we proceed? > > Can we put my stm32g474 branch into the main NuttX repository (as a > branch, not in master) and split the work? I have ~50 commits and > ~7000 lines so far. I think it will be better to create a branch > called "stm32g4" and send smaller manageable PRs to it, instead of > waiting for one huge PR at the end. > > https://github.com/hartmannathan/incubator-nuttx/tree/stm32g474 > > Cheers, > Nathan >