Skip to content

Commit 062ff12

Browse files
committed
port/esp32: Applay TWAI CAN_v2.
Co-Authored-By: Sveinung Kval Bakken <[email protected]> Signed-off-by: Ihor Nehrutsa <[email protected]>
1 parent 6006fc1 commit 062ff12

File tree

16 files changed

+819
-251
lines changed

16 files changed

+819
-251
lines changed

docs/library/machine.CAN.rst

Lines changed: 408 additions & 0 deletions
Large diffs are not rendered by default.

docs/library/machine.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ Classes
260260
machine.Signal.rst
261261
machine.ADC.rst
262262
machine.ADCBlock.rst
263+
machine.CAN.rst
263264
machine.PWM.rst
264265
machine.UART.rst
265266
machine.SPI.rst

examples/esp32_can.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ def send_and_check(can_bus, name, id, expected_result=True, extended=False):
5151
extframe=True,
5252
mode=CAN.SILENT_LOOPBACK,
5353
baudrate=CAN.BAUDRATE_500k,
54-
tx_io=18,
55-
rx_io=19,
54+
tx=18,
55+
rx=19,
5656
auto_restart=False,
5757
)
5858

lib/berkeley-db-1.xx

lib/lwip

Submodule lwip updated 103 files

lib/micropython-lib

Submodule micropython-lib updated 70 files

lib/nxp_driver

Submodule nxp_driver updated 3170 files

lib/stm32lib

Submodule stm32lib updated 269 files

0 commit comments

Comments
 (0)