mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #3767 from OlegHahm/mainpage_update
doc: minor update of mainpage.txt
This commit is contained in:
commit
7d5b0bbfdf
@ -9,7 +9,8 @@
|
|||||||
* provides a microkernel, utilities like cryptographic libraries, data structures
|
* provides a microkernel, utilities like cryptographic libraries, data structures
|
||||||
* (bloom filters, hash tables, priority queues), or a shell, different network
|
* (bloom filters, hash tables, priority queues), or a shell, different network
|
||||||
* stacks, and support for various microcontrollers, radio drivers, sensors, and
|
* stacks, and support for various microcontrollers, radio drivers, sensors, and
|
||||||
* configurations for entire platforms, e.g. TelosB or STM32 Discovery Boards.
|
* configurations for entire platforms, e.g. Zolertia Z1 or STM32 Discovery
|
||||||
|
* Boards.
|
||||||
*
|
*
|
||||||
* The microkernel itself comprises thread management, a priority-based scheduler,
|
* The microkernel itself comprises thread management, a priority-based scheduler,
|
||||||
* a powerful API for inter-process communication (IPC), a system timer, and
|
* a powerful API for inter-process communication (IPC), a system timer, and
|
||||||
@ -84,7 +85,7 @@
|
|||||||
* by invoking make like this:
|
* by invoking make like this:
|
||||||
*
|
*
|
||||||
* \code
|
* \code
|
||||||
* make BOARD=telosb
|
* make BOARD=iotlab-m3
|
||||||
* \endcode
|
* \endcode
|
||||||
*
|
*
|
||||||
* Besides typical targets like `clean`, `all`, or `doc`, RIOT provides the special
|
* Besides typical targets like `clean`, `all`, or `doc`, RIOT provides the special
|
||||||
@ -100,6 +101,9 @@
|
|||||||
* variables like `INCLUDES`, setting the include paths. `Makefile.dep` serves to
|
* variables like `INCLUDES`, setting the include paths. `Makefile.dep` serves to
|
||||||
* define dependencies.
|
* define dependencies.
|
||||||
*
|
*
|
||||||
|
* Learn more about the build system in the
|
||||||
|
* [Wiki](https://github.com/RIOT-OS/RIOT/wiki/The-Make-Build-System)
|
||||||
|
*
|
||||||
* ####Including modules
|
* ####Including modules
|
||||||
*
|
*
|
||||||
* By default a RIOT application comprises only the applications' code itself, the kernel,
|
* By default a RIOT application comprises only the applications' code itself, the kernel,
|
||||||
@ -110,7 +114,7 @@
|
|||||||
* these lines:
|
* these lines:
|
||||||
* \code
|
* \code
|
||||||
* USEMODULE += sht11
|
* USEMODULE += sht11
|
||||||
* USEMODULE += sixlowpan
|
* USEMODULE += gnrc_udp
|
||||||
* \endcode
|
* \endcode
|
||||||
* To contribute a new module to RIOT, your module's Makefile needs to set the
|
* To contribute a new module to RIOT, your module's Makefile needs to set the
|
||||||
* variable `MODULE` to a unique name. If the module depends on other modules, this
|
* variable `MODULE` to a unique name. If the module depends on other modules, this
|
||||||
|
Loading…
Reference in New Issue
Block a user