1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00
RIOT/pkg/mpaland-printf
Marian Buschsieweke 9673e36a76
pkg/mpaland-printf: format points like glibc
newlib and picolibc already implicitly add the `0x` prefix for `%p` just
as glibc does, and some of our tests scripts depend on this.

(And subjectively, this looks better.)

This adds https://github.com/mpaland/printf/pull/90 on top of our
patches.
2025-08-22 10:53:14 +02:00
..