RE: [PATCH] tiny-printf: Handle formatting of %p with an extra Kconfig

2025-04-29 Thread Christoph Niedermaier
From: Christoph Niedermaier Sent: Thursday, April 10, 2025 2:17 PM > From: Michael Walle > Sent: Thursday, April 10, 2025 12:44 PM > > On Wed Apr 9, 2025 at 5:22 PM CEST, Tom Rini wrote: > > > On Wed, Apr 09, 2025 at 02:33:08PM +0200, Michael Walle wrote: > > > > Hi, > > > > > > > > > >> The forma

RE: [PATCH] tiny-printf: Handle formatting of %p with an extra Kconfig

2025-04-10 Thread Christoph Niedermaier
From: Michael Walle Sent: Thursday, April 10, 2025 12:44 PM > On Wed Apr 9, 2025 at 5:22 PM CEST, Tom Rini wrote: > > On Wed, Apr 09, 2025 at 02:33:08PM +0200, Michael Walle wrote: > > > Hi, > > > > > > > >> The formatting with %pa / %pap behaves like %x, which results in an > > > > >> incorrect v

Re: [PATCH] tiny-printf: Handle formatting of %p with an extra Kconfig

2025-04-10 Thread Michael Walle
On Wed Apr 9, 2025 at 5:22 PM CEST, Tom Rini wrote: > On Wed, Apr 09, 2025 at 02:33:08PM +0200, Michael Walle wrote: > > Hi, > > > > > >> The formatting with %pa / %pap behaves like %x, which results in an > > > >> incorrect value being output. To improve this, a new fine-tuning > > > >> Kconfig X

Re: [PATCH] tiny-printf: Handle formatting of %p with an extra Kconfig

2025-04-09 Thread Michael Walle
Hi, > >> The formatting with %pa / %pap behaves like %x, which results in an > >> incorrect value being output. To improve this, a new fine-tuning > >> Kconfig XPL_USE_TINY_PRINTF_POINTER_SUPPORT for pointer formatting > >> has been added. If it is enabled, the output of %pa / %pap should > >> be

Re: [PATCH] tiny-printf: Handle formatting of %p with an extra Kconfig

2025-04-09 Thread Tom Rini
On Wed, Apr 09, 2025 at 02:33:08PM +0200, Michael Walle wrote: > Hi, > > > >> The formatting with %pa / %pap behaves like %x, which results in an > > >> incorrect value being output. To improve this, a new fine-tuning > > >> Kconfig XPL_USE_TINY_PRINTF_POINTER_SUPPORT for pointer formatting > > >>

RE: [PATCH] tiny-printf: Handle formatting of %p with an extra Kconfig

2025-04-09 Thread Christoph Niedermaier
ct: Re: [PATCH] tiny-printf: Handle formatting of %p with an extra > Kconfig > > On Mon, Apr 07, 2025 at 10:56:14AM +0200, Christoph Niedermaier wrote: > >> The formatting with %pa / %pap behaves like %x, which results in an >> incorrect value being ou

Re: [PATCH] tiny-printf: Handle formatting of %p with an extra Kconfig

2025-04-08 Thread Tom Rini
On Mon, Apr 07, 2025 at 10:56:14AM +0200, Christoph Niedermaier wrote: > The formatting with %pa / %pap behaves like %x, which results in an > incorrect value being output. To improve this, a new fine-tuning > Kconfig XPL_USE_TINY_PRINTF_POINTER_SUPPORT for pointer formatting > has been added. If

[PATCH] tiny-printf: Handle formatting of %p with an extra Kconfig

2025-04-07 Thread Christoph Niedermaier
The formatting with %pa / %pap behaves like %x, which results in an incorrect value being output. To improve this, a new fine-tuning Kconfig XPL_USE_TINY_PRINTF_POINTER_SUPPORT for pointer formatting has been added. If it is enabled, the output of %pa / %pap should be correct, and if it is disabled