File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
Apache Mynewt
2
- Copyright 2015-2022 The Apache Software Foundation
2
+ Copyright 2015-2023 The Apache Software Foundation
3
3
4
4
This product includes software developed at
5
5
The Apache Software Foundation (http://www.apache.org/).
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ It currently supports the following hardware platforms:
72
72
* Creator Ci40 module (dual MIPS interAptiv CPU)
73
73
* EE-02 board with Semtech Sx1276 chip from Telenor (Cortex-M4)
74
74
* DA1469x Pro DK from Dialog Semiconductor (Cortex-M33)
75
+ * nRF5340 DK from Nordic Semiconductor (Cortex-M33)
75
76
76
77
Apache Mynewt uses the
77
78
[ Newt] ( https://www.github.com/apache/mynewt-newt ) build and package
Original file line number Diff line number Diff line change 1
1
# RELEASE NOTES
2
2
3
- 20 April 2022 - Apache Mynewt v1.10 .0
3
+ 09 August 2023 - Apache Mynewt v1.11 .0
4
4
5
5
For full release notes, please visit the
6
6
[ Apache Mynewt Wiki] ( https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes ) .
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ repo.versions:
39
39
" 1.8.0 " : " mynewt_1_8_0_tag"
40
40
" 1.9.0 " : " mynewt_1_9_0_tag"
41
41
" 1.10.0 " : " mynewt_1_10_0_tag"
42
+ " 1.11.0 " : " mynewt_1_11_0_tag"
42
43
43
44
" 0-latest " : " 1.10.0"
44
45
" 1-latest " : " 1.10.0"
@@ -57,6 +58,7 @@ repo.versions:
57
58
" 1.8-latest " : " 1.8.0"
58
59
" 1.9-latest " : " 1.9.0"
59
60
" 1.10-latest " : " 1.10.0"
61
+ " 1.11-latest " : " 1.11.0"
60
62
61
63
repo.newt_compatibility :
62
64
# Allow all versions for 0.0.0. This is a workaround to prevent a warning
@@ -75,6 +77,9 @@ repo.newt_compatibility:
75
77
# Core 1.8.0+ requires newt 1.8.0+ (feature: version.yml not needed)
76
78
# Core 1.9.0+ requires newt 1.9.0+ (feature: sysval restrictions relaxed)
77
79
# 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
78
83
1.10.0 :
79
84
1.10.0 : good
80
85
1.9.0 :
@@ -113,6 +118,7 @@ repo.deps:
113
118
mynewt_1_8_0_tag : 1.3.0
114
119
mynewt_1_9_0_tag : 1.4.0
115
120
mynewt_1_10_0_tag : 1.5.0
121
+ mynewt_1_11_0_tag : 1.6.0
116
122
117
123
mcuboot :
118
124
type : github
@@ -125,6 +131,7 @@ repo.deps:
125
131
mynewt_1_8_0_tag : 1.5.0
126
132
mynewt_1_9_0_tag : 1.7.2
127
133
mynewt_1_10_0_tag : 1.7.2
134
+ mynewt_1_11_0_tag : 1.10.0
128
135
129
136
apache-mynewt-mcumgr :
130
137
type : github
@@ -135,3 +142,4 @@ repo.deps:
135
142
mynewt_1_8_0_tag : 0.1.0
136
143
mynewt_1_9_0_tag : 0.2.0
137
144
mynewt_1_10_0_tag : 0.3.0
145
+ mynewt_1_11_0_tag : 0.4.0
You can’t perform that action at this time.
0 commit comments