doc: minor text fix for mainpage.md
Rearranged sentence so that only one 'and' is used in the sentence
This commit is contained in:
parent
353c0e91d0
commit
75770b5641
@ -8,9 +8,9 @@ RIOT in a nutshell {#riot-in-a-nutshell}
|
|||||||
RIOT is an open-source microkernel-based operating system, designed to match
|
RIOT is an open-source microkernel-based operating system, designed to match
|
||||||
the requirements of Internet of Things (IoT) devices and other embedded
|
the requirements of Internet of Things (IoT) devices and other embedded
|
||||||
devices. These requirements include a very low memory footprint (on the order
|
devices. These requirements include a very low memory footprint (on the order
|
||||||
of a few kilobytes), high energy efficiency, real-time capabilities,
|
of a few kilobytes), high energy efficiency, real-time capabilities, support
|
||||||
communication stacks for both wireless and wired networks, and support for a
|
for a wide range of low-power hardware, communication stacks for wireless and
|
||||||
wide range of low-power hardware.
|
communication stacks for wired networks.
|
||||||
|
|
||||||
RIOT provides a microkernel, multiple network stacks, and utilities which
|
RIOT provides a microkernel, multiple network stacks, and utilities which
|
||||||
include cryptographic libraries, data structures (bloom filters, hash tables,
|
include cryptographic libraries, data structures (bloom filters, hash tables,
|
||||||
@ -109,9 +109,9 @@ top-level directories:
|
|||||||
|
|
||||||
core
|
core
|
||||||
----
|
----
|
||||||
This directory contains the actual kernel. The kernel consists of the
|
This directory contains the actual kernel. The kernel consists of the scheduler,
|
||||||
scheduler, inter-process-communication (messaging), threading, thread
|
inter-process-communication (messaging), threading, and thread
|
||||||
synchronization, and supporting data-structures and type definitions.
|
synchronization, as well as supporting data-structures and type definitions.
|
||||||
|
|
||||||
See @ref core for further information and API documentations.
|
See @ref core for further information and API documentations.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user