Skip to content

Commit

Permalink
add uavcan.node.description parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Aug 25, 2024
1 parent 27a49f4 commit cafc5d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Src/applications/cyphal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The node has the following registers:
| 1 | uavcan.node.id | Defines a node-ID. Allowed values [0,127]. |
| 2 | system.name | Defines custom node name. If empty, the node will use the default name. |
| 3 | system.protocol | Auto, Cyphal/CAN or DroneCAN |
| 4 | uavcan.node.description | User/integrator-defined, human-readable description of this specific node. |

> This docs was automatically generated. Do not edit it manually.
7 changes: 7 additions & 0 deletions Src/common/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ system.protocol:
default: 0
min: 0
max: 2

uavcan.node.description:
note: User/integrator-defined, human-readable description of this specific node.
type: String
enum: PARAM_NODE_DESCRIPTION
flags: mutable
default: ""

0 comments on commit cafc5d3

Please sign in to comment.