summaryrefslogtreecommitdiff
path: root/shared-bindings/board/__init__.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-10-26Fix lost board.SPI and board.I2C after explicitly deiniting them.Christian Walther
2020-07-02Added type hints to boarddherrada
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-12Merge branch 'master' into masterdherrada
2020-05-07Did board, digitalio, displayiodherrada
2020-04-30Corrected UART output.spkuehl
2019-11-27make UART.write be blocking on SAMD; add timeout propertyDan Halbert
2019-06-11Merge latest 4.0.x fixes into masterDan Halbert
2019-06-06Include display objects in gc.Dan Halbert
2019-05-30Improve rST consistency for rst2pyi useScott Shawcroft
2019-04-09Fix boards with no shared busses.Scott Shawcroft
2019-04-08Reorganize board busses into shared-bindings and shared-module.Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft