zephyr/drivers/can
Henrik Brix Andersen c86f5c0f61 drivers: can: native_posix_linux: add embedded libc support
Add support for compiling the native POSIX Linux (SocketCAN) driver with an
embedded C-library.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2023-12-10 09:24:30 +01:00
..
transceiver
can_common.c
can_esp32_twai.c
can_fake.c
can_handlers.c drivers: can: Fix Z_SYSCALL_OBJ->K_SYSCALL_OBJ 2023-11-03 16:05:01 -05:00
can_kvaser_pci.c
can_loopback.c drivers: can: be consistent in filter_id checks when removing rx filters 2023-10-26 09:49:51 +02:00
can_mcan.c drivers: can: unify spelling of CAN Flexible Data-rate abbreviation 2023-11-01 11:17:17 +00:00
can_mcp251xfd.c can: mcp251xfd: fix compilation 2023-12-01 10:48:23 +01:00
can_mcp251xfd.h drivers: can: mcp251xfd: Increase max filters and change filter usage type 2023-11-20 09:25:08 +01:00
can_mcp2515.c drivers: can: fix thread function signatures 2023-10-30 12:24:34 +01:00
can_mcp2515.h
can_mcux_flexcan.c drivers: can: unify spelling of CAN Flexible Data-rate abbreviation 2023-11-01 11:17:17 +00:00
can_mcux_mcan.c
can_native_posix_linux_socketcan.c drivers: can: native_posix_linux: add embedded libc support 2023-12-10 09:24:30 +01:00
can_native_posix_linux_socketcan.h drivers: can: native_posix_linux: remove unused functions 2023-12-10 09:24:30 +01:00
can_native_posix_linux.c drivers: can: be consistent in filter_id checks when removing rx filters 2023-10-26 09:49:51 +02:00
can_numaker.c
can_nxp_s32_canxl.c drivers: can: nxp_s32_canxl: use instance-based DT macros 2023-11-09 18:22:01 +01:00
can_rcar.c drivers: can: be consistent in filter_id checks when removing rx filters 2023-10-26 09:49:51 +02:00
can_sam0.c
can_sam.c
can_shell.c drivers: can: shell: add support for setting raw timing values 2023-11-15 10:01:59 +01:00
can_sja1000_priv.h
can_sja1000.c
can_stm32_bxcan.c drivers: can: be consistent in filter_id checks when removing rx filters 2023-10-26 09:49:51 +02:00
can_stm32_fdcan.c
can_stm32h7_fdcan.c
can_tcan4x5x.c drivers: can: fix thread function signatures 2023-10-30 12:24:34 +01:00
CMakeLists.txt drivers: can: native_posix_linux: add embedded libc support 2023-12-10 09:24:30 +01:00
Kconfig shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
Kconfig.esp32
Kconfig.fake
Kconfig.kvaser
Kconfig.loopback
Kconfig.mcan drivers: can: unify spelling of CAN Flexible Data-rate abbreviation 2023-11-01 11:17:17 +00:00
Kconfig.mcp251xfd drivers: can: mcp251xfd: Increase max filters and change filter usage type 2023-11-20 09:25:08 +01:00
Kconfig.mcp2515
Kconfig.mcux soc: nxp_s32: s32k3: drop M7 suffix from options 2023-11-15 10:25:43 -06:00
Kconfig.native_posix_linux drivers: can: native_posix_linux: add embedded libc support 2023-12-10 09:24:30 +01:00
Kconfig.numaker drivers: can: unify spelling of CAN Flexible Data-rate abbreviation 2023-11-01 11:17:17 +00:00
Kconfig.nxp_s32
Kconfig.rcar
Kconfig.sam
Kconfig.sam0
Kconfig.sja1000
Kconfig.stm32
Kconfig.tcan4x5x