summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/common-hal/canio
AgeCommit message (Collapse)Author
2020-10-06canio: remove unused fieldsJeff Epler
these relate to properties that were removed as well
2020-09-29canio: actually drop the _error_count propertiesJeff Epler
thanks @tannewt
2020-09-28CAN: Use mp_obj_t insteaed of canio_message_obj_t, get rid of rtr fieldJeff Epler
2020-09-28canio: Listener: shuffle function declarations aroundJeff Epler
2020-09-28Listerner: read -> receive, drop readintoJeff Epler
This prepares for creating a separate RemoteTransmissionRequest class
2020-09-28Match: address -> idJeff Epler
2020-09-22canio: Fix implementation bugs in atmel-samJeff Epler
2020-09-21canio: rename from _canioJeff Epler
This reflects our belief that the API is stable enough to avoid incompatible changes during 6.x.