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

Merge pull request #7099 from miri64/doc/fix/application

doc: fix "Creating an application" page
This commit is contained in:
Kaspar Schleiser 2017-05-24 18:40:28 +02:00 committed by GitHub
commit 3b7252c7de

View File

@ -78,11 +78,11 @@ Including modules {#including-modules}
-----------------
By default a RIOT application comprises only of the applications' code itself,
the kernel, and platform specific code. In order to use additional modules,
such as a particular @ref drivers "device driver" or @ref sys "a system
library" (including @ref net "networking capabilities"), you have to append the
modules' names to the USEMODULE variable. For example, to build an application
using the SHT11 temperature sensor and UDP/IPv6 functionalities of the GNRC
network stack, your Makefile needs to contain these lines:
such as a particular [device driver](@ref drivers) or [a system library](@ref sys)
(including [networking capabilities](@ref net)), you have to append the modules'
names to the USEMODULE variable. For example, to build an application using the
SHT11 temperature sensor and UDP/IPv6 functionalities of the GNRC network stack,
your Makefile needs to contain these lines:
~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.mk}
USEMODULE += sht11