From b226a9eab38ceae4a0cd36699b61aaeecc825823 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 8 Feb 2008 00:56:16 +0000 Subject: [PATCH] Add a generic CAN driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@660 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 59c0189838b..ef37668cc34 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -989,6 +989,7 @@ nuttx-0.3.8 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Fix a build problem with z80 and SDCC 2.7.0 (format of a map file changed) (see bug 1887170) * Pascal P-Code runtime now compiles with the SDCC toolchain. + * Added a generic CAN driver. This driver is untested as of this writing. pascal-0.1.2 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>