Skip to content

Commit 6de871d

Browse files
committed
Prepare for Mynewt 1.11.0 release
1 parent db23d9e commit 6de871d

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Mynewt
2-
Copyright 2015-2022 The Apache Software Foundation
2+
Copyright 2015-2023 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ It currently supports the following hardware platforms:
7272
* Creator Ci40 module (dual MIPS interAptiv CPU)
7373
* EE-02 board with Semtech Sx1276 chip from Telenor (Cortex-M4)
7474
* DA1469x Pro DK from Dialog Semiconductor (Cortex-M33)
75+
* nRF5340 DK from Nordic Semiconductor (Cortex-M33)
7576

7677
Apache Mynewt uses the
7778
[Newt](https://www.github.com/apache/mynewt-newt) build and package

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RELEASE NOTES
22

3-
20 April 2022 - Apache Mynewt v1.10.0
3+
09 August 2023 - Apache Mynewt v1.11.0
44

55
For full release notes, please visit the
66
[Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).

repository.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ repo.versions:
3939
"1.8.0": "mynewt_1_8_0_tag"
4040
"1.9.0": "mynewt_1_9_0_tag"
4141
"1.10.0": "mynewt_1_10_0_tag"
42+
"1.11.0": "mynewt_1_11_0_tag"
4243

4344
"0-latest": "1.10.0"
4445
"1-latest": "1.10.0"
@@ -57,6 +58,7 @@ repo.versions:
5758
"1.8-latest": "1.8.0"
5859
"1.9-latest": "1.9.0"
5960
"1.10-latest": "1.10.0"
61+
"1.11-latest": "1.11.0"
6062

6163
repo.newt_compatibility:
6264
# Allow all versions for 0.0.0. This is a workaround to prevent a warning
@@ -75,6 +77,9 @@ repo.newt_compatibility:
7577
# Core 1.8.0+ requires newt 1.8.0+ (feature: version.yml not needed)
7678
# Core 1.9.0+ requires newt 1.9.0+ (feature: sysval restrictions relaxed)
7779
# Core 1.10.0+ requires newt 1.10.0+ (feature: const sysval)
80+
# Core 1.11.0+ requires newt 1.11.0+ (feature: external modules)
81+
1.11.0:
82+
1.11.0: good
7883
1.10.0:
7984
1.10.0: good
8085
1.9.0:
@@ -113,6 +118,7 @@ repo.deps:
113118
mynewt_1_8_0_tag: 1.3.0
114119
mynewt_1_9_0_tag: 1.4.0
115120
mynewt_1_10_0_tag: 1.5.0
121+
mynewt_1_11_0_tag: 1.6.0
116122

117123
mcuboot:
118124
type: github
@@ -125,6 +131,7 @@ repo.deps:
125131
mynewt_1_8_0_tag: 1.5.0
126132
mynewt_1_9_0_tag: 1.7.2
127133
mynewt_1_10_0_tag: 1.7.2
134+
mynewt_1_11_0_tag: 1.10.0
128135

129136
apache-mynewt-mcumgr:
130137
type: github
@@ -135,3 +142,4 @@ repo.deps:
135142
mynewt_1_8_0_tag: 0.1.0
136143
mynewt_1_9_0_tag: 0.2.0
137144
mynewt_1_10_0_tag: 0.3.0
145+
mynewt_1_11_0_tag: 0.4.0

0 commit comments

Comments
 (0)