Skip to content

Commit 7f66a37

Browse files
committed
canio: Update platform specific documentation
1 parent 497aefc commit 7f66a37

File tree

1 file changed

+4
-0
lines changed
  • shared-bindings/canio

1 file changed

+4
-0
lines changed

shared-bindings/canio/CAN.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ static MP_DEFINE_CONST_FUN_OBJ_1(canio_can_restart_obj, canio_can_restart);
187187
//|
188188
//| ESP32S2 supports one Listener. There is a single filter block, which can either match a
189189
//| standard address with mask or an extended address with mask.
190+
//|
191+
//| i.MX RT10xx supports one Listener and 8 filter blocks per CAN interface.
192+
//| Each interface is fully independent from the other. A filter block can match
193+
//| either a single address or a mask of addresses, both standard or extended.
190194
//| """
191195
//| ...
192196
static mp_obj_t canio_can_listen(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {

0 commit comments

Comments
 (0)