This is an automated email from the ASF dual-hosted git repository. janc 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 fac0ea9a0 hw/cmsis-core: Update CMSIS to 5.4.0 release fac0ea9a0 is described below commit fac0ea9a01c512850e811d57547d200f6a4b19fa Author: Szymon Janc <szymon.j...@codecoup.pl> AuthorDate: Tue Feb 20 16:54:39 2024 +0100 hw/cmsis-core: Update CMSIS to 5.4.0 release 5.3.0 has broken MPU support. --- hw/cmsis-core/pkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/cmsis-core/pkg.yml b/hw/cmsis-core/pkg.yml index 57923fe31..cab748078 100644 --- a/hw/cmsis-core/pkg.yml +++ b/hw/cmsis-core/pkg.yml @@ -32,7 +32,7 @@ pkg.include_dirs: repository.arm-CMSIS_5: type: github - vers: 5.3.0-commit + vers: 5.4.0-commit branch: master user: ARM-software repo: CMSIS_5