This is an automated email from Gerrit.
Marc Schink (d...@zapb.de) just uploaded a new patch set to Gerrit, which you
can find at http://openocd.zylin.com/6046
-- gerrit
commit 96be9bfaeae3b51b34532f070ca8add30be619f0
Author: Marc Schink
Date: Mon Feb 1 21:23:35 2021 +0100
flash/nor/stm
Hi,
I'm looking for algorithm support for an aarch64 target, but it doesn't seem
like the aarch64 target definition supports any of the algorithm functions.
Has this been evaluated before? Is there a preferred way of doing it, like
using the existing armv7 code and running the target in 32 bit
Unfortunately I don't know aarch64 target. The main point for the ring
buffer implementation is that there must be a possibility to read/write
the buffer head/tail pointers atomically and concurrently with the
running target
(and of course, to access the buffer itself, too).
On 2021-01-31 22:1