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
358a265c
Commit
358a265c
authored
8 years ago
by
Young
Browse files
Options
Downloads
Patches
Plain Diff
Enable TM4C1294-launchpad board build
parent
2f5cb744
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configs/tm4c1294-launchpad/src/tm4c_bringup.c
+5
-1
5 additions, 1 deletion
configs/tm4c1294-launchpad/src/tm4c_bringup.c
with
5 additions
and
1 deletion
configs/tm4c1294-launchpad/src/tm4c_bringup.c
+
5
−
1
View file @
358a265c
...
...
@@ -46,6 +46,8 @@
#include
<nuttx/i2c/i2c_master.h>
#include
<arch/board/board.h>
#include
<nuttx/drivers/pwm.h>
#include
"tiva_i2c.h"
#include
"tiva_pwm.h"
#include
"tm4c1294-launchpad.h"
...
...
@@ -160,6 +162,7 @@ static void tm4c_i2ctool(void)
*
****************************************************************************/
#ifdef HAVE_PWM
void
tm4c_pwm_register
(
int
channel
)
{
FAR
struct
pwm_lowerhalf_s
*
dev
;
...
...
@@ -182,6 +185,7 @@ void tm4c_pwm_register(int channel)
}
}
}
#endif
/****************************************************************************
* Name: tm4c_pwm
...
...
@@ -219,7 +223,7 @@ static void tm4c_pwm(void)
tm4c_pwm_register
(
7
);
#endif
}
#endif
# HAVE_PWM
#endif
/****************************************************************************
* Public 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