aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2008-12-19- fix rlink build under native win32 (mingw)ntfreak
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak
2008-12-15fast_load profiling tool moved to target.coharboe
2008-12-13Updates and fixes from Kees Jongenburgerduane
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-12-13Clean up references to old tap_state nameskc8apf
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf
2008-12-12- check cortex_m3 FPB is enabled when setting hardware breakpointntfreak
2008-12-10More fixes thanks to Kees Jongenburgerduane
2008-12-10Fix from Kees Jongenburger (Part Duex)duane
2008-12-10Fix from Kees Jongenburgerduane
2008-12-08Typos in config files found by Sergey Lapinduane
2008-12-05Karl Beldan <karl.beldan@gmail.com> - The ibcr count for hw instruction break...oharboe
2008-12-04Karl Beldan <karl.beldan@gmail.com> - fix vector_catch commandoharboe
2008-12-03- incorrect str9 irmask used in config filesntfreak
2008-12-03- cleanup target config scriptsntfreak
2008-12-01- fix incorrect svn props from last commitntfreak
2008-12-01update zy1000 to svn head jtag apioharboe
2008-12-01correct CPU IDoharboe
2008-11-30jtag newtap change & huge manual updateduane
2008-11-28- change mips registers to std namesntfreak
2008-11-27Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntaxoharboe
2008-11-27Carlos Antunes <cmantunes@nowthor.com> fixes to get script to work.oharboe
2008-11-26- fixes segfault using the targets cmd if multiple targets definedntfreak
2008-11-26- correct corrupt target configsntfreak
2008-11-21- add new cortex_m3 maskisr cmdntfreak
2008-11-20- preserve cortex_m3 C_MASKINTS during resume/stepntfreak
2008-11-19jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe
2008-11-19error checking - no reported errors, but catched a couple of exit()'s and con...oharboe
2008-11-17- add support for hardware breakpoints to mips32 targetntfreak
2008-11-14- stops multiple calls to examine from allocating the breakpoint arraysntfreak
2008-11-13- correct the register hi/lo read - wrong way roundntfreak
2008-11-13big endian software breakpoint bogus error messages fixedoharboe
2008-11-12- fix crash when variant for mips32 target not givenntfreak
2008-11-12- slight mips32 cleanup/reformatntfreak
2008-11-10execute reset init upon power restore / srst deassertoharboe
2008-11-06- remove build warningsntfreak
2008-11-06s3c6410 chipoharboe
2008-11-05MOE=0xc debug reason reset problems.oharboe
2008-11-05926ejs target uses rclk. Cleaned up jtag_khz output a bit.oharboe
2008-11-05wipoharboe
2008-11-05fix telnet async messages. retired telnet_async command - no user serviceable...oharboe
2008-11-05disable continous polling while srst is asserted and power dropout is detectedoharboe
2008-11-04arm7_9_execute_sys_speed error propagation. Found by code inspection, no obse...oharboe
2008-11-04Rick Alterr - The attached patch makes the target syntax parsing much more ro...oharboe
2008-11-03- fix issue with jlink/libusb timeout under linuxntfreak
2008-11-03Rick Altherr <kc8apf@kc8apf.net> - fix warningsoharboe
2008-11-02more error handling and removed force breakpoints as that is handled by a mor...oharboe
2008-11-02invoke target_create() onceoharboe
2008-11-02step command now propagates erroroharboe