Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • dw-cmsisdap-path
  • max32xxx default protected
2 results
Created with Raphaël 2.2.016Apr151413111098765432131Mar282625222117141312111098765432129Feb282726252423222120191817161514131211109764227Jan252423222120171411109729Dec212019181716141095423Nov2126Oct228110Sep525Aug21201716141310931Jul26251528Jun242116151431May302910528Apr262516121130Mar292826161520Feb331Jan26252218922Nov7523Oct19126328Sep1297431Aug201714116130Jul1725Jun23161252- correct stm32stick config scriptUpdate Embedded ICE registers explicitly during target->type->examine() insteadEdgar Grimberg added some missing scripts from the installfix SEGFAULT regression in cortex after TRST fixes- sw_bkpts fails if the target is not halted. The side effect is Added checks for target->type->read/write_memory, soft_reset_halt and run_algorithm that the target has been examined.target read/write is no longer attempted for target_xxx() functions when the target has not been examined(fails w/error).- added new and missing target scripts - stm32stick and str730retired fast_memory_access. It's always fast now.- split str71x driver into banksmoved out stuff that wasn't already moved from openocd.pdf to the target library.Added a few tweaks while playing with texi.TRST is asserted *before* target->type->assert_reset() is invoked. Removed old code.More robust handling of unknown target state for step/continue packet.A dummy driver to test codepath w/no contact w/target.allows launching OpenOCD w/telnet+gdb server w/theallows launching OpenOCD w/telnet+gdb server w/the- Set up ICE registers after TRSTfound two more gaffes for reset wipfixed gaffe for default examine implementationReset wip. Just adding hooks. This is just to reduce the size of the actual change, no change in behaviour.Reset wip. Just adding hooks. This is just to reduce the size of the actual change, no change in behaviour.Wip - split target setup and target examinationadded target->type->examine(). Eventually this will allow for bringing up telnet/gdb *before* jtag chain has been validated + it might fix some reset halt problems seen as examine() needs to run after TRST has been asserted.Improved XScale performance for embedded hosted OpenOCD- remove AC_C_VARARRAYS and set check of autoconf back to 2.59stop using variable sized arrays. That's something that belongs to C++ and not C.- added svn props for newly added parport.cfg- single core context used, removed debug context as thought unnecessary.- due to previous patch adding AC_C_VARARRAYS, autoconf v2.61 min requiredtarget lib wipback out Don Porges workaround for some device with manufcaturer # 0x1a2- add missing svn propsDon Porges fixed c99 issues.- added "init" command. "init" and "reset" at end of startup script is equivalentuse jtag.c's cur/end_state global variables.Edwin Olson found bug & tested fix for flash write_image for stellaris.lm3s6965.cfg contributed by Edwin Olsonadded a couple of LOG_ERROR() messages to improve logfile.Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().
Loading