mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
16 lines
506 B
Plaintext
16 lines
506 B
Plaintext
|
/*
|
||
|
* Copyright (C) 2015 INRIA
|
||
|
*
|
||
|
* This file is subject to the terms and conditions of the GNU Lesser
|
||
|
* General Public License v2.1. See the file LICENSE in the top level
|
||
|
* directory for more details.
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @defgroup pkg Packages
|
||
|
* @brief RIOT supports the integration of external libraries. These
|
||
|
* libraries can be used as BSD-like packages, i.e. they are
|
||
|
* downloaded automatically at compile-time (if needed) and linked
|
||
|
* against RIOT.
|
||
|
*/
|