| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | warnings: use more 'const' for char * | Øyvind Harboe | 2010-12-29 | 25 | -30/+30 |
* | target: do not expose error numbers to users | Øyvind Harboe | 2010-12-29 | 1 | -6/+0 |
* | initial SWD transport (SWD infrastructure #2) | David Brownell | 2010-12-24 | 9 | -9/+425 |
* | stm32x : always use valid flash base address | Spencer Oliver | 2010-12-23 | 1 | -0/+3 |
* | flash: print flash bank name on flash info cmd | Spencer Oliver | 2010-12-23 | 1 | -2/+2 |
* | stm32: fix reversed option byte write | Spencer Oliver | 2010-12-23 | 1 | -4/+4 |
* | stm32: update option bytes for stm32xl family | Spencer Oliver | 2010-12-23 | 1 | -8/+79 |
* | stm32: add stm32 xl family flash support | Spencer Oliver | 2010-12-23 | 3 | -3/+57 |
* | stm32: add dual flash bank support | Spencer Oliver | 2010-12-23 | 2 | -28/+40 |
* | contrib: change stm32 flash loader extension | Spencer Oliver | 2010-12-23 | 1 | -0/+0 |
* | lpc2148: redo to the new target configuration scheme | Øyvind Harboe | 2010-12-22 | 1 | -46/+41 |
* | config: add init_targets proc that is executed just before init | Øyvind Harboe | 2010-12-22 | 2 | -0/+12 |
* | bootstrap: by default the submodules are initialized | Øyvind Harboe | 2010-12-22 | 1 | -7/+10 |
* | server: remove error value from LOG_INFO | Øyvind Harboe | 2010-12-21 | 1 | -1/+1 |
* | tcl/interface/flashlink.cfg: Fix broken ST URL | Tormod Volden | 2010-12-20 | 1 | -1/+1 |
* | tcl/board: Clean up STM32 EVAL boards configurations | Tormod Volden | 2010-12-20 | 5 | -15/+8 |
* | tcl/board: Fix ST URLs in stm32* eval board configuration files | Tormod Volden | 2010-12-20 | 4 | -8/+8 |
* | update IXP42x target / XBA board config | Michael Schwingen | 2010-12-19 | 3 | -96/+130 |
* | Add support for Hilscher netX controllers | Michael Trensch | 2010-12-18 | 15 | -9/+431 |
* | script: support only Tcl comments | Øyvind Harboe | 2010-12-18 | 1 | -9/+0 |
* | TCL: fix non TCL comments | Antonio Borneo | 2010-12-18 | 28 | -732/+732 |
* | openocd doc: update the comments about Jim Tcl a bit | Øyvind Harboe | 2010-12-16 | 1 | -19/+27 |
* | Fix for compilation failure amt_jtagaccel.c | John Devereux | 2010-12-16 | 1 | -0/+3 |
* | Fix for segfault in handle_nand_dump_command. | Paul Richards | 2010-12-15 | 1 | -5/+5 |
* | stm32: fix unprotect | Øyvind Harboe | 2010-12-15 | 1 | -4/+11 |
* | flash: clarify protect documentation | Øyvind Harboe | 2010-12-15 | 1 | -3/+6 |
* | contrib: add source to the cfi flash loaders | Spencer Oliver | 2010-12-10 | 8 | -6/+475 |
* | contrib: make sure loaders use correct arch | Spencer Oliver | 2010-12-10 | 4 | -0/+6 |
* | stm32: add STM32E-EVAL external memory config script | Spencer Oliver | 2010-12-10 | 1 | -0/+56 |
* | cfi: disable buffer writes for M29W128G | Spencer Oliver | 2010-12-10 | 2 | -5/+16 |
* | cfi: allow optional buffer write support | Spencer Oliver | 2010-12-10 | 2 | -2/+12 |
* | cfi: calculate correct timeouts | Spencer Oliver | 2010-12-10 | 2 | -16/+29 |
* | cfi: prefix string hex output | Spencer Oliver | 2010-12-10 | 1 | -12/+12 |
* | cfi: add time format to cfi query output | Spencer Oliver | 2010-12-10 | 1 | -8/+11 |
* | cfi: whitespace and long line cleanup | Spencer Oliver | 2010-12-10 | 1 | -282/+389 |
* | Fix for segmentation fault from freed memory access in jtag_unregister_event_... | Paul Richards | 2010-12-10 | 1 | -13/+9 |
* | remove srst_pulls_trst from LPC2xxx target scripts | Freddie Chopin | 2010-12-09 | 6 | -12/+6 |
* | build: fix build from previous commit | Spencer Oliver | 2010-12-08 | 2 | -2/+2 |
* | jtag: getting the JTAG speed can fail | Øyvind Harboe | 2010-12-08 | 11 | -27/+71 |
* | svf: various improvements | Andrew Leech | 2010-12-07 | 1 | -78/+292 |
* | lpc2478 target config: CCLK as (mandatory) parameter | Rolf Meeser | 2010-12-05 | 1 | -4/+7 |
* | xscale: trace buffer remains enabled until explicitly disabled | Mike Dunn | 2010-12-04 | 2 | -54/+97 |
* | Add board config for Embedded Artists LPC2478-32 | Rolf Meeser | 2010-12-04 | 1 | -0/+148 |
* | Fix flash name in Hitex LPC2929 board config | Rolf Meeser | 2010-12-04 | 1 | -1/+1 |
* | Fix sector layout for 504-KiB LPC2000 devices | Rolf Meeser | 2010-12-04 | 1 | -4/+7 |
* | stm32: set default soft reset config | Spencer Oliver | 2010-12-03 | 1 | -0/+4 |
* | luminary: remove unused config cmds. | Spencer Oliver | 2010-12-03 | 5 | -31/+0 |
* | cortex_m3: change cortec_m3 reset_config behaviour | Spencer Oliver | 2010-12-03 | 2 | -19/+2 |
* | config: fix luminary jtag config | Spencer Oliver | 2010-12-02 | 1 | -3/+0 |
* | rename some target scripts to be consistent with the rest | Freddie Chopin | 2010-12-02 | 3 | -0/+0 |