From 3fced8cf04b99f23ad6d38507baaac21a3bc1d5a Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 21 Dec 2011 15:50:06 +0000 Subject: [PATCH] Add the beginning of an STM32 CAN driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4209 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 60 ++++++++++++++++++++++++---- 1 file changed, 53 insertions(+), 7 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 293b7d683c..f68dc3d796 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: December 19, 2011

+

Last Updated: December 21, 2011

@@ -127,7 +127,8 @@ 6.3.9 USB Host-Side Drivers
6.3.10 USB Device-Side Drivers
6.3.11 Analog (ADC/DAC) Drivers
- 6.3.12 PWM Drivers + 6.3.12 PWM Drivers
+ 6.3.13 CAN Drivers 6.4 Power Management +

CAN driver

+ +

SPI driver