summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-08 00:56:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-08 00:56:16 +0000
commitebff820250129b6361ff9de635578e07d11fe16c (patch)
tree17edcb9084f355864a0ba29b8eb9dd17a071a416 /nuttx/ChangeLog
parent7aa2d7ac7678b5b7ee7dc2a817f123f0b8a366b4 (diff)
downloadnuttx-ebff820250129b6361ff9de635578e07d11fe16c.tar.gz
nuttx-ebff820250129b6361ff9de635578e07d11fe16c.tar.bz2
nuttx-ebff820250129b6361ff9de635578e07d11fe16c.zip
Add a generic CAN driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@660 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b5e50c317..01606809f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -331,6 +331,7 @@
* 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.