| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | target.cfg: update to use new flash configuration syntax | Spencer Oliver | 2009-12-17 | 11 | -15/+15 |
* | Remove duplicate Olimex-"tiny" interface | David Brownell | 2009-12-16 | 1 | -10/+0 |
* | JTAG: shrink "scan_chain" output | David Brownell | 2009-12-16 | 2 | -15/+15 |
* | stellaris: comments | David Brownell | 2009-12-16 | 2 | -12/+34 |
* | stellaris: probe() cleanups | David Brownell | 2009-12-16 | 1 | -86/+42 |
* | stellaris: remove needless code | David Brownell | 2009-12-16 | 1 | -50/+1 |
* | stellaris: avoid chip writes | David Brownell | 2009-12-16 | 1 | -13/+10 |
* | NOR: bugfix "flash fill[bwh] ..." helptext | David Brownell | 2009-12-16 | 1 | -3/+3 |
* | zy1000: removed some redundant include | Øyvind Harboe | 2009-12-16 | 1 | -22/+4 |
* | ecos: crisper implementation of timeval_ms() | Øyvind Harboe | 2009-12-16 | 4 | -13/+87 |
* | server: server loop will exhaust data inputs before sleeping | Øyvind Harboe | 2009-12-16 | 1 | -17/+31 |
* | more tcl/{board,target} cleanup | David Brownell | 2009-12-15 | 12 | -23/+48 |
* | testing/examples/.../*cfg: rm jtag_device calls | David Brownell | 2009-12-15 | 9 | -21/+10 |
* | XScale: use all-ones for BYPASS, not five-ones | David Brownell | 2009-12-15 | 1 | -1/+1 |
* | target: add basic dsp563xx support | mkdorg@users.sourceforge.net | 2009-12-15 | 9 | -1/+1340 |
* | zy1000: keep up with command.h cleanup | Øyvind Harboe | 2009-12-15 | 1 | -5/+15 |
* | command: retire obsolete macro | Øyvind Harboe | 2009-12-15 | 1 | -11/+0 |
* | imx31: move srst delay into config script | Øyvind Harboe | 2009-12-15 | 1 | -0/+2 |
* | ARM11: improved reset support | David Brownell | 2009-12-14 | 1 | -48/+55 |
* | ARM: disassemble STM correctly | David Brownell | 2009-12-14 | 1 | -2/+5 |
* | lm3748: use new Stellaris config file | David Brownell | 2009-12-14 | 2 | -33/+1 |
* | Common target file for Stellaris chips | Yegor Yefremov | 2009-12-14 | 1 | -0/+49 |
* | stellaris: device IDs | Eric Wetzel | 2009-12-14 | 1 | -150/+168 |
* | jtag: add '-ignore-version' option | David Brownell | 2009-12-14 | 4 | -6/+44 |
* | target files shouldn't #include <target/...h> | David Brownell | 2009-12-13 | 25 | -39/+38 |
* | target: further shrink Jim-awareness | David Brownell | 2009-12-13 | 4 | -7/+10 |
* | LPC2000: rename "r13_svc" as "sp_svc" | David Brownell | 2009-12-12 | 1 | -1/+1 |
* | ARM11: avoid pointless status returns | David Brownell | 2009-12-11 | 2 | -16/+11 |
* | add missing call to add new NAND devices | Zachary T Welch | 2009-12-11 | 2 | -0/+4 |
* | fix 'write_image' usage information | Zachary T Welch | 2009-12-11 | 1 | -1/+1 |
* | ARM DPM: support updating HW breakpoints | David Brownell | 2009-12-11 | 2 | -52/+75 |
* | ARM: disassembly fixes for LDC/STC/MRRC/MCRR | David Brownell | 2009-12-11 | 1 | -18/+33 |
* | ARM11: minor cleanup, mostly ITR comments | David Brownell | 2009-12-11 | 2 | -28/+43 |
* | server: add server_preinit which is called before config file is parsed. | Spencer Oliver | 2009-12-11 | 3 | -3/+14 |
* | build: fix cygwin build warnings | Spencer Oliver | 2009-12-11 | 1 | -1/+1 |
* | gdb_server: use more local variables in inner loop of fetching packetstiny re... | Øyvind Harboe | 2009-12-11 | 1 | -31/+73 |
* | gdb_server: make struct gdb_connection private | Øyvind Harboe | 2009-12-11 | 2 | -19/+21 |
* | optimisation: tiny optimisation for embedded ice | Øyvind Harboe | 2009-12-11 | 1 | -6/+5 |
* | embedded hosts: optimize common code path for core arm operations | Øyvind Harboe | 2009-12-11 | 2 | -46/+66 |
* | anotyer cygwin compile fix | David Brownell | 2009-12-10 | 1 | -1/+2 |
* | zy1000: revc FPGA now works | Øyvind Harboe | 2009-12-10 | 2 | -30/+6 |
* | ARM: update arm_opcodes.h copyright | David Brownell | 2009-12-09 | 1 | -0/+3 |
* | stellaris: flash protection updates, minor fixes | David Brownell | 2009-12-09 | 2 | -68/+119 |
* | Comment and doxygen fixes | David Brownell | 2009-12-09 | 5 | -30/+25 |
* | ETM: only include oocd_trace.h when tracing enabled. | Spencer Oliver | 2009-12-09 | 1 | -0/+3 |
* | Fix compilation error with gcc 4.4.1 | Rafael Campos Las Heras | 2009-12-08 | 1 | -0/+1 |
* | target: remove more exit() calls | David Brownell | 2009-12-08 | 2 | -9/+2 |
* | target: remove needless "extern"s | David Brownell | 2009-12-08 | 4 | -24/+8 |
* | target: move 'extern' decls to *.h files | David Brownell | 2009-12-08 | 5 | -15/+15 |
* | ARM: cygwin complile fixes | David Brownell | 2009-12-08 | 1 | -4/+6 |