| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 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: 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: Split RemoteTransmissionRequest to its own class | Jeff Epler | |
| It reuses most of canio.Message's implementation, and structure | |||
| 2020-09-28 | Match: address -> id | 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. | |||
