circuitpython/ports
Jeff Epler 81867d38f7 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-24 06:18:31 -05: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 {U,}INT_FMT where redundant. 2025-07-22 16:13:31 -05:00
embed all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
esp32 ports: Eliminate {U,}INT_FMT where redundant. 2025-07-22 16:13:31 -05:00
esp8266 ports: Eliminate {U,}INT_FMT where redundant. 2025-07-22 16:13:31 -05: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 {U,}INT_FMT where redundant. 2025-07-22 16:13:31 -05:00
pic16bit ports: Eliminate {U,}INT_FMT where redundant. 2025-07-22 16:13:31 -05:00
powerpc various: Define HEX_FMT. 2025-07-22 16:13:31 -05:00
qemu various: Define HEX_FMT. 2025-07-22 16:13:31 -05:00
renesas-ra ports: Eliminate {U,}INT_FMT where redundant. 2025-07-22 16:13:31 -05: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-24 06:18:31 -05:00
unix coverage: Remove unused printf args. 2025-07-22 16:13:31 -05:00
webassembly ports: Eliminate {U,}INT_FMT where redundant. 2025-07-22 16:13:31 -05: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