These routines apply to non-JTAG debug adapters too. To
reduce confusion, give them better (non-misleading) names.
---
I'll be using the "adapter_" prefix in other patches too,
addressing the same confusion: lots of stuff that's not
at all specific to JTAG, but is named as if it were.
src/jtag/c
On Wednesday 10 March 2010, David Brownell wrote:
> Start decoupling the two concepts ("debug adapter driver", "jtag")
> by having two command groups, which initialize separately.
>
> This will help us support OpenOCD sessions using only non-JTAG
> transports, in which JTAG commands should not be
David Brownell schrieb:
> On Tuesday 09 March 2010, David Brownell wrote:
>> On Tuesday 09 March 2010, Jörg Fischer wrote:
>>> I'm getting only segfaults using current git,
>>> whenever I tried "reset" (init/halt/run).
>> I didn' see that.
>
>
> And still don't ...
I can't reproduce the Error wi
Streamline use of the layout: have the "ft2232_layout" command
look it up and save the result, instead of having a few different
chunks of code looking it up later, and saving just its name (which
is already part of the layout). This
- takes less code
- is cleaner.
- reports related err
On Sun, Mar 14, 2010 at 3:45 AM, Øyvind Harboe wrote:
> On 3/14/10, Bradey Honsinger wrote:
>> Patch with commit message is attached; comments and corrections
>> welcome. Patch is against 0.4.0, but I can rediff against head if it
>> doesn't apply cleanly.
>
> Forgot the attachment?
Hmm, I could
On Tuesday 09 March 2010, David Brownell wrote:
> On Tuesday 09 March 2010, Jörg Fischer wrote:
> > I'm getting only segfaults using current git,
> > whenever I tried "reset" (init/halt/run).
>
> I didn' see that.
And still don't ...
___
Openocd-devel
Hi,
Until this time only basic SLC functionality exists when you want to use
SLC to access external nand flash.
Basic functionality can be selected with command:
lpc3180 select 0 slc
It is anyway very slow to write/read to/from nand flash.
With the new command, SLC speed improved about 20 t