summaryrefslogtreecommitdiffstats
path: root/nuttx/drivers/can.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-20Add support for extended (29-bit) CAN IDspatacongo1-9/+9
2012-01-11Fix last change; the change was good but will prevent queuing multiple outgoi...patacongo1-55/+95
2012-01-10Fix LPC17 CAN driver; TX must be interrupt drivenpatacongo1-11/+15
2012-01-04Fix buffer full test in generic CAN driver (plus fixes to comments)patacongo1-1/+1
2012-01-03Fixes for STM32 ADC driver on the F4; LC17xx LED initial statepatacongo1-1/+1
2011-12-22STM32 CAN debug fixespatacongo1-1/+17
2011-12-21Add the beginning of an STM32 CAN driverpatacongo1-7/+22
2011-08-18Fix a semphore overflow problem in the CAN driverpatacongo1-2/+10
2011-07-12Correct errors in LPC17xx CAN register definespatacongo1-1/+1
2009-12-16Clean-up from big switch to stdint/stdboolpatacongo1-2/+2
2009-12-15Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo1-11/+13
2009-12-13Eliminate some hcs12 compile errors/warningspatacongo1-6/+11
2009-06-10All file_operations vtables should be static constpatacongo1-1/+1
2008-11-17Needs conditional compilation for POLL disabledpatacongo1-2/+4
2008-11-16Add infrastructure to support poll()patacongo1-2/+3
2008-11-07Fix list empty checkspatacongo1-2/+2
2008-02-18Clean compilation with console enabledpatacongo1-0/+1
2008-02-08Fix DM320 serial configuration problempatacongo1-14/+29
2008-02-08Add a generic CAN driverpatacongo1-0/+736