mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
17 lines
428 B
Plaintext
17 lines
428 B
Plaintext
|
/**
|
||
|
* @defgroup pkg_libsocketcan Socketcan library
|
||
|
* @ingroup pkg
|
||
|
* @ingroup sys_serialization
|
||
|
* @brief Provides libsocketcan for native 32bit linux builds when not available otherwise
|
||
|
*
|
||
|
* # Introduction
|
||
|
*
|
||
|
* "This library allows you to control some basic functions in SocketCAN from userspace."
|
||
|
*
|
||
|
* # License
|
||
|
*
|
||
|
* Licensed under LGPL 2.1.
|
||
|
*
|
||
|
* @see https://git.pengutronix.de/cgit/tools/libsocketcan
|
||
|
*/
|