circuitpython/shared-bindings/canio
Rob Capellini 9002f351b4 Convert more modules to use MP_REGISTER_MODULE
Convert _eve, _pew, aesio, alarm, audiopwmio, bitops, camera, canio, dualbank, gnss, i2cperipheral, imagecapture, ipaddress, memorymonitor, sdioio, socketpool, ssl, uheap, ustack, watchdog, and wifi modules to use MP_REGISTER_MODULE.

Related to #5183.
2021-09-01 00:19:05 -04:00
..
CAN.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
CAN.h canio: actually drop the _error_count properties 2020-09-29 14:25:53 -05:00
Listener.c Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS 2021-07-12 06:57:59 -05:00
Listener.h CAN: Use mp_obj_t insteaed of canio_message_obj_t, get rid of rtr field 2020-09-28 17:22:00 -05:00
Match.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
Match.h Match: address -> id 2020-09-28 17:22:00 -05:00
Message.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
Message.h canio: remove stray remote_transmission_request method declaration 2020-09-28 17:22:02 -05:00
RemoteTransmissionRequest.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
RemoteTransmissionRequest.h canio: RemoteTransmissionRequest: Split implementation, keep one structure 2020-09-28 17:22:00 -05:00
__init__.c Convert more modules to use MP_REGISTER_MODULE 2021-09-01 00:19:05 -04:00
__init__.h canio: rename from _canio 2020-09-21 16:44:26 -05:00