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 6de871dfa Prepare for Mynewt 1.11.0 release
6de871dfa is described below
commit 6de871dfa7306a06df4219470205af69c569c0d9
Author: Szymon Janc <[email protected]>
AuthorDate: Wed Aug 9 15:45:48 2023 +0200
Prepare for Mynewt 1.11.0 release
---
NOTICE | 2 +-
README.md | 1 +
RELEASE_NOTES.md | 2 +-
repository.yml | 8 ++++++++
4 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/NOTICE b/NOTICE
index d2c51bad9..c98fcebf2 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache Mynewt
-Copyright 2015-2022 The Apache Software Foundation
+Copyright 2015-2023 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index edf9d0934..4f6272d6f 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,7 @@ It currently supports the following hardware platforms:
* Creator Ci40 module (dual MIPS interAptiv CPU)
* EE-02 board with Semtech Sx1276 chip from Telenor (Cortex-M4)
* DA1469x Pro DK from Dialog Semiconductor (Cortex-M33)
+* nRF5340 DK from Nordic Semiconductor (Cortex-M33)
Apache Mynewt uses the
[Newt](https://www.github.com/apache/mynewt-newt) build and package
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2147acd9f..735e89fea 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
# RELEASE NOTES
-20 April 2022 - Apache Mynewt v1.10.0
+09 August 2023 - Apache Mynewt v1.11.0
For full release notes, please visit the
[Apache Mynewt
Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
diff --git a/repository.yml b/repository.yml
index a3702db81..0ed5f1132 100644
--- a/repository.yml
+++ b/repository.yml
@@ -39,6 +39,7 @@ repo.versions:
"1.8.0": "mynewt_1_8_0_tag"
"1.9.0": "mynewt_1_9_0_tag"
"1.10.0": "mynewt_1_10_0_tag"
+ "1.11.0": "mynewt_1_11_0_tag"
"0-latest": "1.10.0"
"1-latest": "1.10.0"
@@ -57,6 +58,7 @@ repo.versions:
"1.8-latest": "1.8.0"
"1.9-latest": "1.9.0"
"1.10-latest": "1.10.0"
+ "1.11-latest": "1.11.0"
repo.newt_compatibility:
# Allow all versions for 0.0.0. This is a workaround to prevent a warning
@@ -75,6 +77,9 @@ repo.newt_compatibility:
# Core 1.8.0+ requires newt 1.8.0+ (feature: version.yml not needed)
# Core 1.9.0+ requires newt 1.9.0+ (feature: sysval restrictions relaxed)
# Core 1.10.0+ requires newt 1.10.0+ (feature: const sysval)
+ # Core 1.11.0+ requires newt 1.11.0+ (feature: external modules)
+ 1.11.0:
+ 1.11.0: good
1.10.0:
1.10.0: good
1.9.0:
@@ -113,6 +118,7 @@ repo.deps:
mynewt_1_8_0_tag: 1.3.0
mynewt_1_9_0_tag: 1.4.0
mynewt_1_10_0_tag: 1.5.0
+ mynewt_1_11_0_tag: 1.6.0
mcuboot:
type: github
@@ -125,6 +131,7 @@ repo.deps:
mynewt_1_8_0_tag: 1.5.0
mynewt_1_9_0_tag: 1.7.2
mynewt_1_10_0_tag: 1.7.2
+ mynewt_1_11_0_tag: 1.10.0
apache-mynewt-mcumgr:
type: github
@@ -135,3 +142,4 @@ repo.deps:
mynewt_1_8_0_tag: 0.1.0
mynewt_1_9_0_tag: 0.2.0
mynewt_1_10_0_tag: 0.3.0
+ mynewt_1_11_0_tag: 0.4.0