You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by je...@apache.org on 2023/01/27 13:49:01 UTC

[mynewt-core] branch master updated: Add stm32u5 stm32h7 repository to project.yml for CI

This is an automated email from the ASF dual-hosted git repository.

jerzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new f1a518a2b Add stm32u5 stm32h7 repository to project.yml for CI
f1a518a2b is described below

commit f1a518a2b75fb2fd2bc9e5caead94cf6a5adf1bc
Author: Jerzy Kasenberg <je...@codecoup.pl>
AuthorDate: Fri Jan 27 10:54:17 2023 +0100

    Add stm32u5 stm32h7 repository to project.yml for CI
    
    External repositiries needed by some BSP are not added
    to project.yml used for CI.
---
 .github/project.yml | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/.github/project.yml b/.github/project.yml
index 199d46b77..0cd231975 100644
--- a/.github/project.yml
+++ b/.github/project.yml
@@ -42,3 +42,31 @@ repository.apache-mynewt-mcumgr:
     vers: 0.0.0
     user: apache
     repo: mynewt-mcumgr
+
+repository.cmsis_device_u5:
+    type: github
+    branch: main
+    vers: v1.1.0-commit
+    user: STMicroelectronics
+    repo: cmsis_device_u5
+
+repository.stm32u5xx_hal_driver:
+    type: github
+    branch: main
+    vers: v1.1.0-commit
+    user: STMicroelectronics
+    repo: stm32u5xx_hal_driver
+
+repository.cmsis_device_h7:
+    type: github
+    branch: master
+    vers: v1.10.3-commit
+    user: STMicroelectronics
+    repo: cmsis_device_h7
+
+repository.stm32h7xx_hal_driver:
+    type: github
+    branch: master
+    vers: v1.11.1-commit
+    user: STMicroelectronics
+    repo: stm32h7xx_hal_driver