[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2919: Add initial STM32H723ZG MCU support with external repos downloading

2023-01-02 Thread GitBox
apache-mynewt-bot commented on PR #2919: URL: https://github.com/apache/mynewt-core/pull/2919#issuecomment-1369080223 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] m-gorecki opened a new pull request, #2919: Add initial STM32H723ZG MCU support with external repos downloading

2023-01-02 Thread GitBox
m-gorecki opened a new pull request, #2919: URL: https://github.com/apache/mynewt-core/pull/2919 This adds initial Nucleo-H723ZG BSP and STM32H723ZG MCU support, but it uses new feature implemented to Newt, which is ability to download external repositories that do not contain project.yml

[GitHub] [mynewt-core] m-gorecki closed pull request #2910: Add initial STM32H723ZG MCU support

2023-01-02 Thread GitBox
m-gorecki closed pull request #2910: Add initial STM32H723ZG MCU support URL: https://github.com/apache/mynewt-core/pull/2910 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [mynewt-newt] m-gorecki opened a new pull request, #497: Allow to download external repos without project.yml file

2023-01-02 Thread GitBox
m-gorecki opened a new pull request, #497: URL: https://github.com/apache/mynewt-newt/pull/497 This allows to download external repos like SDK packages, which do not contain project.yml files. Now we do not have to keep all of the SDKs in apache-mynewt-core repository. This also allows to