circuitpython/ports
Scott Shawcroft 0552ce2d3b
Allocate I2C mutex with IDF
This keeps the mutex info in the same spot in memory. "Statically
allocating it" with CircuitPython meant that the buffer moved when
the I2C object is moved to keep it alive for a display.

Fixes #4962
2021-08-24 16:06:14 -07:00
..
atmel-samd Merge pull request #5205 from jepler/deprecate-vertical-scroll 2021-08-23 12:52:12 -07:00
cxd56 Update all implementations of common_hal_busio_spi_read to honor write_value 2021-08-18 10:20:40 -05:00
esp32s2 Allocate I2C mutex with IDF 2021-08-24 16:06:14 -07:00
litex count in/out endpoints; allow more usb modules on low-endpoint boards 2021-05-13 21:59:02 -04:00
mimxrt10xx Check background pending before sleep 2021-08-19 12:18:13 -07:00
nrf Merge pull request #5206 from microDev1/patch 2021-08-23 16:20:10 -04:00
raspberrypi Merge pull request #5210 from DavePutz/issue_5091 2021-08-24 12:24:01 +05:30
stm shrink thunderpack_v11; fix PulseOut doc 2021-08-23 21:57:29 -04:00
unix Merge pull request #5077 from microDev1/atexit 2021-08-23 19:49:46 +05:30