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
e27e87a9
Commit
e27e87a9
authored
8 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Backing out part of last commit
parent
8fac871c
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
arch/arm/src/samv7/sam_lowputc.c
+7
-1
7 additions, 1 deletion
arch/arm/src/samv7/sam_lowputc.c
with
7 additions
and
1 deletion
arch/arm/src/samv7/sam_lowputc.c
+
7
−
1
View file @
e27e87a9
...
...
@@ -360,8 +360,14 @@ void sam_lowsetup(void)
*/
# if defined(CONFIG_SAMV7_JTAG_FULL_ENABLE)
# error CONFIG_SAMV7_JTAG_FULL_ENABLE is set To use the USART1 as an USART, the SYSIO Pin4 must be bound to PB4
# warning CONFIG_SAMV7_JTAG_FULL_ENABLE is incompatible with CONFIG_SAMV7_USART1.
# warning The SYSIO Pin4 must be bound to PB4 to use USART1
# endif
uint32_t
sysioreg
=
getreg32
(
SAM_MATRIX_CCFG_SYSIO
);
sysioreg
|=
MATRIX_CCFG_SYSIO_SYSIO4
;
putreg32
(
sysioreg
,
SAM_MATRIX_CCFG_SYSIO
);
#endif
#ifdef CONFIG_SAMV7_USART2
...
...
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