summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_can.c
Commit message (Expand)AuthorAgeFilesLines
* Remove up_assert_codeGregory Nutt2013-04-251-2/+2
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-091-1/+1
* More updates for the STM32F3Discoverypatacongo2013-02-061-5/+0
* Add missing file needed for stm32f100xx portpatacongo2012-07-201-1/+1
* STM32: Add logic to attach the RTC alarm EXTI interruptpatacongo2012-07-171-0/+0
* CAN ISO-11783 support contributed by Gary Teravskispatacongo2012-02-181-1/+2
* Add support for extended (29-bit) CAN IDspatacongo2012-01-201-20/+41
* Leverage some bit timing logic from LPC17xx to the STM32 CAN driverpatacongo2012-01-201-17/+21
* Fix bug in STM32 CAN: It must be interrupt drivenpatacongo2012-01-111-37/+172
* CAN request order prioritypatacongo2012-01-111-1/+5
* Implement the new CAN txready method for STM32patacongo2012-01-111-2/+43
* LPC17xx CAN driver now supports all 3 transmit buffers and loopback mode; LCP...patacongo2012-01-031-2/+3
* The STM32 F4 CAN driver has been verified in loopback modepatacongo2012-01-021-51/+142
* Update to the STM32 ADC and CAN driverspatacongo2011-12-221-8/+174
* STM32 CAN debug fixespatacongo2011-12-221-84/+80
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-221-31/+15
* STM32 ADC driver updatepatacongo2011-12-221-0/+10
* STM32 CAN driver now compilespatacongo2011-12-211-185/+606
* Add the beginning of an STM32 CAN driverpatacongo2011-12-211-0/+761