File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ robotframework = "^7.2"
1010
1111[tool .poetry ]
1212name = " osfv"
13- version = " 0.5.13 "
13+ version = " 0.5.14 "
1414description = " Open Source Firmware Validation Command Line Interface Tool"
1515authors = [" Maciej Pijanowski <Maciej.Pijanowski@3mdeb.com>" ]
1616include = [" src/models/*.yml" ]
Original file line number Diff line number Diff line change 1+ ---
2+ flash_chip :
3+ voltage : " 3.3V"
4+
5+ programmer :
6+ name : rte_1_1
7+
8+ pwr_ctrl :
9+ sonoff : false
10+ relay : true
11+ flashing_power_state : " G3"
12+
13+ reset_cmos : false
Original file line number Diff line number Diff line change 88
99model_dict = {
1010 "odroid-h4-plus" : "H4-PLUS" ,
11+ "odroid-h4-ultra" : "H4-ULTRA" ,
1112 "minnowboard-turbot" : "MinnowBoard Turbot B41" ,
1213 "msi-pro-z690-a-ddr4" : "MSI PRO Z690-A DDR4" ,
1314 "msi-pro-z690-a-wifi-ddr4" : "MSI PRO Z690-A DDR4" ,
You can’t perform that action at this time.
0 commit comments