rc_input: add RC_PORT_CONFIG param to configure RC port

The parameter will only be available if the board defines an 'RC' serial
port in SERIAL_PORTS (in default.cmake).
This commit is contained in:
Beat Küng
2019-07-05 14:13:58 +02:00
parent b7a0e1ef03
commit 5fe4c61b42
6 changed files with 51 additions and 6 deletions
+2
View File
@@ -52,6 +52,8 @@ PARAM_DEFINE_INT32(SER_{{ serial_device.tag }}_BAUD, {{ serial_device.default_ba
*
* Configure on which serial port to run {{ command.label }}.
*
* {{ command.description_extended | replace("\n", " ") }}
*
* @value 0 Disabled
{% for serial_device in serial_devices -%}
* @value {{ serial_device.index }} {{ serial_device.label }}