hould decide.
The Apache repository started out 3 commits behind the Bitbucket
repository:
commit 54d6a0768ccd0e386b67723cc1a24e9e9fff902a
Author: Daniel Pereira Volpato <d...@certi.org.br>
Date: Fri Dec 20 13:07:31 2019 -0600
boards/arm/stm32f0l0g0/: Fix issues noted by nxstyle.
commit b9638de3887d6a715c95bb4ee311ab4c52c33ff0
Author: Guillherme Amaral <g...@certi.org.br>
Date: Fri Dec 20 13:04:34 2019 -0600
boards/arm/stm32f0l0g0/nucleo-g070rb: Enable I2C.
commit eeed40aa0ce4e6e343696f2e702cee00ca4e20d9
Author: Guillherme Amaral <g...@certi.org.br>
Date: Fri Dec 20 13:02:13 2019 -0600
arch/arm/src/stm32f0l0g0/ and
boards/arm/stm32f0l0g0/nucleo-g070rb/include/board.h: Add I2C
pinmap. In Kconfig select I2C2 for this part. Update I2C pin
definitions in board.h.
Those are in Bitbucket but not in Apache
Alan, I see that you brought these changes into the Apache. I was
surpised to see that the same changes are in the gitbox.apache.org
repository are in the github.com/apache repositories. Can you please
clarify what you did here? Did you
* Modify https://gitbox.apache.org/repos/asf?p=incubator-nuttx.git and
the changes were mirrored to
https://github.com/apache/incubator-nuttx --OR--
* Modify https://github.com/apache/incubator-nuttx and the changes
were mirrored to
https://gitbox.apache.org/repos/asf?p=incubator-nuttx.git
The messages from com...@apache.org suggest you did the first. Is that
correct? Dig you modify gitbox?
Are the two repositories "linked" in some way so that they are
equivalent? Or are they separate and one is mirroring the other?
I ask because in the morning when the next commits (but hopefully not
PRs) show up, do I commit them to
https://gitbox.apache.org/repos/asf?p=incubator-nuttx.git or to
https://github.com/apache/incubator-nuttx. If I know which you
modified, then I will do the same because it worked quite well.
Greg