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
7394517b
Commit
7394517b
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
NSH library: Allow USB trace without a USB console
parent
21159573
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/arm/src/sama5/chip/sam_pwm.h
+3
-0
3 additions, 0 deletions
arch/arm/src/sama5/chip/sam_pwm.h
configs/spark/src/up_composite.c
+1
-1
1 addition, 1 deletion
configs/spark/src/up_composite.c
with
4 additions
and
1 deletion
arch/arm/src/sama5/chip/sam_pwm.h
+
3
−
0
View file @
7394517b
...
...
@@ -46,6 +46,9 @@
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
#define SAM_PWM_NCHANNELS 4
/* Four channels numbered 0..3 */
/* PWM Register Offsets *************************************************************/
#define SAM_PWM_CLK_OFFSET 0x0000
/* PWM Clock Register */
...
...
This diff is collapsed.
Click to expand it.
configs/spark/src/up_composite.c
+
1
−
1
View file @
7394517b
...
...
@@ -310,7 +310,7 @@ static int do_composite_archinitialize(void)
int
composite_archinitialize
(
void
)
{
#if defined(CONFIG_NSH_ARCHINIT)
#if defined(CONFIG_NSH_ARCHINIT)
&& defined(CONFIG_NSH_BUILTIN_APPS)
return
OK
;
#else
return
do_composite_archinitialize
();
...
...
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