Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
4fb9249f
Commit
4fb9249f
authored
8 years ago
by
Martine Lenders
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #6429 from smlng/pr/fix_doc
doc: correct typos
parents
2d28ea64
34b96603
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
boards/doc.txt
+5
-3
5 additions, 3 deletions
boards/doc.txt
core/doc.txt
+3
-3
3 additions, 3 deletions
core/doc.txt
cpu/doc.txt
+2
-2
2 additions, 2 deletions
cpu/doc.txt
with
10 additions
and
8 deletions
boards/doc.txt
+
5
−
3
View file @
4fb9249f
...
...
@@ -10,7 +10,9 @@
* @defgroup boards Boards
* @brief Board specific definitions and implementations
*
* The boards module contains all definitions and implementations, that are specific to a certain board. Boards
* generally consist of a fixed configuration of a controller and some external devices as sensors or radios. All
* aspects concerning pin-configurion, mcu clock and driver configuration should go into this module.
* The boards module contains all definitions and implementations, that are
* specific to a certain board. Generally, boards consist of a fixed
* configuration of a controller and some external devices such as sensors or
* radios. All aspects concerning configuration of GPIO pins, MCU clock and
* device drivers should go into this module.
*/
This diff is collapsed.
Click to expand it.
core/doc.txt
+
3
−
3
View file @
4fb9249f
...
...
@@ -10,14 +10,14 @@
* @defgroup core Kernel
* @brief The RIOT micro-kernel containing the core functionality
*
* The kernel module contains
only
the basic OS functionality such as the sheduler,
threading, synchronization
*
and IRQ-handling. The only exception is the integration of the hardware timer into this module
.
* The kernel module contains the basic OS functionality such as the s
c
heduler,
*
threading, synchronization and IRQ-handling
.
*/
/**
* @defgroup core_util Kernel utilities
* @ingroup core
* @brief Utilies and data structures used by the kernel
* @brief Utili
ti
es and data structures used by the kernel
*/
/**
...
...
This diff is collapsed.
Click to expand it.
cpu/doc.txt
+
2
−
2
View file @
4fb9249f
...
...
@@ -11,6 +11,6 @@
* @brief CPU specific implementations
*
* This module contains all CPU specific source files. In case of multiple CPUs
* sharing the same architecture, the implementation is split in
a cpu specific
* and a architecture
specific
part (eg. arm
-
common and lpc2387).
* sharing the same architecture, the implementation is split in
to several CPU
*
specific parts
and a
n
architecture part (e
.
g. arm
7_
common and lpc2387).
*/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment