Tools: add KakuteF4Mini to board types and scripts

This commit is contained in:
Andy Piper 2021-05-05 17:25:11 +01:00 committed by Andrew Tridgell
parent 43ea90f264
commit 319a6404c4
3 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,7 @@ AP_HW_MRO_CONTROL_ZERO_OEM 142
AP_HW_MATEKF765_WING 143
AP_HW_JDMINIF405 144
AP_HW_KAKUTEF7_MINI 145
AP_HW_KAKUTEF4_MINI 146
AP_HW_F4BY 20 # value due to previous release by vendor
AP_HW_VRBRAIN_V51 1151
AP_HW_VRBRAIN_V52 1152

View File

@ -573,6 +573,7 @@ is bob we will attempt to checkout bob-AVR'''
"KakuteF4",
"KakuteF7",
"KakuteF7Mini",
"KakuteF4Mini",
"MambaF405v2",
"MatekF405",
"MatekF405-bdshot",

View File

@ -28,6 +28,7 @@ brand_map = {
'KakuteF4' : ('KakuteF4', 'Holybro'),
'KakuteF7' : ('KakuteF7', 'Holybro'),
'KakuteF7Mini' : ('KakuteF7Mini', 'Holybro'),
'KakuteF4Mini' : ('KakuteF4Mini', 'Holybro'),
'CubeBlack' : ('CubeBlack', 'Hex/ProfiCNC'),
'CubeYellow' : ('CubeYellow', 'Hex/ProfiCNC'),
'CubeOrange' : ('CubeOrange', 'Hex/ProfiCNC'),