summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2020-09-21CAN.listen: block until a message comes in or timeout is reachedJeff Epler
2020-09-21canio.CAN: switch rx/tx, make both mandatory, move declarations aroundJeff Epler
2020-09-21canio: Message: remove size propertyJeff Epler
2020-09-21canio: Make both tx and rx (but not both) optionalJeff Epler
2020-09-21_canio: Message: setting data clears rtr, and vice versaJeff Epler
2020-09-21Respond to review commentsJeff Epler
2020-09-21WhitespaceJeff Epler
2020-09-21_canio: Add listener matchingJeff Epler
2020-09-21Message: add extended address flagJeff Epler
2020-09-21more doc improvementsJeff Epler
2020-09-21correct docstringJeff Epler
2020-09-21_canio.CAN: add error handling & bus stateJeff Epler
2020-09-21_canio: Add _canio.State enum-like classJeff Epler
2020-09-21Listener: fix doc markup, include in globals of its moduleJeff Epler
2020-09-21_canio: Minimal implementation for SAM E5x MCUsJeff Epler
2020-09-18Merge pull request #3433 from astrobokonon/esp32s2-bssidDan Halbert
2020-09-17supervisor: Improve serial connection detectionJeff Epler
2020-09-16Merge branch 'main' into esp32s2-bssidRyan T. Hamilton
2020-09-16connect now accepts bssidRyan T. Hamilton
2020-09-16Merge pull request #3369 from kamtom480/cameraDan Halbert
2020-09-16camera: Pass width and height to take_picture()Kamil Tomaszewski
2020-09-15Add BSSID to NetworkRyan T. Hamilton
2020-09-14Merge pull request #3397 from tannewt/fix_size_0_bugScott Shawcroft
2020-09-14camera: Update camera moduleKamil Tomaszewski
2020-09-14camera: Change APIKamil Tomaszewski
2020-09-14camera: Implement new library for cameraKamil Tomaszewski
2020-09-13Merge pull request #3411 from jepler/ble-doc-typoJeff Epler
2020-09-13_bleio: fix markup typoJeff Epler
2020-09-12doc fix: remove the text about the non-existing clock specificationCarl Karsten
2020-09-11Fix bug with socket.recv_into size == 0.Scott Shawcroft
2020-09-10Merge pull request #3302 from xiongyihui/mainScott Shawcroft
2020-09-10MIssed one change for .last_received_reportDan Halbert
2020-09-10Change `.report` to `.last_received_report`Dan Halbert
2020-09-03Merge remote-tracking branch 'adafruit/main' into native_wifiScott Shawcroft
2020-09-03Changes based on Dan's feedbackScott Shawcroft
2020-09-02Merge pull request #3366 from kmatch98/refresh_nowScott Shawcroft
2020-09-02Merge pull request #3344 from jepler/issue-3184Scott Shawcroft
2020-09-02rgbmatrix: Move struct definition to shared-module, rename 'core' memberJeff Epler
2020-09-02Delete trailing whitespaceKevin Matocha
2020-09-02Add backticks to function references in docsKevin Matocha
2020-09-01Cleanup for sphinxKevin Matocha
2020-09-01Delete trailing whitespaceKevin Matocha
2020-09-01Add Optional[int] to docs stringKevin Matocha
2020-09-01Modified docs to try to pass sphinx buildKevin Matocha
2020-09-01Added some backticks to clarify the docsKevin Matocha
2020-09-01Add hanging tab to docKevin Matocha
2020-09-01Revise .refresh input default value for target_frames_per_second to NoneKevin Matocha
2020-09-01share more of _bleio dict; fix one doc errorDan Halbert
2020-09-01Remove trailing whitespaceKevin Matocha
2020-09-01delete unnecessary commentKevin Matocha