micropython/ports
Damien George cc7fece309 stm32/modnwwiznet5k: Release the GIL on blocking network operations.
connect, send, recv, sendto and recvfrom now release the GIL.  accept
already releases the GIL because it calls mp_hal_delay_ms() within its
busy-wait loop.
2017-09-08 12:23:33 +10:00
..
bare-arm all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
cc3200 all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
esp8266 all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
minimal all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
pic16bit all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
qemu-arm all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
stm32 stm32/modnwwiznet5k: Release the GIL on blocking network operations. 2017-09-08 12:23:33 +10:00
teensy all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
unix all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
windows all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
zephyr all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00