| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 2020-10-29 | Fixing make stub warnings and mypy issuesmak | sw23 | |
| 2020-10-26 | canio: Give implementation-specific limits for CAN.Listen | Jeff Epler | |
| 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 | |
| thanks @tannewt | |||
| 2020-09-29 | Allow the _state_count properties to be unimplemented | Jeff Epler | |
| This is the case on the SPI implementations MCP2515 and MCP2518. | |||
| 2020-09-28 | more doc improvements | Jeff Epler | |
| 2020-09-28 | can: RemoteTransmissionRequest: remove duplicate docstrings | Jeff Epler | |
| 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 | |
| 0 should actually indicate a "match everything" filter which you otherwise couldn't indicate with any single Match object, and an all-address-bits-set number should indicate a "match single address" filter. Use an optional/default None argument to do the job. | |||
| 2020-09-28 | canio: CAN.listen: rename argument to 'matches', reflecting that it is a ↵ | Jeff Epler | |
| sequence | |||
| 2020-09-28 | canio: RemoteTransmissionRequest: Split implementation, keep one structure | Jeff Epler | |
| This already begins obscuring things, because now there are two sets of shared-module functions for manipulating the same structure, e.g., common_hal_canio_remote_transmission_request_get_id and common_hal_canio_message_get_id | |||
| 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 | |
| It reuses most of canio.Message's implementation, and structure | |||
| 2020-09-28 | Listerner: read -> receive, drop readinto | Jeff Epler | |
| This prepares for creating a separate RemoteTransmissionRequest class | |||
| 2020-09-28 | Match: address -> id | Jeff Epler | |
| 2020-09-28 | canio: doc improvements | Jeff Epler | |
| 2020-09-22 | canio: fix read(), iterable bindings | Jeff Epler | |
| 2020-09-22 | canio: fix bugs in shared-bindings | Jeff Epler | |
| 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 | |
| This reflects our belief that the API is stable enough to avoid incompatible changes during 6.x. | |||
