summaryrefslogtreecommitdiff
path: root/nuttx/drivers/can.c
Commit message (Expand)AuthorAgeFilesLines
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-161-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-11/+13
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-6/+11
* All file_operations vtables should be static constpatacongo2009-06-101-1/+1
* Needs conditional compilation for POLL disabledpatacongo2008-11-171-2/+4
* Add infrastructure to support poll()patacongo2008-11-161-2/+3
* Fix list empty checkspatacongo2008-11-071-2/+2
* Clean compilation with console enabledpatacongo2008-02-181-0/+1
* Fix DM320 serial configuration problempatacongo2008-02-081-14/+29
* Add a generic CAN driverpatacongo2008-02-081-0/+736