Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
f4grx
NuttX RTOS
Commits
a908a61c
Commit
a908a61c
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Various module-related cosmetic changes
parent
303123de
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
arch
+1
-1
1 addition, 1 deletion
arch
configs
+1
-1
1 addition, 1 deletion
configs
include/nuttx/module.h
+1
-1
1 addition, 1 deletion
include/nuttx/module.h
sched/module/mod_bind.c
+0
-22
0 additions, 22 deletions
sched/module/mod_bind.c
with
3 additions
and
25 deletions
arch
@
982356fa
Subproject commit
fb81d9d623c311e42128cfb026077db89bdec182
Subproject commit
982356fab5364d3f70f54483394cec9cfe9b9199
This diff is collapsed.
Click to expand it.
configs
@
050dca04
Subproject commit
7a90dc61627c97dc6e6b4cfd252288a91a821a09
Subproject commit
050dca048e92cec8f8d04075553d75025a31f2d4
This diff is collapsed.
Click to expand it.
include/nuttx/module.h
+
1
−
1
View file @
a908a61c
...
...
@@ -129,7 +129,7 @@ struct module_s
* resources used by the loaded module.
*/
mod_uninitializer_t
uninitializer
;
/* Module initializer function */
mod_uninitializer_t
uninitializer
;
/* Module
un
initializer function */
FAR
void
*
arg
;
/* Uninitializer argument */
FAR
void
*
alloc
;
/* Allocated kernel memory */
};
...
...
This diff is collapsed.
Click to expand it.
sched/module/mod_bind.c
+
0
−
22
View file @
a908a61c
...
...
@@ -51,28 +51,6 @@
#include
"module.h"
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/* CONFIG_DEBUG, CONFIG_DEBUG_VERBOSE, and CONFIG_MODULE_DUMPBUFFER have to
* be defined or CONFIG_MODULE_DUMPBUFFER does nothing.
*/
#if !defined(CONFIG_DEBUG_VERBOSE) || !defined (CONFIG_MODULE_DUMPBUFFER)
# undef CONFIG_MODULE_DUMPBUFFER
#endif
#ifndef CONFIG_MODULE_BUFFERSIZE
# define CONFIG_MODULE_BUFFERSIZE 128
#endif
#ifdef CONFIG_MODULE_DUMPBUFFER
# define mod_dumpbuffer(m,b,n) svdbgdumpbuffer(m,b,n)
#else
# define mod_dumpbuffer(m,b,n)
#endif
/****************************************************************************
* Private Functions
****************************************************************************/
...
...
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