summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2020-10-15Add hostname validationmicroDev
2020-10-14Update wifi hostname methodmicroDev
2020-10-13Add method to set custom hostnamemicroDev
2020-10-10rgbmatrix: update protomatter to 1.0.5 tagJeff Epler
2020-10-09Merge pull request #3501 from hierophect/esp32-analoginScott Shawcroft
2020-10-07Replace _bleio.ConnectionError with the native versionScott Shawcroft
2020-10-06Merge pull request #3492 from hierophect/esp32-update-idfScott Shawcroft
2020-10-06Remove logging from shared-bindings, fix translations, revert config target m...Lucian Copeland
2020-10-05Merge branch 'main' into esp32-analoginhierophect
2020-10-01Merge branch 'main' into framebuffer-zero-sizeScott Shawcroft
2020-10-01Update shared-bindings/rgbmatrix/RGBMatrix.cJeff Epler
2020-09-30Merge pull request #3450 from mdroberts1243/New_quirk_for_SH1107Scott Shawcroft
2020-09-30Ran pre-commit locallyMark Roberts
2020-09-30Change submodule, rework all includesLucian Copeland
2020-09-29canio.CAN: clarify read-only status of several propertiesJeff Epler
2020-09-29rgbmatrix: Check that the number of rgb pins is supported.Jeff Epler
2020-09-29rgbmatrix: validate width= constructor parameterJeff Epler
2020-09-29canio: doc improvement -- don't needlessly call out deinit behaviorJeff Epler
2020-09-29canio: actually drop the _error_count propertiesJeff Epler
2020-09-29Allow the _state_count properties to be unimplementedJeff Epler
2020-09-28more doc improvementsJeff Epler
2020-09-28can: RemoteTransmissionRequest: remove duplicate docstringsJeff Epler
2020-09-28Merge branch 'main' into New_quirk_for_SH1107mdroberts1243
2020-09-28canio: remove stray remote_transmission_request method declarationJeff Epler
2020-09-28CAN: Use mp_obj_t insteaed of canio_message_obj_t, get rid of rtr fieldJeff Epler
2020-09-28canio: CAN.Match: improve how an unspecified `mask` is implementedJeff Epler
2020-09-28canio: CAN.listen: rename argument to 'matches', reflecting that it is a sequ...Jeff Epler
2020-09-28canio: RemoteTransmissionRequest: Split implementation, keep one structureJeff Epler
2020-09-28canio: Correct type annotations of CAN.send, Listener.receiveJeff Epler
2020-09-28canio: docs: fix how we refer to 'the listen method'Jeff Epler
2020-09-28canio: Split RemoteTransmissionRequest to its own classJeff Epler
2020-09-28Listerner: read -> receive, drop readintoJeff Epler
2020-09-28Match: address -> idJeff Epler
2020-09-28canio: doc improvementsJeff Epler
2020-09-25Merge pull request #3471 from tannewt/i2c_100kScott Shawcroft
2020-09-25Change I2C default to 100khzScott Shawcroft
2020-09-25Print package if it exists for pin or module only if it does notaskpatricw
2020-09-24Mostly-working-version with commentsMark Roberts
2020-09-23Merge pull request #3448 from hierophect/esp32-sd-fixScott Shawcroft
2020-09-23Move missing pin warning to shared-bindingsLucian Copeland
2020-09-22canio: fix read(), iterable bindingsJeff Epler
2020-09-22canio: fix bugs in shared-bindingsJeff Epler
2020-09-21Changes to compile cleanlyMark Roberts
2020-09-21Initial commit bool column_and_page_addressingMark Roberts
2020-09-21canio: a few more stray _caniosJeff Epler
2020-09-21Fix unintentional cross referencesJeff Epler
2020-09-21canio: rename from _canioJeff Epler
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