summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2021-02-18requested changesJeff Epler
2021-02-18bitops: fix argument parsingJeff Epler
2021-02-18bitops: doc correctionJeff Epler
2021-02-18bitops: rename from _bit_transpose, describe the algorithmJeff Epler
2021-02-18_bit_transpose: fix docsJeff Epler
2021-02-18bit_transpose: Support from 2 to 7 strands, not just 8Jeff Epler
2021-02-18core: add bit_transpose functionJeff Epler
2021-02-12fix off-by-one PWM top issueDan Halbert
2021-02-11Remove adafruit_bus_device.SPIDevice.spiDan Halbert
2021-02-09sdcardio: add a note about sharing the SPI bus with SD cards and other devicesJeff Epler
2021-02-08Merge pull request #3536 from pewpew-game/pew-get-ticksDan Halbert
2021-02-08Merge pull request #4136 from hierophect/socket-portmaxDan Halbert
2021-02-08Merge pull request #4146 from gamblor21/busdevice_write_read_fixDan Halbert
2021-02-06Fix write_then_readintogamblor21
2021-02-05Make timeout core types consistentLucian Copeland
2021-02-02Merge pull request #4049 from hierophect/sslsocketScott Shawcroft
2021-02-02Merge pull request #4114 from tannewt/spidevice_spiScott Shawcroft
2021-02-01Add .spi accessor to SPIDeviceScott Shawcroft
2021-02-01Merge pull request #4110 from microDev1/rtc-rpScott Shawcroft
2021-02-01Merge pull request #4112 from gamblor21/longint_busdevice_fixScott Shawcroft
2021-02-01Fixed for boards without longintgamblor21
2021-02-02rtc implementation for rp2040microDev
2021-02-01Merge pull request #4087 from DavePutz/cpu_temp_docDan Halbert
2021-02-01Merge remote-tracking branch 'upstream/main' into sslsocketLucian Copeland
2021-02-01Fix hash, close, error bugsLucian Copeland
2021-01-29Fix typo in documentation.root
2021-01-29Fix documentation buildsLucian Copeland
2021-01-28Adding files for cpu temperature fixroot
2021-01-28RGBMatrix: change default to serpentine=TrueJeff Epler
2021-01-26Merge pull request #4068 from jepler/update-protomatter-tilingScott Shawcroft
2021-01-26Disallow tile=0Jeff Epler
2021-01-26rgbmatrix: Eliminate some duplicated height-calculating codeJeff Epler
2021-01-26RGBMatrix: Additional tile tweaksJeff Epler
2021-01-26Fix stubs error, out of sockets error, invalid TLS leakLucian Copeland
2021-01-26Merge pull request #4060 from dhalbert/regularize-extmod-modulesDan Halbert
2021-01-26Update documentation for microprossors with multiple cpusroot
2021-01-26protmatter: Update to version that supports tilingJeff Epler
2021-01-25Merge pull request #4051 from jamesbowman/mainScott Shawcroft
2021-01-25Merge pull request #3936 from gamblor21/busdevice_fixesScott Shawcroft
2021-01-25Separate Socket and SSLSocket, add LWIP connectLucian Copeland
2021-01-24CIRCUITPY_* switches for JSON, RE, etc. Doc cleanupDan Halbert
2021-01-22Change from fixed-point integer arguments to floating point in EVE API functionsJames Bowman
2021-01-21Merge pull request #3980 from anecdata/reasons2Scott Shawcroft
2021-01-21Merge pull request #3854 from hierophect/esp-tcpserverhierophect
2021-01-20Fix warnings that come from -O3 (I think)Scott Shawcroft
2021-01-20Add initial RP2040 supportScott Shawcroft
2021-01-16Fixes from draft PRgamblor21
2021-01-16Removed unused includegamblor21
2021-01-16Changing to duck-typinggamblor21
2021-01-14Merge remote-tracking branch 'upstream/main' into esp-tcpserverLucian Copeland