-
Notifications
You must be signed in to change notification settings - Fork 549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update board_types.txt #236
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -49,6 +49,7 @@ TARGET_HW_PDW_MAS_MAIN-V1 86 | |||||||||
TARGET_HW_ATL_MANTIS_EDU 97 | ||||||||||
TARGET_HW_THE_PEACH_K1 212 | ||||||||||
TARGET_HW_THE_PEACH_R1 213 | ||||||||||
TARGET_HW_ZEROONE_X6 101 | ||||||||||
|
||||||||||
|
||||||||||
Reserved PX4 [BL] FMU v5X.x 51 | ||||||||||
|
@@ -64,6 +65,8 @@ Reserved "NXP ucans32k146" 34 | |||||||||
Reserved "NXP FMURT1170-V1" 35 # AKA PX4 FMU V6XRT | ||||||||||
Reserved "NXP Tropic" 36 | ||||||||||
|
||||||||||
Reserved “ZEROONE_X6" 101 | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We only want one entry - so delete this There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do you mean we only need to add the following sentences? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok,I have removed this line: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @davids5 Do you think the modified version is OK? |
||||||||||
|
||||||||||
# values from external vendors | ||||||||||
EXT_HW_RADIOLINK_MINI_PIX 3 | ||||||||||
|
||||||||||
|
@@ -206,6 +209,11 @@ AP_HW_CUBEBLACK_PERIPH 1401 | |||||||||
AP_HW_PIXRACER_PERIPH 1402 | ||||||||||
AP_HW_SWBOOMBOARD_PERIPH 1403 | ||||||||||
|
||||||||||
#IDs 5600-5699 reserved for ZeroOne | ||||||||||
AP_HW_ZeroOne_X6 5600 | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is AP_HW_ZeroOne_X6 and ZEROONE_X6 the same board? If so since you already have the AP id in Ardupilot, just add it here. Do not "Create" Ardupilot ID here that do not exist in Ardupilot yet. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, this line already exists in the Ardupilot. |
||||||||||
AP_HW_ZeroOne_PMU 5601 | ||||||||||
AP_HW_ZeroOne_GNSS 5602 | ||||||||||
Comment on lines
+211
to
+212
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Add to AP first then document here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, these two lines have been added to the Ardupilot. |
||||||||||
|
||||||||||
# OpenDroneID enabled boards. Use 10000 + the base board ID | ||||||||||
AP_HW_CubeOrange_ODID 10140 | ||||||||||
AP_HW_Pixhawk6_ODID 10053 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this - these are for F4-F7 bootloaders H7 are built in tree
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok,I have removed this.