index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
can.c
Age
Commit message (
Expand
)
Author
2020-12-07
stm32/Makefile: Change -O0 to -Og for DEBUG=1 builds.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-09-23
stm32: Add support for FDCAN peripheral, exposed as pyb.CAN.
iabdalkader
2019-09-23
stm32/can: Factor CAN driver into low-level and Python bindings.
Damien George
2019-05-02
stm32: Add support for F413 MCUs.
Chris Mason
2019-02-12
ports: Convert legacy uppercase macro names to lowercase.
Damien George
2018-07-08
stm32: Support compiling with object representation D.
Damien George
2018-06-18
stm32/can: Use MP_OBJ_ARRAY_TYPECODE_FLAG_RW where appropriate.
Damien George
2018-05-02
stm32/irq: Define IRQ priorities directly as encoded hardware values.
Damien George
2018-04-11
stm32/can: Allow CAN pins to be configured per board.
Damien George
2018-03-19
stm32/can: Add "list" param to CAN.recv() to receive data inplace.
Damien George
2018-03-16
stm32/can: Use explicit byte extraction instead of casting to word ptr.
Damien George
2018-03-16
stm32/can: Add CAN.info() method to retrieve error and tx/rx buf info.
Damien George
2018-03-16
stm32/can: Add CAN.state() method to get the state of the controller.
Damien George
2018-03-15
stm32/can: Add CAN.restart() method so controller can leave bus-off.
Damien George
2018-03-15
stm32/can: Add "auto_restart" option to constructor and init() method.
Damien George
2018-03-15
stm32/can: Use enums to index keyword arguments, for clarity.
Damien George
2018-03-15
stm32/can: Improve can.recv() so it checks for events, eg ctrl-C.
Damien George
2018-02-13
stm32: Update HAL macro and constant names to use newer versions.
Damien George
2018-02-01
stm32/can: Support MCUs without a CAN2 peripheral.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George