summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/can.h
Commit message (Expand)AuthorAgeFilesLines
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
* SAMA5 CAN: Driver is now code complete but still untestedGregory Nutt2013-10-221-4/+2
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* New, extended CAN structures must be packed.patacongo2012-01-201-3/+4
* Add support for extended (29-bit) CAN IDspatacongo2012-01-201-18/+59
* Fix last change; the change was good but will prevent queuing multiple outgoi...patacongo2012-01-111-7/+17
* Fix LPC17 CAN driver; TX must be interrupt drivenpatacongo2012-01-101-1/+6
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-221-2/+3
* STM32 CAN driver now compilespatacongo2011-12-211-0/+3
* Add the beginning of an STM32 CAN driverpatacongo2011-12-211-9/+14
* Fix a semphore overflow problem in the CAN driverpatacongo2011-08-181-0/+1
* Switching to C99 stdint.h typespatacongo2009-12-141-18/+21
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* fix commentspatacongo2008-10-111-1/+1
* cosmeticpatacongo2008-09-211-1/+1
* Fix DM320 serial configuration problempatacongo2008-02-081-6/+14
* Add a generic CAN driverpatacongo2008-02-081-0/+296