This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
openocd
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
26
Wiki
Activity
Browse Source
cortex_a: rename cortex_a8.c/h to cortex_a.c/h
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
tags/v0.5.0-rc1
Øyvind Harboe
12 years ago
parent
a843789ede
commit
dec80e1cff
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/target/Makefile.am
+1
-1
src/target/cortex_a.c
+0
-0
src/target/cortex_a.h
+ 2
- 2
src/target/Makefile.am
View File
@@ -73,7 +73,7 @@ ARMV7_SRC = \
armv7m.c \
cortex_m3.c \
armv7a.c \
cortex_a
8
.c
cortex_a.c
ARM_DEBUG_SRC = \
arm_dpm.c \
@@ -135,7 +135,7 @@ noinst_HEADERS = \
dsp563xx_once.h \
breakpoints.h \
cortex_m3.h \
cortex_a
8
.h \
cortex_a.h \
embeddedice.h \
etb.h \
etm.h \
src/target/cortex_a8.c → src/target/cortex_a.c
View File
@@ -38,7 +38,7 @@
#endif
#include "breakpoints.h"
#include "cortex_a
8
.h"
#include "cortex_a.h"
#include "register.h"
#include "target_request.h"
#include "target_type.h"
src/target/cortex_a8.h → src/target/cortex_a.h
View File
Write
Preview
Loading…
Cancel
Save