micropython/ports
David Lechner d89ed3e62b unix/unix_mphal: Add compile check for incompatible GIL+ASYNC_KBD_INTR.
It is not safe to enable MICROPY_ASYNC_KBD_INTR and MICROPY_PY_THREAD_GIL
at the same time.  This will trigger a compiler error to ensure that it
is not possible to make this mistake.
2020-01-26 23:31:27 +11:00
..
bare-arm
cc3200
esp32 esp32/modnetwork: Add max_clients kw-arg to WLAN.config for AP setting. 2020-01-22 16:43:25 +11:00
esp8266 esp8266/modules: Fix AttributeError in _boot.py if flash not formatted. 2020-01-14 23:53:49 +11:00
javascript
minimal
nrf ports: Modify mp_hal_pin_write macro so it can be used as a function. 2020-01-14 23:48:42 +11:00
pic16bit
powerpc
qemu-arm
samd
stm32 stm32/softtimer: Change linear linked list to a pairing heap. 2020-01-22 17:31:18 +11:00
teensy ports: Modify mp_hal_pin_write macro so it can be used as a function. 2020-01-14 23:48:42 +11:00
unix unix/unix_mphal: Add compile check for incompatible GIL+ASYNC_KBD_INTR. 2020-01-26 23:31:27 +11:00
windows windows/windows_mphal: Release GIL during system calls. 2020-01-26 23:27:40 +11:00
zephyr