mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 02:53:52 +01:00
- `arch_64bit` depends on long long support (rather than just enabling it by default), as otherwise `%p` will not work correctly ==> add hard dependency - On 32 bit platforms support of printing long long is not almost free ==> do not enable long long on `arch_32bit` by default - The ESP SDK contains binary blobs that already link against newlib and mpaland-printf is not ABI compatible with newlib's stdio, it is only API compatible. ==> mark mpaland-printf as incompatible to ESP MCUs Co-authored-by: crasbe <crasbe@gmail.com>