| Age | Commit message (Expand) | Author |
| 2020-09-30 | Merge pull request #3450 from mdroberts1243/New_quirk_for_SH1107 | Scott Shawcroft |
| 2020-09-30 | Ran pre-commit locally | Mark Roberts |
| 2020-09-29 | canio.CAN: clarify read-only status of several properties | Jeff Epler |
| 2020-09-29 | canio: doc improvement -- don't needlessly call out deinit behavior | Jeff Epler |
| 2020-09-29 | canio: actually drop the _error_count properties | Jeff Epler |
| 2020-09-29 | Allow the _state_count properties to be unimplemented | Jeff Epler |
| 2020-09-28 | more doc improvements | Jeff Epler |
| 2020-09-28 | can: RemoteTransmissionRequest: remove duplicate docstrings | Jeff Epler |
| 2020-09-28 | Merge branch 'main' into New_quirk_for_SH1107 | mdroberts1243 |
| 2020-09-28 | canio: remove stray remote_transmission_request method declaration | Jeff Epler |
| 2020-09-28 | CAN: Use mp_obj_t insteaed of canio_message_obj_t, get rid of rtr field | Jeff Epler |
| 2020-09-28 | canio: CAN.Match: improve how an unspecified `mask` is implemented | Jeff Epler |
| 2020-09-28 | canio: CAN.listen: rename argument to 'matches', reflecting that it is a sequ... | Jeff Epler |
| 2020-09-28 | canio: RemoteTransmissionRequest: Split implementation, keep one structure | Jeff Epler |
| 2020-09-28 | canio: Correct type annotations of CAN.send, Listener.receive | Jeff Epler |
| 2020-09-28 | canio: docs: fix how we refer to 'the listen method' | Jeff Epler |
| 2020-09-28 | canio: Split RemoteTransmissionRequest to its own class | Jeff Epler |
| 2020-09-28 | Listerner: read -> receive, drop readinto | Jeff Epler |
| 2020-09-28 | Match: address -> id | Jeff Epler |
| 2020-09-28 | canio: doc improvements | Jeff Epler |
| 2020-09-25 | Merge pull request #3471 from tannewt/i2c_100k | Scott Shawcroft |
| 2020-09-25 | Change I2C default to 100khz | Scott Shawcroft |
| 2020-09-25 | Print package if it exists for pin or module only if it does not | askpatricw |
| 2020-09-24 | Mostly-working-version with comments | Mark Roberts |
| 2020-09-23 | Merge pull request #3448 from hierophect/esp32-sd-fix | Scott Shawcroft |
| 2020-09-23 | Move missing pin warning to shared-bindings | Lucian Copeland |
| 2020-09-22 | canio: fix read(), iterable bindings | Jeff Epler |
| 2020-09-22 | canio: fix bugs in shared-bindings | Jeff Epler |
| 2020-09-21 | Changes to compile cleanly | Mark Roberts |
| 2020-09-21 | Initial commit bool column_and_page_addressing | Mark Roberts |
| 2020-09-21 | canio: a few more stray _canios | Jeff Epler |
| 2020-09-21 | Fix unintentional cross references | Jeff Epler |
| 2020-09-21 | canio: rename from _canio | Jeff Epler |
| 2020-09-21 | CAN.listen: block until a message comes in or timeout is reached | Jeff Epler |
| 2020-09-21 | canio.CAN: switch rx/tx, make both mandatory, move declarations around | Jeff Epler |
| 2020-09-21 | canio: Message: remove size property | Jeff Epler |
| 2020-09-21 | canio: Make both tx and rx (but not both) optional | Jeff Epler |
| 2020-09-21 | _canio: Message: setting data clears rtr, and vice versa | Jeff Epler |
| 2020-09-21 | Respond to review comments | Jeff Epler |
| 2020-09-21 | Whitespace | Jeff Epler |
| 2020-09-21 | _canio: Add listener matching | Jeff Epler |
| 2020-09-21 | Message: add extended address flag | Jeff Epler |
| 2020-09-21 | more doc improvements | Jeff Epler |
| 2020-09-21 | correct docstring | Jeff Epler |
| 2020-09-21 | _canio.CAN: add error handling & bus state | Jeff Epler |
| 2020-09-21 | _canio: Add _canio.State enum-like class | Jeff Epler |
| 2020-09-21 | Listener: fix doc markup, include in globals of its module | Jeff Epler |
| 2020-09-21 | _canio: Minimal implementation for SAM E5x MCUs | Jeff Epler |
| 2020-09-18 | Merge pull request #3433 from astrobokonon/esp32s2-bssid | Dan Halbert |
| 2020-09-17 | supervisor: Improve serial connection detection | Jeff Epler |