You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
binsir 21c8fb51a0 工程建立 数据解析 任务通信 uavcan基本项 发送正常 4 years ago
..
stm32 工程建立 数据解析 任务通信 uavcan基本项 发送正常 4 years ago
README.md 工程建立 数据解析 任务通信 uavcan基本项 发送正常 4 years ago
libuavcan_vs_libcanard_arch.png 工程建立 数据解析 任务通信 uavcan基本项 发送正常 4 years ago

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