summaryrefslogtreecommitdiff
path: root/apps/examples/can/can_main.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more complaints from cppcheckGregory Nutt2014-11-251-4/+5
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-081-17/+17
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
* More trailing whilespace removalGregory Nutt2014-04-131-4/+4
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, but...Gregory Nutt2014-02-101-2/+2
* apps/examples/can: Fix an error in a debug statement. From Martin LederhilgerGregory Nutt2013-10-241-1/+1
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-131-1/+1
* Add configurable application entry pointpatacongo2012-08-301-16/+8
* NFS update; fix STM32 enabling of CAN2 clockpatacongo2012-03-171-4/+4
* Extend examples/can so that it can be used in other contextspatacongo2012-03-141-5/+43
* Add support for extended (29-bit) CAN IDspatacongo2012-01-201-7/+27
* Improve LPC17xx CAN interrupt handling; Additions to LPC17xx SPI driverpatacongo2012-01-031-1/+5
* The STM32 F4 CAN driver has been verified in loopback modepatacongo2012-01-021-1/+1
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-221-0/+247