summaryrefslogtreecommitdiff
path: root/shared-module/canio/Message.c
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-09-28CAN: Use mp_obj_t insteaed of canio_message_obj_t, get rid of rtr fieldJeff Epler
2020-09-28canio: RemoteTransmissionRequest: Split implementation, keep one structureJeff 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-28canio: Split RemoteTransmissionRequest to its own classJeff Epler
It reuses most of canio.Message's implementation, and structure
2020-09-21canio: rename from _canioJeff Epler
This reflects our belief that the API is stable enough to avoid incompatible changes during 6.x.