Re: [PATCH V2] tiny-printf: Improve %X formatting

2025-04-09 Thread Tom Rini
On Thu, 20 Mar 2025 20:01:47 +0100, Christoph Niedermaier wrote: > If tiny printf is used with 0x%08X (upper case X) the output is > always 0x. It could be confusing if upper case instead > of lower case is used intentionally or accidentally because the > actual value is not output. To avo

Re: [PATCH V2] tiny-printf: Improve %X formatting

2025-04-05 Thread Tom Rini
On Thu, Mar 20, 2025 at 08:01:47PM +0100, Christoph Niedermaier wrote: > If tiny printf is used with 0x%08X (upper case X) the output is > always 0x. It could be confusing if upper case instead > of lower case is used intentionally or accidentally because the > actual value is not output.

Re: [PATCH V2] tiny-printf: Improve %X formatting

2025-03-20 Thread Marek Vasut
On 3/20/25 8:01 PM, Christoph Niedermaier wrote: If tiny printf is used with 0x%08X (upper case X) the output is always 0x. It could be confusing if upper case instead of lower case is used intentionally or accidentally because the actual value is not output. To avoid this confusion, trea