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
d1df8ce7
Commit
d1df8ce7
authored
14 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
typos
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@2976
42af7a65-404d-4744-a932-0658087f49c3
parent
6ee68e07
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/avr/src/at91uc3/at91uc3_serial.c
+6
-5
6 additions, 5 deletions
arch/avr/src/at91uc3/at91uc3_serial.c
with
6 additions
and
5 deletions
arch/avr/src/at91uc3/at91uc3_serial.c
+
6
−
5
View file @
d1df8ce7
/****************************************************************************
* arch/ar
m
/src/
stm32/avr32
_serial.c
* arch/a
v
r/src/
at91uc3/at91uc3
_serial.c
*
* Copyright (C) 200
9
Gregory Nutt. All rights reserved.
* Copyright (C) 20
1
0 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
...
...
@@ -422,10 +422,8 @@ static int up_setup(struct uart_dev_s *dev)
regval
=
up_serialout
(
priv
,
AVR32_USART_MR_OFFSET
,
regval
);
/* Enable interrupts at the UART */
/* Disable interrupts at the UART */
#warning "Not Implemented"
/* priv->ie = */
/* Configure hardware flow control -- Not yet supported */
#warning "Not Implemented"
...
...
@@ -437,6 +435,9 @@ static int up_setup(struct uart_dev_s *dev)
#warning "Not Implemented"
#endif
/* Initialize the IMR shadow register */
priv
->
ie
=
up_serialout
(
priv
,
AVR32_USART_IMR_OFFSET
,
regval
);;
return
OK
;
}
...
...
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