micropython/ports
robert-hh 4dd288ff62 nrf/modules/machine/pwm: Tag a PWM device as used in the constructor.
When PWM constructor was created without specifying a device or setting
both freq and duty rate, it was not tagged as used, and further calls to
get a PWM object may get the same PWM device assigned.

Fixes #13494.

Signed-off-by: robert-hh <robert@hammelrath.com>
2024-03-26 16:41:08 +11:00
..
bare-arm
cc3200
embed
esp32 esp32/main: Check if main GC heap allocation failed. 2024-03-25 12:19:00 +11:00
esp8266
mimxrt
minimal
nrf nrf/modules/machine/pwm: Tag a PWM device as used in the constructor. 2024-03-26 16:41:08 +11:00
pic16bit all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
powerpc
qemu-arm
renesas-ra
rp2
samd
stm32
unix unix/variants: Don't use native _Float16 type. 2024-03-20 14:13:49 +11:00
webassembly webassembly/library: Fix formatting and style for Biome. 2024-03-22 14:31:25 +11:00
windows
zephyr