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.05Jun432131May30292827262524232221201918171615141312111098765432130Apr29282726252423222120191815143230Mar24232019181716141211Eliminate MixedCaps symbol from public JTAG TAP API:Eliminate MixedCaps symbol from public JTAG TAP API:Eliminate MixedCaps symbol from public JTAG TAP API:Eliminate MixedCaps symbol from public JTAG TAP API:Eliminate MixedCaps symbol from public JTAG TAP API:Add accessors for jtag_verify; use them in jim command handler.Add accessors for reset delays; use them in jim command handlers.Add accessors for speed_khz; use them in jim command handler.Add jtag_get_flush_queue_count accessor to help future factoring.Clean up the JTAG TAP creation handler:Clean up the core JTAG TAP APIs:Change hasKHz to use bool type.Add missing static keywords in JTAG source file.unbreak arm11. TAP_INVALID is used to communicate inband that a special state should be used to lower level fn's in ARM11 code.- add support for different TAR autotincrement sizes as per ARM ADI spec.Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatIntroduce jtag_get_end_state() fn to clarify code a bit.tiny bit of encapsulation of global end state. No longer expose it as a global variable.do not modify global end state from jtag_add_xxx()remove unused code.no longer use jtag_add_xxx() to set end state to TAP_DRPAUSEno longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done for TAP_DRPAUSEuse assert() to catch TAP_INVALID passed to jtag_add_xxx() fn's.remove TAP_INVALID as argument to jtag_add_xxx() fn'sjtag_add_end_state() now returns the value of the global variable and does not modify the global variable if passed TAP_INVALID. This patch has no effect on the current code and is just to prepare upcoming patches.JTAG_TRST_ASSERTED event cleanup. More clear where and when it is invoked and some duplicate(harmless) invocations avoided.David Brownell <david-b@pacbell.net>:David Brownell <david-b@pacbell.net>:David Brownell <david-b@pacbell.net>:David Brownell <david-b@pacbell.net>:David Brownell <david-b@pacbell.net>:David Brownell <david-b@pacbell.net>:use assert() for obscure check on illegal arguments upon trst being asserted while commands are queuedremove unused code path.catchup with jtag refactoring.Move JTAG command handling implementation into its own source file.Finish JTAG header file modularization; command factoring follows.added missing extern to jtag_command_queue definition.Move JTAG command APIs into new jtag/commands.h header file.Improve remaining documentation that was causing Doxygen warnings.
Loading