blob: 49ab8d5f7da68cddd1fd6284cfc9edf28ecc18c8 [file] [log] [blame]
#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config EXAMPLES_LIBOPENCYPHAL
tristate "OpenCyphal Cyphal/CAN example"
default n
depends on CANUTILS_LIBOPENCYPHAL
---help---
Enable the LIBOPENCYPHAL example
if EXAMPLES_LIBOPENCYPHAL
config EXAMPLES_LIBOPENCYPHAL_DEV
string "Device"
default "can0"
---help---
The device
config EXAMPLES_LIBOPENCYPHAL_NODE_ID
int "Node ID"
default 1
range 1 127
---help---
Specifies the node's ID
config EXAMPLES_LIBOPENCYPHAL_APP_NODE_NAME
string "Node name"
default "org.apache.nuttx.demo"
---help---
app node name
config EXAMPLES_LIBOPENCYPHAL_NODE_MEM_POOL_SIZE
int "Node Memory Pool Size"
default 1024
---help---
Specifies the node's memory pool size
config EXAMPLES_LIBOPENCYPHAL_DAEMON_PRIORITY
int "daemon task priority"
default 100
config EXAMPLES_LIBOPENCYPHAL_DAEMON_STACK_SIZE
int "canard stack size"
default DEFAULT_TASK_STACKSIZE
endif