summaryrefslogtreecommitdiff
path: root/nuttx/drivers/can.c
Commit message (Collapse)AuthorAgeFilesLines
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Add support for extended (29-bit) CAN IDspatacongo2012-01-201-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4319 42af7a65-404d-4744-a932-0658087f49c3
* Fix last change; the change was good but will prevent queuing multiple ↵patacongo2012-01-111-55/+95
| | | | | | outgoing CAN packets git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4293 42af7a65-404d-4744-a932-0658087f49c3
* Fix LPC17 CAN driver; TX must be interrupt drivenpatacongo2012-01-101-11/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4290 42af7a65-404d-4744-a932-0658087f49c3
* Fix buffer full test in generic CAN driver (plus fixes to comments)patacongo2012-01-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4259 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for STM32 ADC driver on the F4; LC17xx LED initial statepatacongo2012-01-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4257 42af7a65-404d-4744-a932-0658087f49c3
* STM32 CAN debug fixespatacongo2011-12-221-1/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4214 42af7a65-404d-4744-a932-0658087f49c3
* Add the beginning of an STM32 CAN driverpatacongo2011-12-211-7/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4209 42af7a65-404d-4744-a932-0658087f49c3
* Fix a semphore overflow problem in the CAN driverpatacongo2011-08-181-2/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3890 42af7a65-404d-4744-a932-0658087f49c3
* Correct errors in LPC17xx CAN register definespatacongo2011-07-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3773 42af7a65-404d-4744-a932-0658087f49c3
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-161-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2362 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-151-11/+13
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2343 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-6/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2329 42af7a65-404d-4744-a932-0658087f49c3
* All file_operations vtables should be static constpatacongo2009-06-101-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1871 42af7a65-404d-4744-a932-0658087f49c3
* Needs conditional compilation for POLL disabledpatacongo2008-11-171-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1273 42af7a65-404d-4744-a932-0658087f49c3
* Add infrastructure to support poll()patacongo2008-11-161-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1258 42af7a65-404d-4744-a932-0658087f49c3
* Fix list empty checkspatacongo2008-11-071-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1159 42af7a65-404d-4744-a932-0658087f49c3
* Clean compilation with console enabledpatacongo2008-02-181-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@712 42af7a65-404d-4744-a932-0658087f49c3
* Fix DM320 serial configuration problempatacongo2008-02-081-14/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@661 42af7a65-404d-4744-a932-0658087f49c3
* Add a generic CAN driverpatacongo2008-02-081-0/+736
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@660 42af7a65-404d-4744-a932-0658087f49c3