Re: Target scriptable events for non-gdb flash start/end

2025-05-27 Thread Brandon Martin
On 5/24/25 07:34, Tomas Vanek wrote: Please be aware of *12.2 Preparing a Target before Flash Programming *""" The target device should be in well defined state before the flash programming begins. Always issue reset init before Flash Programming Commands. ... I guess if we're willing to acce

Re: Preparing for OpenOCD v1.0.0-rc1

2025-05-23 Thread Brandon Martin
table for merging at this time. See followup / unrelated to release question. I can attempt to address them if desired, but having some support in 1.0.0 would be great even if it doesn't have these performance improvements. -- Brandon Martin

Target scriptable events for non-gdb flash start/end

2025-05-23 Thread Brandon Martin
hdogs mapped in the same places, so if we knowingly restrict the driver to just iMXRT (which are probably the most useful parts in the context of openocd), then this may be a non-issue. -- Brandon Martin

Re: [PATCH]: 753c706011 Drop parallel port adapters

2024-08-19 Thread Brandon Martin
re. I know some of them don't even support bit twiddling of the handshaking lines and implement all of the handshakes in hardware from a data FIFO making them fundamentally incompatible with bit-banging serial protocols. -- Brandon Martin

Re: [PATCH]: 753c706011 Drop parallel port adapters

2024-06-19 Thread Brandon Martin
dy sharing a bunch of bit-bang code (which I think we are), then I'm not sure how much it buys. -- Brandon Martin

FLEXSPI flash support

2024-06-18 Thread Brandon Martin
noted that were missed on the initial attempt. This patch stands alone from the others in the sequence that add support for other features. I know those will probably want documentation additions since they add extra commands. -- Brandon Martin