circuitpython/ports
Jim Mussared 8119ec0765 extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule.
Because, for example, on unix the atomic section isn't re-entrant, and
mp_sched_schedule() will try to re-acquire the atomic section.
2020-04-29 16:45:40 +10:00
..
bare-arm ports: Enable error text compression for various ports, but not all. 2020-04-05 15:02:06 +10:00
cc3200 all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
esp32 py/stream: Remove mp_stream_errno and use system errno instead. 2020-04-27 23:58:46 +10:00
esp8266 py/stream: Remove mp_stream_errno and use system errno instead. 2020-04-27 23:58:46 +10:00
javascript all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
mimxrt all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
minimal all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
nrf all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
pic16bit all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
powerpc all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
qemu-arm all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
samd all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
stm32 extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule. 2020-04-29 16:45:40 +10:00
teensy all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
unix unix/modmachine: Add machine.idle(), implemented using sched_yield. 2020-04-29 16:37:46 +10:00
windows all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
zephyr all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00