index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
flash
/
nor
Age
Commit message (
Expand
)
Author
2009-12-04
eliminate src/flash/flash.c
Zachary T Welch
2009-12-04
add flash/nor/drivers.c
Zachary T Welch
2009-12-04
move more nor flash implementation details
Zachary T Welch
2009-12-04
add flash/nor/core.[ch]
Zachary T Welch
2009-12-04
add flash/nor/{tcl.c,imp.h} from flash/flash.c
Zachary T Welch
2009-12-03
remove tertiary include paths
Zachary T Welch
2009-12-03
change #include "../hello.h" to "hello.h"
Zachary T Welch
2009-12-03
change #include "flash.h" to <flash/flash.h>
Zachary T Welch
2009-12-03
change #include "mips32.h" to <target/mips32.h>
Zachary T Welch
2009-12-03
change #include "image.h" to <target/image.h>
Zachary T Welch
2009-12-03
change #include "embeddedice.h" to <target/embeddedice.h>
Zachary T Welch
2009-12-03
change #include "avrt.h" to <target/avrt.h>
Zachary T Welch
2009-12-03
change #include "armv7m.h" to <target/armv7m.h>
Zachary T Welch
2009-12-03
change #include "armv4_5.h" to <target/armv4_5.h>
Zachary T Welch
2009-12-03
change #include "arm966e.h" to <target/arm966e.h>
Zachary T Welch
2009-12-03
change #include "arm7_9_common.h" to <target/arm7_9_common.h>
Zachary T Welch
2009-12-03
change #include "algorithm.h" to <target/algorithm.h>
Zachary T Welch
2009-12-03
change #include "jtag.h" to <jtag/jtag.h>
Zachary T Welch
2009-12-03
change #include "types.h" to <helper/types.h>
Zachary T Welch
2009-12-03
change #include "time_support.h" to <helper/time_support.h>
Zachary T Welch
2009-12-03
change #include "membuf.h" to <helper/membuf.h>
Zachary T Welch
2009-12-03
change #include "binarybuffer.h" to <helper/binarybuffer.h>
Zachary T Welch
2009-12-03
allow #include directives to use module name
Zachary T Welch
2009-12-02
move nor drivers to src/flash/nor
Zachary T Welch