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 file. This way we do not have to 
add hundreds of files from ST's repository to the core. In order for this to 
work you have to build Newt from this commit:
   
<https://github.com/m-gorecki/mynewt-newt/commit/4a9b494d14da5c860c1747ebecec6fc70952197a>
 and later add this to your project.yml file:
   
   repository.stm32h7:
       type: github
       vers: 68f3d2c0002489bd232963aeeaf9a58668befe7a-commit
       user: STMicroelectronics
       repo: STM32CubeH7
   
   After doing so you can run "newt upgrade" and try it out.


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to