incubator-nuttx/drivers/can
Radek Pesina 8f9c337c66 drivers/can/sja1000: Add SJA1000 CAN driver support
This driver is based on ESP32 TWAI CAN drivers currently available
in Nuttx, and captures the differences currently present across the
TWAI drivers for easy future adaption to remaining ESP32 platforms
with no loss of support/function. Also provides a generic SJA1000 CAN
driver solution that is CPU-architecture independent.

Changes:
- Low-level driver re-written to allow usage independent of CPU
architecture, and support both SJA1000 and TWAI CAN controllers.
- Platform-specific settings abstracted away to be provided by board
layer.
- Support for multiple instances of SJA1000 driver.
2024-03-19 15:45:53 -03: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: Add SJA1000 CAN driver support 2024-03-19 15:45:53 -03:00
sja1000.h drivers/can/sja1000: Add SJA1000 CAN driver support 2024-03-19 15:45:53 -03:00