summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/common-hal/canio/CAN.c
AgeCommit message (Collapse)Author
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-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.