incubator-nuttx/drivers
Michal Lenc 816b1b28a0 can: enhance API to allow better CAN FD handling
This commit moves can_bytes2dlc and can_dlc2bytes from kernel internal
functions to API. These functions are necessary to convert bytes to
dlc for CAN FD frames and has to be accessible from the application
since can_hdr_s does not store message length in bytes but directly in
dlc.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2024-07-10 11:33:03 -03:00
..
1wire drivers/1wire/ds28e17.c: fix printf warnings 2024-06-13 02:21:29 +08:00
analog analog: add configuration option to set DAC FIFO size 2024-05-27 23:23:28 +08:00
audio drivers/audio: Remove useless descriptions from CMakeLists.txt 2024-06-28 17:53:56 +08:00
bch driver: There is no need to use sched_[un]lock 2024-04-30 11:35:13 -03:00
can can: enhance API to allow better CAN FD handling 2024-07-10 11:33:03 -03:00
clk rpmsg: make all the rpmsg services deponds on RPMSG 2024-02-18 04:09:34 -08:00
contactless drivers/contactless: fix gcc14 errors 2024-06-13 02:21:29 +08:00
crypto Fix Kconfig style 2023-12-09 13:44:46 -08:00
devicetree drivers/devicetree/fdt: add additional fdt parsing utilities. 2024-06-03 22:05:00 +08:00
dma Nuttx/dma: add dma framework for nuttx 2023-04-22 01:02:51 +08:00
dummy build: add initial cmake build system 2023-07-08 13:50:48 +08:00
eeprom stm32h7/linum-stm32h753bi: Add support to eeprom using the i2c3 2024-03-07 01:55:56 +08:00
efuse nuttx: use lib_free for memory de-allocation after strdup or asprintf 2023-08-08 11:58:29 -03:00
i2c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
i2s mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
input nuttx/list: rename container_of to list_container_of from public header 2024-02-29 19:44:54 +08:00
ioexpander icjx: use iC-JX interrupt config instead of the general one 2024-05-09 23:43:56 +08:00
ipcc poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
lcd sim_lcd: add open & close 2023-12-18 09:06:29 -08:00
leds drivers/leds/ws2812: Fix WS2812 pixel size 2023-12-24 16:38:06 -08:00
loop enable O_CLOEXEC explicit 2023-09-22 13:51:00 +08:00
math math/mpi: add mpi driver in math 2023-10-17 13:43:43 +08:00
misc fix: call rwb->rhreload() when nblocks > 0 2024-05-17 19:15:49 +08:00
mmcsd drivers/mmcsd/mmcsd_sdio.c: Fix SD card 4-bit support 2024-05-10 19:43:08 +08:00
modem driver/alt1250: Modify return value 2024-02-27 13:16:52 +08:00
motor Fix allocated memory test 2024-06-28 09:30:42 +02:00
mtd Fix Kconfig style 2024-04-09 10:49:23 +08:00
net drivers/net/ksz9477: Add port mirroring support 2024-06-27 18:09:57 +08:00
note drivers: add API for drivers early initialization 2024-07-09 16:05:59 +08:00
pci cosmetic changes after pci code rebase 2024-01-25 09:09:30 -08:00
pipes drivers/pipe: Change to the block mode by file_ioctl(FIONBIO) 2024-03-07 10:09:35 -03:00
power pm: remove pm_lock spinlock wrapper 2024-06-23 11:16:56 +08:00
rc poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
regmap Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
reset added mutex lock before lookup reset controller by name 2023-08-11 20:39:16 +08:00
rf build: add initial cmake build system 2023-07-08 13:50:48 +08:00
rmt xtensa/esp/rmt: Add the lower-half implementation of the RMT driver 2023-12-24 16:38:06 -08:00
rpmsg fix nxstyle 2024-04-16 19:09:12 +08:00
rptun rptun ioctl: remove rptun_panic and rptun_dump_all 2024-02-21 21:38:05 -08:00
segger drivers/segger: upgrade to v3.54 2024-07-03 17:31:23 +08:00
sensors sensors/bmi270: fix bmi270_uorb build 2024-06-17 18:29:18 +08:00
serial serial/gdbstub: Change GDBSTUB_ to GDB_ 2024-06-24 23:51:43 +08:00
spi drivers/spi: Add support for FPGA iCE40 bitstream loading. 2024-04-12 10:19:58 -03:00
syslog driver: There is no need to use sched_[un]lock 2024-04-30 11:35:13 -03:00
timers watchdog: fix idle callback maybe not upperhalf 2024-06-08 11:59:26 +08:00
usbdev Replace all asserts in kernel code with ASSERT 2024-05-17 10:18:16 -03:00
usbhost usb: document revision and typo fixing 2024-01-18 21:09:20 -08:00
usbmisc poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
usbmonitor build: add initial cmake build system 2023-07-08 13:50:48 +08:00
usrsock rpmsg: make all the rpmsg services deponds on RPMSG 2024-02-18 04:09:34 -08:00
video video/v4l2_cap: fix no return after checked null 2024-06-22 11:50:25 -03:00
virt cosmetic changes after pci code rebase 2024-01-25 09:09:30 -08:00
virtio virtio/gpu: minor revision on virtio_gpu_send_cmd() 2024-04-01 00:27:16 +08:00
wireless drivers/wireless/gs2200m.c: fix warning 2024-06-13 02:21:29 +08:00
.gitignore build: Remve the unnecessary .gitignore 2020-05-23 18:00:40 +01:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig Various fixes for PCI work 2024-01-25 09:09:30 -08:00
Makefile Various fixes for PCI work 2024-01-25 09:09:30 -08:00
drivers_initialize.c drivers: add API for drivers early initialization 2024-07-09 16:05:59 +08:00