danny wang a136536ff5 watchrobot first commit | há 2 anos atrás | |
---|---|---|
.. | ||
avr | há 2 anos atrás | |
nuttx | há 2 anos atrás | |
socketcan | há 2 anos atrás | |
stm32 | há 2 anos atrás | |
README.md | há 2 anos atrás | |
libuavcan_vs_libcanard_arch.png | há 2 anos atrás |
This directory contains implementations of platform-specific components for Libcanard. Each sub-directory contains (or should contain) a dedicated README file with driver specific documentation.
Existing drivers should be used as a reference for implementation of one's own custom drivers. Libcanard does not interact with the underlying platform drivers directly, but does so via the application. Therefore, there is no need in a dedicated porting guide. This is unlike Libuavcan, which is more complex and does have a well-defined interface between the library and the platform.