Merge pull request #16352 from kfessel/p-doc-pkg

doc/pkg: provide a longer short description
This commit is contained in:
benpicco 2021-04-30 12:00:13 +02:00 committed by GitHub
commit 11aa163509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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