nuttx-apps/canutils/slcan
Carlos Sanchez f94bccf119 canutils/slcan: explicitly manage the interface.
A recent change (https://github.com/apache/nuttx/pull/16199) has made the bitrate setting no
longer bring the interface up. Moreover, it is now no longer possible to change bitrate
of a CAN interface if it is up. Therefore, slcan needs to bring the interface down
to change it. Fortunately, it already had commands to open and close the interface
which map nicely to this.

Signed-off-by: Carlos Sanchez <carlossanchez@geotab.com>
2025-04-23 22:30:47 +08:00
..
CMakeLists.txt canutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Kconfig canutils/slcan: make stacksize configurable 2022-01-23 01:34:23 +08:00
Make.defs canutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Makefile canutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
slcan.c canutils/slcan: explicitly manage the interface. 2025-04-23 22:30:47 +08:00
slcan.h canutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00