Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
90c59e93
Commit
90c59e93
authored
Aug 15, 2012
by
Jens Andersen
Browse files
Simple fel-loop that sets up jtag & uart on microsd and loops forever.
parent
5bc8c9e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
fel-loop.S
0 → 100644
View file @
90c59e93
/*
arm
-
none
-
linux
-
gnueabi
-
gcc
-
g
-
fno
-
common
-
ffixed
-
r8
-
msoft
-
float
-
fno
-
builtin
-
ffreestanding
-
nostdinc
-
mno
-
thumb
-
interwork
-
Wall
-
Wstrict
-
prototypes
-
fno
-
stack
-
protector
-
Wno
-
format
-
nonliteral
-
Wno
-
format
-
security
-
fno
-
toplevel
-
reorder
fel
-
loop
.
S
-
c
arm
-
none
-
linux
-
gnueabi
-
objcopy
-
O
binary
fel
-
loop
.
o
fel
-
loop
.
bin
arm
-
none
-
linux
-
gnueabi
-
nm
fel
-
loop.o
*/
.
file
"
fel
-
loop.S
"
.
global
entry
.
text
.
code
32
.
section
".
start
",
"ax"
entry
:
ldr
r0
,=
0x01c208b4
ldr
r1
,=
0x00444444
str
r1
,
[
r0
]
b
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment