mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
473a959ec5
Ubuntu dropped i386 support for socketcan already a while ago.
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
|
|
*/
|