summaryrefslogtreecommitdiff
path: root/nuttx/drivers/can.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes to avoid some hang conditions using STM32 CANGregory Nutt2014-09-171-55/+85
* nuttx/drivers: Remove explicity references to errno. That is a problem from...Gregory Nutt2014-08-281-5/+5
* Fix various typos in comments. From Alan Carvalho de AssisGregory Nutt2014-04-061-4/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Add support for extended (29-bit) CAN IDspatacongo2012-01-201-9/+9
* Fix last change; the change was good but will prevent queuing multiple outgoi...patacongo2012-01-111-55/+95
* Fix LPC17 CAN driver; TX must be interrupt drivenpatacongo2012-01-101-11/+15
* Fix buffer full test in generic CAN driver (plus fixes to comments)patacongo2012-01-041-1/+1
* Fixes for STM32 ADC driver on the F4; LC17xx LED initial statepatacongo2012-01-031-1/+1
* STM32 CAN debug fixespatacongo2011-12-221-1/+17
* Add the beginning of an STM32 CAN driverpatacongo2011-12-211-7/+22
* Fix a semphore overflow problem in the CAN driverpatacongo2011-08-181-2/+10
* Correct errors in LPC17xx CAN register definespatacongo2011-07-121-1/+1
* 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