summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx/lpc17_can.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-181-3/+2
* Add PIC32 SPI driverpatacongo2012-03-071-0/+0
* Add support for extended (29-bit) CAN IDspatacongo2012-01-201-16/+41
* Leverage some bit timing logic from LPC17xx to the STM32 CAN driverpatacongo2012-01-201-2/+6
* Fixes to PIC32 USB driver and LPC17xx CAN driverpatacongo2012-01-201-8/+8
* Add configuratin to select TSEG1 and TSEG2 valuespatacongo2012-01-191-13/+34
* SYNC_TIME is 3 quanta in LPC17xx CAN bit time calculationpatacongo2012-01-181-34/+33
* Implement the new CAN txready method for STM32patacongo2012-01-111-2/+2
* Fix LPC17 CAN driver; TX must be interrupt drivenpatacongo2012-01-101-28/+90
* Fix CAN callback argumentpatacongo2012-01-101-1/+1
* Add basic support for pulse count in the PWM interfacepatacongo2012-01-091-2/+1
* Incorporate Z80 bugfixes reported by Phillip Klaus Krausepatacongo2012-01-061-1/+1
* Fix issue with LPC17xx CAN baud calculationpatacongo2012-01-061-8/+11
* LPC17xx CAN PCLK divisor is not a configuration parameterpatacongo2012-01-061-2/+62
* Add logic to control CAN bit rate via the .config filepatacongo2012-01-051-5/+168
* Improve LPC17xx CAN interrupt handling; Additions to LPC17xx SPI driverpatacongo2012-01-031-9/+39
* LPC17xx CAN driver now supports all 3 transmit buffers and loopback mode; LCP...patacongo2012-01-031-256/+761
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-221-2/+2
* Revised CAN driverpatacongo2011-08-031-118/+252
* Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported b...patacongo2011-07-121-0/+301