mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 07:13:56 -04:00
Tools/scripts: AP_KDECAN_ENABLED docs
This commit is contained in:
parent
20d89c510b
commit
c70d6d14eb
@ -294,6 +294,7 @@ BUILD_OPTIONS = [
|
||||
Feature('Actuators', 'Volz_DroneCAN', 'AP_DRONECAN_VOLZ_FEEDBACK_ENABLED', 'Enable Volz DroneCAN Feedback', 0, None),
|
||||
Feature('Actuators', 'RobotisServo', 'AP_ROBOTISSERVO_ENABLED', 'Enable RobotisServo Protocol', 0, None),
|
||||
Feature('Actuators', 'FETTecOneWire', 'AP_FETTEC_ONEWIRE_ENABLED', 'Enable FETTec OneWire ESCs', 0, None),
|
||||
Feature('Actuators', 'KDECAN', 'AP_KDECAN_ENABLED', 'KDE Direct KDECAN ESC', 0, None),
|
||||
|
||||
Feature('Precision Landing', 'PrecLand', 'AC_PRECLAND_ENABLED', 'Enable Precision Landing support', 0, None),
|
||||
Feature('Precision Landing', 'PrecLand - Companion', 'AC_PRECLAND_COMPANION_ENABLED', 'Enable Companion-Supported Precision Landing support', 0, "PrecLand"), # noqa
|
||||
|
@ -159,6 +159,7 @@ class ExtractFeatures(object):
|
||||
('AP_DRONECAN_VOLZ_FEEDBACK_ENABLED', r'AP_DroneCAN::handle_actuator_status_Volz\b',),
|
||||
('AP_ROBOTISSERVO_ENABLED', r'AP_RobotisServo::init\b',),
|
||||
('AP_FETTEC_ONEWIRE_ENABLED', r'AP_FETtecOneWire::init\b',),
|
||||
('AP_KDECAN_ENABLED', r'AP_KDECAN::update\b',),
|
||||
|
||||
('AP_RPM_ENABLED', 'AP_RPM::AP_RPM',),
|
||||
('AP_RPM_{type}_ENABLED', r'AP_RPM_(?P<type>.*)::update',),
|
||||
|
Loading…
Reference in New Issue
Block a user