1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/libsocketcan/doc.txt
Daniel Lockau 473a959ec5 pkg/socketcan: add to resolve i386 support on Ubuntu
Ubuntu dropped i386 support for socketcan already a while ago.
2022-04-20 11:49:33 +02:00

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
*/