Add a generic CAN driver

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@660 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-02-08 00:56:16 +00:00
parent ee5f02dae5
commit 0fca25b777
7 changed files with 1043 additions and 5 deletions
+1
View File
@@ -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.