Hello OpenOCD Devs,
Thank you for your contributions to this great project!
A couple years ago I found STMicro implemented PowerPC support in their
OpenOCD Windows binary shipped with their SDK. Knowing it was GPLv2, I
asked them for their source code. Eventually they released it on GitHub
here:
On Tue, Aug 12, 2025, 18:38 R. Diez wrote:
> > [...]
> > But for all the new stuff, I would keep them at the same level while
> > using different macros for easier code split in future.
> > LOG_LVL_DEBUG_USB= 5,// new
> > LOG_LVL_DEBUG_MALLOC= 5, // new
> > LOG_LVL_DEBUG_...= 5, // new
>
> OK
[...]
But for all the new stuff, I would keep them at the same level while
using different macros for easier code split in future.
LOG_LVL_DEBUG_USB= 5,// new
LOG_LVL_DEBUG_MALLOC= 5, // new
LOG_LVL_DEBUG_...= 5, // new
OK, that means that setting the debug level to 5 will add to the log out
On Mon, Aug 11, 2025 at 6:07 PM R. Diez wrote:
>
>
> > Today we have in OpenOCD
> > enum log_levels {
> > LOG_LVL_SILENT = -3,
> > LOG_LVL_OUTPUT = -2,
> > LOG_LVL_USER = -1,
> > LOG_LVL_ERROR = 0,
> > LOG_LVL_WARNING = 1,
> > LOG_LVL_INFO = 2,
This is an automated email from Gerrit.
"Antonio Borneo " just uploaded a new patch set to
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9079
-- gerrit
commit dd983a8f8de02b79499e7464f4a5074d3a4d0a4e
Author: Antonio Borneo
Date: Tue Aug 12 15:32:51 2025 +0200
targ