danny wang a136536ff5 watchrobot first commit il y a 1 an
..
avr a136536ff5 watchrobot first commit il y a 1 an
nuttx a136536ff5 watchrobot first commit il y a 1 an
socketcan a136536ff5 watchrobot first commit il y a 1 an
stm32 a136536ff5 watchrobot first commit il y a 1 an
README.md a136536ff5 watchrobot first commit il y a 1 an
libuavcan_vs_libcanard_arch.png a136536ff5 watchrobot first commit il y a 1 an

README.md

Libcanard Drivers

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.

Porting Guide

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.

libuavcan vs libcanard arch