]> git.sur5r.net Git - openocd/history - src/target
NAND/LPC3180: remove private "target" copy
[openocd] / src / target /
2010-12-30 Marek VasutCORTEX A8: Fix broken CPU identification
2010-12-29 Andrew MacIsaacCompilation Warnings on OS X 10.5
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-12-29 Øyvind Harboetarget: do not expose error numbers to users
2010-12-25 David Brownellinitial SWD transport (SWD infrastructure #2)
2010-12-22 Øyvind Harboeconfig: add init_targets proc that is executed just...
2010-12-04 Mike Dunnxscale: trace buffer remains enabled until explicitly...
2010-12-03 Spencer Olivercortex_m3: change cortec_m3 reset_config behaviour
2010-12-01 Øyvind Harboeprofile: use 100Hz as a default sampling frequency
2010-11-22 Øyvind Harboefastload: fix error handling upon running out of memory
2010-11-18 Spencer Oliverbuild: add common.mk
2010-11-09 Øyvind Harboecortex_m3: report detected error condition in poll
2010-11-09 Øyvind Harboetarget: document that target_poll() will report and...
2010-11-05 Marek VasutCortexA8: Implement debug base autodetection
2010-11-05 Marek VasutADIv5: Implement function to lookup CoreSight component
2010-11-05 Marek VasutADIv5: Introduce function to detect ROM Table location
2010-11-04 ddraskovicarm964e: Add support for ARM946E target.
2010-10-29 Øyvind Harboejim tests: use installed
2010-10-28 Spencer Oliversrc: add loader src description
2010-10-25 Peter StugeMake systesetreq typos read sysresetreq instead
2010-10-12 Antonio BorneoTARGET: review handle_load_image_command()
2010-10-12 Antonio BorneoTARGET: fix segfault in handle_dump_image_command()
2010-09-29 Øyvind Harboefileio: fileio_size() can now fail
2010-09-29 Øyvind Harboefileio: refactor struct fileio to be an opaque structure
2010-09-27 Øyvind Harboeimage: fix spelling mistake
2010-09-21 Øyvind Harboejtagdp: remove #if 0'd kludges and explain why the...
2010-09-21 Øyvind Harboeembeddedice: fix error handling
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-09-20 Mike Dunnxscale: check that wp length does not exceed address
2010-09-20 Mike Dunnxscale: bp/wp: additional LOG_ERROR on failure
2010-09-14 Øyvind Harboebreakpoints: fix error handling
2010-09-13 Mike Dunnxscale: fix sw breakpoints for thumb; set bp immediately
2010-09-13 Mike Dunnpropagate return status of set_breakpoint() up call...
2010-09-09 Mike Dunnxscale: mark xscale registers invalid on debug entry
2010-08-31 Spencer Olivercortex m3: add cortex_m3 reset_config cmd
2010-08-15 Oleksandr Tymoshenkoavr32: work-in-progress
2010-08-11 Øyvind Harboetcl: remove silly ocd_ prefix to array2mem and mem2array
2010-08-11 Øyvind Harboedebug: use assert's when approperiate
2010-08-11 Øyvind Harboearm: add missing error reporting
2010-08-09 Øyvind Harboearm7/9: fix "reset run + halt"
2010-08-09 Øyvind Harboetarget: if polling fails, back off
2010-08-02 Øyvind Harboeverify_image: print out a statement that there are...
2010-07-20 Spencer Olivermips32: exit_point optional for mips32_run_algorithm
2010-07-20 Spencer Oliverarmv7m: exit_point optional for armv7m_run_algorithm
2010-07-20 Spencer Oliverarmv4_5: add algorithms instruction breakpoint support
2010-07-20 Øyvind Harboearm11 error propagation fixes
2010-07-20 Øyvind Harboearm_jtag_scann error propagation fixes
2010-07-19 Øyvind Harboearm_dpm: error propagation fixes
2010-07-19 Øyvind Harboeadi_jtag_ error propagation
2010-07-19 Øyvind Harboearm: error propagation of arm_jtag_set_instr
2010-07-19 Øyvind Harboearm_adi_v5: dap_run() error propagation
2010-07-19 Øyvind Harboearm_adi_v5: mem_ap_write error propagation
2010-07-19 Øyvind Harboearm_adi_v5: error propagation of mem_ap_read_atomic_u32...
2010-07-19 Øyvind Harboemem_ap_read_u32 error propagation
2010-07-19 Øyvind Harboearm_adi_v5: add error propagation for dap_setup_accessport
2010-07-19 Øyvind Harboedebug: debug entry error propagation
2010-07-19 Øyvind Harboecortex a8: added timeout handling
2010-07-19 Øyvind Harboearm: add error propagation for enable/disable mmu caches
2010-07-19 Øyvind Harboearm: add error propagation to generic get_ttb fn
2010-07-19 Øyvind Harboecortex a8: lots of error propagation fixes
2010-07-19 Øyvind Harboecortex a8: mem_ap_read_buf_u32() error handling
2010-07-19 Øyvind Harboecortex a8: add missing error handling for cortex_a8_dap...
2010-07-19 Øyvind Harboecortex a8: add missing error handling from cortex_a8_ex...
2010-07-19 Øyvind Harboecortex a8: add missing error handling for mem_ap_atomic...
2010-07-19 Øyvind Harboecortex a8: add missing error handling for mem_ap_read_a...
2010-07-18 Øyvind Harboespelling fixes in comments
2010-07-16 David BrownellARM ADI-V5: cleanup CID/PID addressing
2010-07-13 David BrownellARM ADI-V5: PIDs and CIDs are 8 bits
2010-07-12 Spencer Oliverarm9: revert change arm9tdmi cmd group name to arm9
2010-06-23 Øyvind Harboearm11: fix gaffe in no-ack transfers
2010-06-23 Antonio Borneoerror number: review
2010-06-22 Øyvind Harboecortex a8: only physical read/write's are available...
2010-06-22 Øyvind Harboetarget: $_TARGET mdw now has a phys option
2010-06-22 Øyvind Harboetarget: mwX on target object now supporst phys argument
2010-06-22 Edgar Grimbergtarget: Fix shadow issues on Mac
2010-06-22 Øyvind Harboecortex a8: print message that locking debug access...
2010-06-22 Øyvind Harboecortex a8: add error propagation for poll/resume
2010-06-22 Øyvind Harboecortex a8: add timeouts waiting for restart, prepare...
2010-06-22 Øyvind Harboecortex a8: add error propagation for mem_ap_read/write_...
2010-06-22 Øyvind Harboearm_adi_v5: error propagation fixes
2010-06-21 Antonio Borneotarget/avrt: review unused symbols
2010-06-21 Antonio Borneotarget/avr: review scope of symbols
2010-06-21 Antonio Borneotarget/feroceon: review scope of symbols
2010-06-21 Antonio Borneotarget/mips_m4k: review scope of symbols
2010-06-21 Øyvind Harboejtag: do not use jtag_get_error()
2010-06-21 Øyvind Harboeadi_v5_jtag: add missing error handling
2010-06-21 Øyvind Harboecortex a8: add missing error handling
2010-06-19 Øyvind Harboecortex a8: fix segfault for unexamined targets
2010-06-18 Antonio Borneotarget/dsp563xx: review unused symbols
2010-06-18 Antonio Borneotarget/dsp563xx: review scope of symbols
2010-06-15 Øyvind Harboemips_ejtag: -Wshadow warning fixes
2010-06-15 Øyvind Harboemips32_pracc: -Wshadow warning fixes
2010-06-15 Øyvind Harboemips_m4k: -Wshadow warning fixes
2010-06-15 Øyvind Harboemips32: -Wshadow warning fixes
2010-06-15 Øyvind Harboecortex_a8: -Wshadow warning fixes
2010-06-15 Øyvind Harboearm11_dbgtap: -Wshadow warning fixes
2010-06-15 Øyvind Harboearm926ejs: -Wshadow warning fix
2010-06-15 Øyvind Harboearm920t: -Wshadow warning fixes
2010-06-15 Øyvind Harboearm720t: -Wshadow warning fix
2010-06-15 Øyvind Harboeadi_v5_jtag: -Wshadow warning fixes
next