circuitpython/ports
Jeff Epler 87b7a9d734 stm32: Add casts when printing small integers.
All these arguments are of type `mp_{u,}int_t`, but the actual value is
always a small integer.  Cast it so that it can format with the `%d/%u`
formatter.

Before, the compiler plugin produced an error in the PYBD_SF6 build, which
is a nanboxing build with 64-bit ints.

Signed-off-by: Jeff Epler <jepler@gmail.com>
2025-07-25 11:01:16 +10:00
..
alif alif/lwip_inc: Refactor lwipopts.h to use extmod's common options. 2025-07-17 13:28:24 +10:00
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 ports: Eliminate define of {U,}INT_FMT where redundant. 2025-07-25 10:54:27 +10:00
embed all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
esp32 ports: Eliminate define of {U,}INT_FMT where redundant. 2025-07-25 10:54:27 +10:00
esp8266 ports: Eliminate define of {U,}INT_FMT where redundant. 2025-07-25 10:54:27 +10:00
mimxrt shared/timeutils: Standardize supported date range on all platforms. 2025-07-09 11:54:21 +10:00
minimal all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
nrf ports: Eliminate define of {U,}INT_FMT where redundant. 2025-07-25 10:54:27 +10:00
pic16bit ports: Eliminate define of {U,}INT_FMT where redundant. 2025-07-25 10:54:27 +10:00
powerpc py/mpconfig,ports: Define new HEX_FMT formatting macro. 2025-07-25 10:55:28 +10:00
qemu py/mpconfig,ports: Define new HEX_FMT formatting macro. 2025-07-25 10:55:28 +10:00
renesas-ra ports: Eliminate define of {U,}INT_FMT where redundant. 2025-07-25 10:54:27 +10:00
rp2 rp2/mpnetworkport: Deregister all sys timeouts when netif is removed. 2025-07-17 13:39:10 +10:00
samd samd/boards: Change the SparkFun vendor name to SparkFun. 2025-06-19 15:12:49 +02:00
stm32 stm32: Add casts when printing small integers. 2025-07-25 11:01:16 +10:00
unix unix/coverage: Remove unused printf arguments. 2025-07-25 10:59:17 +10:00
webassembly ports: Eliminate define of {U,}INT_FMT where redundant. 2025-07-25 10:54:27 +10:00
windows shared/timeutils: Standardize supported date range on all platforms. 2025-07-09 11:54:21 +10:00
zephyr zephyr/machine_pin: Retry configuring gpio with just GPIO_OUTPUT. 2025-07-08 11:15:11 +10:00