File tree Expand file tree Collapse file tree 2 files changed +9
-39
lines changed Expand file tree Collapse file tree 2 files changed +9
-39
lines changed Original file line number Diff line number Diff line change 11## 1.0.0 - unreleased
22
3+ ### Added
4+
5+ - nRF9151 SMA DK support.
6+
37### Changed
48
59- Welcome screen is now blank. Supported kits list is moved to the sidebar.
10+ - Updated list of the supported devices.
611- Board Controller info accordion now persists it's state.
712
13+ ### Removed
14+
15+ - Controls for configuring voltage for GPIO Ports 1,2 and 7 for nRF54H20 DK.
16+
817## 0.5.0 - 2025-10-07
918
1019EXPERIMENTAL RELEASE
Original file line number Diff line number Diff line change 6060 }
6161 ],
6262 "pmicPorts" : [
63- {
64- "type" : " voltage" ,
65- "port" : [1 ],
66- "portId" : [" vdd-p7" ],
67- "portLabel" : " VDD-p7 (nPM VOUT1)" ,
68- "portDescription" : " Voltage on the VDD rail of nRF54H20 P7." ,
69- "mVmin" : 1200 ,
70- "mVmax" : 1800
71- },
7263 {
7364 "type" : " voltage" ,
7465 "port" : [2 ],
7768 "portDescription" : " Voltage on the VDD rail of nRF54H20 P9." ,
7869 "mVmin" : 1800 ,
7970 "mVmax" : 3300
80- },
81- {
82- "type" : " voltage" ,
83- "port" : [3 ],
84- "portId" : [" vdd-p1" ],
85- "portLabel" : " VDD-p1 (nPM LDO1)" ,
86- "portDescription" : " Voltage on the VDD rail of nRF54H20 P1." ,
87- "mVmin" : 1200 ,
88- "mVmax" : 1800
89- },
90- {
91- "type" : " voltage" ,
92- "port" : [4 ],
93- "portId" : [" vdd-p2" ],
94- "portLabel" : " VDD-p2 (nPM LDO2)" ,
95- "portDescription" : " Voltage on the VDD rail of nRF54H20 P2." ,
96- "mVmin" : 1200 ,
97- "mVmax" : 1800
9871 }
9972 ],
10073 "defaults" : {
129102 }
130103 ],
131104 "pmicPorts" : [
132- {
133- "port" : 1 ,
134- "voltage" : 1800
135- },
136105 {
137106 "port" : 2 ,
138107 "voltage" : 1800
139- },
140- {
141- "port" : 3 ,
142- "voltage" : 1800
143- },
144- {
145- "port" : 4 ,
146- "voltage" : 1800
147108 }
148109 ]
149110 }
You can’t perform that action at this time.
0 commit comments