micropython/ports
Damien George 2cfbe5bc0f esp32/modmachine: Release the GIL in machine.idle().
So that other threads get a chance to run when taskYIELD() is called.

See issue #5344.

Signed-off-by: Damien George <damien@micropython.org>
2021-07-22 00:17:59 +10:00
..
bare-arm all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
cc3200 all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
esp32 esp32/modmachine: Release the GIL in machine.idle(). 2021-07-22 00:17:59 +10:00
esp8266 all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
javascript all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
mimxrt mimxrt/machine_i2c: Add hardware-based machine.I2C to machine module. 2021-07-15 00:36:31 +10:00
minimal all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
nrf nrf/modules: Replace master/slave with controller/peripheral in SPI. 2021-07-18 11:23:41 +10:00
pic16bit all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
powerpc all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
qemu-arm all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
rp2 rp2/machine_spi: Allow boards to configure SPI pins using new macros. 2021-07-19 23:16:11 +10:00
samd all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
stm32 stm32/systick: Always POLL_HOOK when delaying for milliseconds. 2021-07-22 00:15:36 +10:00
teensy all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
unix py: Introduce and use mp_raise_type_arg helper. 2021-07-15 00:12:41 +10:00
windows windows/appveyor: Update to VS 2017 and use Python 3.8 for build/test. 2021-07-15 00:10:52 +10:00
zephyr all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00