nuttx/drivers/can
Oleg Evseev 247bc10c26 drivers/can: fix wrong use of nxsem_getvalue
Bug caused increase of fifo->rx_sem with each received msg until finally after 32767 messages get into
DEBUGASSERT(sem->semcount<SEM_VALUE_MAX);
or stopping receiving anything at all without debug, while tx was working.

issue #1354
2020-07-05 14:38:55 -03:00
..
can.c drivers/can: fix wrong use of nxsem_getvalue 2020-07-05 14:38:55 -03:00
Kconfig stm32f7: Add the option to include RTR in CAN header 2020-06-29 09:05:44 -03:00
Make.defs build: Move INCDIROPT to common place 2020-05-18 15:02:55 -06:00
mcp2515.c Check return from nxsem_wait_uninterruptible 2020-03-31 14:58:09 -06:00
mcp2515.h drivers/can: fixed nxstyle warnings 2020-04-01 08:03:50 +02:00