incubator-nuttx/drivers/can
Richard Tucker 6953814425 drivers/can/sja1000: fix Rx buffer pointer issue
When initialising the SJA1000 peripheral on some implementations
(SJA1000_FDTOL), "releasing" the buffer when the Rx buffer is empty
causes a buffer pointer misalignment.

On peripheral initialise, remove the flag to "release" the buffer.
This should be safe for all systems using the SJA1000 CAN controller
as a "reset" to the peripheral clears the Rx FIFO.
2024-06-17 15:25:45 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig drivers/can/sja1000: Add SJA1000 CAN driver support 2024-03-19 15:45:53 -03:00
Make.defs drivers/can/sja1000: Add SJA1000 CAN driver support 2024-03-19 15:45:53 -03:00
can.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
mcp2515.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
mcp2515.h drivers: Alan Carvalho de Assis: update licenses to Apache 2021-03-13 05:56:43 -08:00
sja1000.c drivers/can/sja1000: fix Rx buffer pointer issue 2024-06-17 15:25:45 +08:00
sja1000.h drivers/can/sja1000: Add SJA1000 CAN driver support 2024-03-19 15:45:53 -03:00