1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doc/pkg: provide a longer short description

This commit is contained in:
Karl Fessel 2021-04-20 14:57:11 +02:00
parent 89514938b2
commit a329c456fc

View File

@ -2,6 +2,13 @@
* @defgroup pkg Packages
* @{
* @brief External libraries and applications
* @details What are packages? RIOT packages:
* * pull a specific tested version most often from the (a) origin source
* * patch them to match the RIOT architecture
* * provide a specific tested configuration
* (such configuration may enable or disable features)
* * integrate the packages build process into the RIOT one
* * they have RIOT tests and/or examples to test/build them
*
* Using packages
* ==============