File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ EXPERIMENTAL RELEASE
10
10
### Changed
11
11
12
12
- Fix maximum voltage for nRF54L15-DKs
13
+ - Fix voltage selections on nRF54H20-PDK
13
14
14
15
## 0.1.8 - UNRELEASED
15
16
Original file line number Diff line number Diff line change 33
33
"title" : " GPIO port 1 Voltage" ,
34
34
"label" : " Voltage" ,
35
35
"enable" : {
36
- "pin" : 6
36
+ "pin" : 6 ,
37
+ "invert" : true
37
38
},
38
39
"alternatives" : [" 1V2" , " 1V8" ]
39
40
},
43
44
"title" : " GPIO port 2 Voltage" ,
44
45
"label" : " Voltage" ,
45
46
"enable" : {
46
- "pin" : 7
47
+ "pin" : 7 ,
48
+ "invert" : true
47
49
},
48
50
"alternatives" : [" 1V2" , " 1V8" ]
49
51
},
53
55
"title" : " GPIO port 7 Voltage" ,
54
56
"label" : " Voltage" ,
55
57
"enable" : {
56
- "pin" : 8
58
+ "pin" : 8 ,
59
+ "invert" : true
57
60
},
58
61
"alternatives" : [" 1V2" , " 1V8" ]
59
62
},
You can’t perform that action at this time.
0 commit comments