summaryrefslogtreecommitdiff
path: root/shared-bindings/canio
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-10-29Fixing make stub warnings and mypy issuesmaksw23
2020-10-26canio: Give implementation-specific limits for CAN.ListenJeff Epler
2020-09-29canio.CAN: clarify read-only status of several propertiesJeff 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-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-22canio: fix read(), iterable bindingsJeff Epler
2020-09-22canio: fix bugs in shared-bindingsJeff Epler
2020-09-21canio: a few more stray _caniosJeff Epler
2020-09-21Fix unintentional cross referencesJeff Epler
2020-09-21canio: rename from _canioJeff Epler