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
b7eecca9
Commit
b7eecca9
authored
7 years ago
by
Sebastian Meiling
Browse files
Options
Downloads
Patches
Plain Diff
sys: fix doxygen grouping of tsrb und embUnit
parent
e91c077a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sys/include/embUnit.h
+4
-2
4 additions, 2 deletions
sys/include/embUnit.h
sys/include/tsrb.h
+7
-8
7 additions, 8 deletions
sys/include/tsrb.h
with
11 additions
and
10 deletions
sys/include/embUnit.h
+
4
−
2
View file @
b7eecca9
...
...
@@ -9,9 +9,11 @@
/**
* @defgroup unittests Unittests
* @ingroup sys
* @brief RIOT Unittests based on the EmbUnit Framework
*
* @note
* Please refer to https://github.com/RIOT-OS/RIOT/wiki/Testing-RIOT
* @see http://embunit.sourceforge.net/embunit/
*
* @note Please refer to https://github.com/RIOT-OS/RIOT/wiki/Testing-RIOT
*
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
*/
...
...
This diff is collapsed.
Click to expand it.
sys/include/tsrb.h
+
7
−
8
View file @
b7eecca9
...
...
@@ -9,17 +9,16 @@
/**
* @defgroup sys_tsrb Thread safe ringbuffer
* @ingroup sys
* @brief Thread-safe ringbuffer implementation
* @{
*/
/**
*
* @file
* @brief Thread-safe ringbuffer i
mplementa
tion
* @brief Thread-safe ringbuffer i
nterface defini
tion
*
* This ringbuffer implementation can be used without locking if
* there's only one producer and one consumer.
*
@note
This ringbuffer implementation can be used without locking if
*
there's only one producer and one consumer.
*
* @
note
Buffer size must be a power of two!
* @
attention
Buffer size must be a power of two!
*
* @author Kaspar Schleiser <kaspar@schleiser.de>
*/
...
...
@@ -150,5 +149,5 @@ int tsrb_add(tsrb_t *rb, const char *src, size_t n);
}
#endif
/** @} */
#endif
/* TSRB_H */
/** @} */
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