Transform 'u32' to 'uint32_t' in src/target
[fw/openocd] / src / target / target.c
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-17 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-13 zwelchFactor load_image argument parsing to parse_load_image_...
2009-06-13 zwelchImprove handle_profile_command argument parsing:
2009-06-13 zwelchImprove handle_virt2phys_command argument parsing:
2009-06-13 zwelchCleanup and improve handle_wp_command and handle_rwp_co...
2009-06-13 zwelchImprove and simplify handle_bp_command and handle_rbp_c...
2009-06-13 zwelchImprove handle_verify_image_command_internal command...
2009-06-13 zwelchImprove handle_dump_image_command argument parsing:
2009-06-13 zwelchImprove handle_load_image_command argument parsing:
2009-06-13 zwelchImprove handle_mw_command argument handling:
2009-06-13 zwelchImprove handle_md_command argument handling:
2009-06-13 zwelchUse parse_u32 in handle_resume_command and handle_step_...
2009-06-13 zwelchCleanup and improve handle_halt_command:
2009-06-13 zwelchCleanup and fi handle_wait_halt_command:
2009-06-13 zwelchUse parse_uint in handle_reg_command to ensure reg...
2009-06-13 zwelchUse parse_uint in get_target to ensure target id is...
2009-06-11 oharboefix ordering of arguments to fwrite()
2009-06-11 zwelchFactor handle_bp_command into pieces:
2009-06-11 zwelchFactor target_timer_callbacks_check_time into pieces:
2009-06-11 zwelchSimplify and clean handle_virt2phys_command:
2009-06-11 zwelchSimplify and fix target handle_rwp_command routine:
2009-06-11 zwelchSimplify and fix handle_reset_command:
2009-06-11 zwelchSimplify handle_resume_command:
2009-06-11 zwelchSimplify and fix handle_step_command:
2009-06-11 oharboedisable polling continuous polling during reset
2009-06-10 zwelchMove the documentation for the "poll" command up with
2009-06-08 oharboeDavid Brownell <david-b@pacbell.net> Bugfix: $target_na...
2009-06-08 oharboeDavid Brownell <david-b@pacbell.net>
2009-06-07 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-07 zwelchFix regression in mdw output; identified by Magnus...
2009-06-05 oharboeremove unused include file: inttypes.h
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-01 oharboefix warning for a variable that GCC thought might be...
2009-05-31 zwelchFinal step in isolating target_type_s structure:
2009-05-31 zwelchFirst step in hiding target_type_s from public interface:
2009-05-31 zwelchAdd target_examine_one wrapper:
2009-05-31 zwelchAdd target breakpoint and watchpoint wrapper:
2009-05-31 zwelchAdd target_get_name wrapper:
2009-05-31 zwelchAdd target_step wrapper:
2009-05-31 zwelchAdd target_get_gdb_reg_list wrapper:
2009-05-31 zwelchAdd target_bulk_write_memory wrapper:
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-31 zwelchAdd target_run_algorithm wrapper:
2009-05-31 zwelchAdd target_write_memory wrapper:
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-31 zwelchSimplify the handle_md_command routine in target.c:
2009-05-31 zwelchMake nvp_target_event static; remove its external decla...
2009-05-31 zwelchMake target_buffer_get_uXX interfaces work with constan...
2009-05-30 zwelchEliminate duplicated code in the handle_mw_command...
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-21 kc8apfAuthor: Øyvind Harboe <oyvind.harboe@zylin.com>
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-17 oharboefix array2mem/mem2array when used as a "method" on...
2009-05-14 oharboetake #2: dump_image now works for addresses not divisib...
2009-05-14 oharboedump_image now works for addresses not divisible by 4
2009-05-14 oharboepropagate error in dump_image. If an error occurs durin...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-04 oharboeDirk Behme <dirk.behme@googlemail.com> Add minimalist...
2009-04-30 zwelchAdd static keywords to core target source file data...
2009-04-27 oharboeSimonQian <simonqian@simonqian.com> AVR wip
2009-04-22 kc8apfFix use of wrong format conversion for size_t (%zu...
2009-04-21 oharboeZach Welch <zw@superlucidity.net>fix unused return...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix -Wformat-security...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-03-08 duaneCommands: reg, profile, ocd_mem2array, ocd_array2mem...
2009-03-05 oharboeNicolas Pitre <nico@cam.org> fix "halt 0" to only halt...
2009-03-03 oharboetest code for elf parsing.
2009-02-23 oharboetinkered a bit with performance for Cortex flash progra...
2009-01-28 oharboechain position is now required when creating a target
2008-12-28 oharboeUwe Hermann <uwe@hermann-uwe.de> One of them is fixing...
2008-12-15 ntfreak- add ability for openocd to communicate to gdb using...
2008-12-15 oharboefast_load profiling tool moved to target.c
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-27 oharboeRick Altherr <kc8apf@kc8apf.net> retire obsolete syntax
2008-11-26 ntfreak- fixes segfault using the targets cmd if multiple...
2008-11-19 oharboejtag_get_device() now returns NULL and reports error...
2008-11-10 oharboeexecute reset init upon power restore / srst deassert
2008-11-05 oharboefix telnet async messages. retired telnet_async command...
2008-11-05 oharboedisable continous polling while srst is asserted and...
2008-11-04 oharboeRick Alterr - The attached patch makes the target synta...
2008-11-03 oharboeRick Altherr <kc8apf@kc8apf.net> - fix warnings
2008-11-02 oharboeinvoke target_create() once
2008-11-02 oharboestep command now propagates error
2008-10-28 oharboeRick Altherr <kc8apf@kc8apf.net> - fix support for...
2008-10-27 oharboeKees Jongenburger <kees.jongenburger@gmail.com> old...
2008-10-22 oharboeLaurentiu Cocanu - more help text
2008-10-15 oharboeLaurentiu Cocanu - memory read/write and exit() error...
2008-10-15 oharboe김운식 <donari75@gmail.com> spotted a bug in target_write_u8
2008-10-14 oharboereset cleanup. Remove obsolete events that are not...
2008-10-14 oharboereset cleanup
2008-10-13 oharboeRetired old reset code according to plan.
2008-10-13 oharboeFixed gaffes in reset script handling + improved error
2008-10-13 oharboeLaurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added...
next