1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 18:43:50 +01:00
Marian Buschsieweke f69b6667b0
pkg/mpaland-printf: fix dependencies
- `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>
2025-08-21 12:06:03 +02:00
..
2024-05-24 11:57:46 +02:00
2025-04-04 11:44:53 +02:00
2025-07-08 13:09:49 +02:00
2025-05-13 11:33:26 +02:00
2025-04-25 15:15:07 +02:00
2025-08-15 12:15:44 +02:00
2025-04-22 20:35:44 +02:00
2025-07-23 12:44:38 +02:00
2025-02-23 13:36:08 +01:00
2025-04-27 22:59:33 +02:00