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

doc: minor text fix for mainpage.md

Rearranged sentence so that only one 'and' is used in the sentence
This commit is contained in:
jasdeepgill 2019-11-24 19:59:46 -08:00 committed by Alexandre Abadie
parent 353c0e91d0
commit 75770b5641
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -8,9 +8,9 @@ RIOT in a nutshell {#riot-in-a-nutshell}
RIOT is an open-source microkernel-based operating system, designed to match
the requirements of Internet of Things (IoT) devices and other embedded
devices. These requirements include a very low memory footprint (on the order
of a few kilobytes), high energy efficiency, real-time capabilities,
communication stacks for both wireless and wired networks, and support for a
wide range of low-power hardware.
of a few kilobytes), high energy efficiency, real-time capabilities, support
for a wide range of low-power hardware, communication stacks for wireless and
communication stacks for wired networks.
RIOT provides a microkernel, multiple network stacks, and utilities which
include cryptographic libraries, data structures (bloom filters, hash tables,
@ -109,9 +109,9 @@ top-level directories:
core
----
This directory contains the actual kernel. The kernel consists of the
scheduler, inter-process-communication (messaging), threading, thread
synchronization, and supporting data-structures and type definitions.
This directory contains the actual kernel. The kernel consists of the scheduler,
inter-process-communication (messaging), threading, and thread
synchronization, as well as supporting data-structures and type definitions.
See @ref core for further information and API documentations.