diff --git a/ChangeLog b/ChangeLog index 061be118e3a..288bf202911 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2286,5 +2286,7 @@ * drivers/mtd/mp25x.c: Add ability to use different SPI modes and different manufacturers codes. Fix a error in the wait for not busy (submitted by Mohammad Elwakeel. + * arch/arm/src/stm32/stm32_can.c. Add a low-level STM32 CAN driver. (Initial + check is incomplete). diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 293b7d683cf..f68dc3d7963 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