nuttx/arch/arm/src
Frank Benkert a115e13e06 SAMV7 MCAN: use FIFO mode instead of QUEUE mode; improve error reporting
When using QUEUE mode sometimes the counting semaphore indicates there is no space left in the TX buffers, but in fact there is.  This leads to a situation, where all TX buffers are empty and the driver
still waits for space in the buffers.  The switch from QUEUE mode to FIFO mode is just a workarround to make the semaphore counting self repairing.

The Error reporting is changed due to some Error Interrupts not reporting states, they are reporting state changes. To keep this into Account the static Error conditions like WARNING, PASSIVE or BUS_OFF are filled in
every time.
2016-03-04 10:15:35 -06:00
..
a1x Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
arm Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
armv6-m Rename irqsave() and irqrestore() to up_irq_save() and up_irq_restore() 2016-02-14 16:11:25 -06:00
armv7-a Costmetic update to comments 2016-03-03 09:12:13 -06:00
armv7-m Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
armv7-r Rename irqsave() and irqrestore() to up_irq_save() and up_irq_restore() 2016-02-14 16:11:25 -06:00
c5471 Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
calypso Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
common Remove comments before empty sections in C files 2016-02-21 11:26:43 -06:00
dm320 Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
efm32 Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
imx1 i.MX6: Add GPIO header file 2016-03-04 08:17:13 -06:00
imx6 Some fixes to last commit 2016-03-04 08:20:28 -06:00
kinetis Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
kl Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
lpc11xx Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
lpc17xx Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
lpc31xx Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
lpc43xx Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
lpc214x Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
lpc2378 Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
moxart Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
nuc1xx Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
sam34 Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
sama5 i.MX6: Add memory map header file 2016-02-29 12:26:21 -06:00
samdl Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
samv7 SAMV7 MCAN: use FIFO mode instead of QUEUE mode; improve error reporting 2016-03-04 10:15:35 -06:00
stm32 Merged in paulpatience/nuttx-arch/stm32f469 (pull request #56) 2016-03-01 11:53:07 -06:00
stm32f7 Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
str71x Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
tiva Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
tms570 Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
.gitignore
Makefile i.MX6: Some fixes for early compile issues 2016-03-01 14:15:43 -06:00