Skip to content

Commit d06fd38

Browse files
committed
stm32/can: Factor CAN driver into low-level and Python bindings.
can.c now contains the low-level C interface to the CAN peripheral, and pyb_can.c the Python-level class/methods/constants.
1 parent bff2771 commit d06fd38

File tree

6 files changed

+867
-881
lines changed

6 files changed

+867
-881
lines changed

ports/stm32/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ SRC_C = \
256256
qspi.c \
257257
uart.c \
258258
can.c \
259+
pyb_can.c \
259260
usb.c \
260261
wdt.c \
261262
eth.c \

0 commit comments

Comments
 (0)