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
c789bd8f
Commit
c789bd8f
authored
16 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
cosmetic
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@978
42af7a65-404d-4744-a932-0658087f49c3
parent
e08604ee
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/c5471/c5471_vectors.S
+31
-31
31 additions, 31 deletions
arch/arm/src/c5471/c5471_vectors.S
arch/arm/src/common/up_vectors.S
+1
-1
1 addition, 1 deletion
arch/arm/src/common/up_vectors.S
with
32 additions
and
32 deletions
arch/arm/src/c5471/c5471_vectors.S
+
31
−
31
View file @
c789bd8f
/********************************************************************
*
c5471
/
c5471_vectors
.
S
/********************************************************************
****************
*
arch
/
arm
/
src
/
c5471
/
c5471_vectors
.
S
*
*
Copyright
(
C
)
2007
Gregory
Nutt
.
All
rights
reserved
.
*
Copyright
(
C
)
2007
,
2008
Gregory
Nutt
.
All
rights
reserved
.
*
Author
:
Gregory
Nutt
<
spudmonkey
@
racsa
.
co
.
cr
>
*
*
Redistribution
and
use
in
source
and
binary
forms
,
with
or
without
...
...
@@ -14,7 +14,7 @@
*
notice
,
this
list
of
conditions
and
the
following
disclaimer
in
*
the
documentation
and
/
or
other
materials
provided
with
the
*
distribution
.
*
3
.
Neither
the
name
Gregory
Nutt
nor
the
names
of
its
contributors
may
be
*
3
.
Neither
the
name
Nutt
X
nor
the
names
of
its
contributors
may
be
*
used
to
endorse
or
promote
products
derived
from
this
software
*
without
specific
prior
written
permission
.
*
...
...
@@ -31,23 +31,23 @@
*
ANY
WAY
OUT
OF
THE
USE
OF
THIS
SOFTWARE
,
EVEN
IF
ADVISED
OF
THE
*
POSSIBILITY
OF
SUCH
DAMAGE
.
*
********************************************************************/
********************************************************************
****************
/
/********************************************************************
/********************************************************************
****************
*
Included
Files
********************************************************************/
********************************************************************
****************
/
#include <nuttx/config.h>
#include <nuttx/irq.h>
#include "up_arch.h"
/********************************************************************
/********************************************************************
****************
*
Definitions
********************************************************************/
********************************************************************
****************
/
/********************************************************************
/********************************************************************
****************
*
Global
Data
********************************************************************/
********************************************************************
****************
/
.
data
g_irqtmp
:
...
...
@@ -60,29 +60,29 @@ g_aborttmp:
.
word
0
/*
Saved
lr
*/
.
word
0
/*
Saved
spsr
*/
/********************************************************************
/********************************************************************
****************
*
Assembly
Macros
********************************************************************/
********************************************************************
****************
/
/********************************************************************
/********************************************************************
****************
*
Private
Functions
********************************************************************/
********************************************************************
****************
/
.
text
/********************************************************************
/********************************************************************
****************
*
Public
Functions
********************************************************************/
********************************************************************
****************
/
.
text
/********************************************************************
/********************************************************************
****************
*
Name
:
up_vectorirq
*
*
Description
:
*
Interrupt
excetpion
.
Entered
in
IRQ
mode
with
spsr
=
SVC
*
CPSR
,
lr
=
SVC
PC
********************************************************************/
********************************************************************
****************
/
.
globl
up_vectorirq
.
type
up_vectorirq
,
%
function
...
...
@@ -169,12 +169,12 @@ up_vectorirq:
.
align
5
/********************************************************************
/********************************************************************
****************
*
Function
:
up_vectorswi
*
*
Description
:
*
SWI
interrupt
.
We
enter
the
SWI
in
SVC
mode
********************************************************************/
********************************************************************
****************
/
.
globl
up_vectorswi
.
type
up_vectorswi
,
%
function
...
...
@@ -222,7 +222,7 @@ up_vectorswi:
.
align
5
/********************************************************************
/********************************************************************
****************
*
Name
:
up_vectordata
*
*
Description
:
...
...
@@ -230,7 +230,7 @@ up_vectorswi:
*
abort
handler
.
This
function
is
entered
in
ABORT
mode
*
with
spsr
=
SVC
CPSR
,
lr
=
SVC
PC
*
********************************************************************/
********************************************************************
****************
/
.
globl
up_vectordata
.
type
up_vectordata
,
%
function
...
...
@@ -290,13 +290,13 @@ up_vectordata:
.
align
5
/********************************************************************
/********************************************************************
****************
*
Name
:
up_vectorprefetch
*
*
Description
:
*
Prefetch
abort
exception
.
Entered
in
ABT
mode
with
*
spsr
=
SVC
CPSR
,
lr
=
SVC
PC
********************************************************************/
********************************************************************
****************
/
.
globl
up_vectorprefetch
.
type
up_vectorprefetch
,
%
function
...
...
@@ -356,14 +356,14 @@ up_vectorprefetch:
.
align
5
/********************************************************************
/********************************************************************
****************
*
Name
:
up_vectorundefinsn
*
*
Description
:
*
Undefined
instruction
entry
exception
.
Entered
in
*
UND
mode
,
spsr
=
SVC
CPSR
,
lr
=
SVC
PC
*
********************************************************************/
********************************************************************
****************
/
.
globl
up_vectorundefinsn
.
type
up_vectorundefinsn
,
%
function
...
...
@@ -422,25 +422,25 @@ up_vectorundefinsn:
.
align
5
/********************************************************************
/********************************************************************
****************
*
Name
:
up_vectorfiq
*
*
Description
:
*
Shouldn
't happen
********************************************************************/
********************************************************************
****************
/
.
globl
up_vectorfiq
.
type
up_vectorfiq
,
%
function
up_vectorfiq
:
subs
pc
,
lr
,
#
4
/********************************************************************
/********************************************************************
****************
*
Name
:
up_vectoraddrexcption
*
*
Description
:
*
Shouldn
't happen
*
********************************************************************/
********************************************************************
****************
/
.
globl
up_vectoraddrexcptn
.
type
up_vectoraddrexcptn
,
%
function
...
...
This diff is collapsed.
Click to expand it.
arch/arm/src/common/up_vectors.S
+
1
−
1
View file @
c789bd8f
/************************************************************************************
*
arm
/
src
/
common
/
up_vectors
.
S
*
arch
/
arm
/
src
/
common
/
up_vectors
.
S
*
*
Copyright
(
C
)
2007
,
2008
Gregory
Nutt
.
All
rights
reserved
.
*
Author
:
Gregory
Nutt
<
spudmonkey
@
racsa
.
co
.
cr
>
...
...
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