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
3fea1eaa
Unverified
Commit
3fea1eaa
authored
7 years ago
by
Martine Lenders
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #8888 from miri64/doc/fix/sys_util
doc: remove sys_util references
parents
fb2beb43
9efbfcd3
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
sys/bitfield/bitfield.c
+0
-1
0 additions, 1 deletion
sys/bitfield/bitfield.c
sys/include/div.h
+3
-2
3 additions, 2 deletions
sys/include/div.h
sys/include/iolist.h
+2
-2
2 additions, 2 deletions
sys/include/iolist.h
sys/iolist/iolist.c
+0
-1
0 additions, 1 deletion
sys/iolist/iolist.c
with
5 additions
and
6 deletions
sys/bitfield/bitfield.c
+
0
−
1
View file @
3fea1eaa
...
...
@@ -7,7 +7,6 @@
*/
/**
* @ingroup sys_util
* @{
*
* @file
...
...
This diff is collapsed.
Click to expand it.
sys/include/div.h
+
3
−
2
View file @
3fea1eaa
...
...
@@ -8,13 +8,14 @@
*/
/**
* @brief Integer division functions
* @defgroup sys_div Integer division functions
* @ingroup sys
*
* This header provides some integer division functions that can be used
* to prevent linking in compiler-generated ones, which are often larger.
*
* @file
* @ingroup sys
_util
* @ingroup sys
* @author Kaspar Schleiser <kaspar@schleiser.de>
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* @{
...
...
This diff is collapsed.
Click to expand it.
sys/include/iolist.h
+
2
−
2
View file @
3fea1eaa
...
...
@@ -7,8 +7,8 @@
*/
/**
* @defgroup sys_
util_
iolist iolist scatter / gather IO
* @ingroup sys
_util
* @defgroup sys_iolist iolist scatter / gather IO
* @ingroup sys
* @brief Provides linked-list scatter / gather IO
*
* @{
...
...
This diff is collapsed.
Click to expand it.
sys/iolist/iolist.c
+
0
−
1
View file @
3fea1eaa
...
...
@@ -7,7 +7,6 @@
*/
/**
* @ingroup sys_util
* @{
*
* @file
...
...
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