micropython/ports/nrf/modules
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
..
ble all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
board all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
machine nrf/modules/machine/pwm: Tag a PWM device as used in the constructor. 2024-03-26 16:41:08 +11:00
music all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
nrf all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
os all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
scripts ports: Use vfs module instead of os. 2024-02-07 13:25:09 +11:00
ubluepy all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
manifest.py extmod/asyncio: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00