micropython/ports
Damien George 30a63a204d extmod/modmachine: Provide common Python bindings for machine.idle().
And use it in all ports.  The ports are unchanged, except esp8266 which now
just returns None from this function instead of the time elapsed (to match
other ports), and qemu-arm which gains this function.

Signed-off-by: Damien George <damien@micropython.org>
2023-11-30 16:11:11 +11:00
..
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 extmod/modmachine: Provide common Python bindings for machine.idle(). 2023-11-30 16:11:11 +11:00
embed
esp32 extmod/modmachine: Provide common Python bindings for machine.idle(). 2023-11-30 16:11:11 +11:00
esp8266 extmod/modmachine: Provide common Python bindings for machine.idle(). 2023-11-30 16:11:11 +11:00
mimxrt extmod/modmachine: Provide common Python bindings for machine.idle(). 2023-11-30 16:11:11 +11:00
minimal
nrf extmod/modmachine: Provide common Python bindings for machine.idle(). 2023-11-30 16:11:11 +11:00
pic16bit
powerpc
qemu-arm extmod/modmachine: Provide common Python bindings for machine.idle(). 2023-11-30 16:11:11 +11:00
renesas-ra extmod/modmachine: Provide common Python bindings for machine.idle(). 2023-11-30 16:11:11 +11:00
rp2 extmod/modmachine: Provide common Python bindings for machine.idle(). 2023-11-30 16:11:11 +11:00
samd extmod/modmachine: Provide common Python bindings for machine.idle(). 2023-11-30 16:11:11 +11:00
stm32 extmod/modmachine: Provide common Python bindings for machine.idle(). 2023-11-30 16:11:11 +11:00
unix extmod/modmachine: Provide common Python bindings for machine.idle(). 2023-11-30 16:11:11 +11:00
webassembly
windows extmod/modmachine: Factor ports' machine module dict to common code. 2023-11-30 16:11:11 +11:00
zephyr extmod/modmachine: Provide common Python bindings for machine.idle(). 2023-11-30 16:11:11 +11:00