aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uavcan
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed printing of bit rateLorenz Meier2014-05-071-3/+3
|
* Fixed comments and code style of UAVCAN nodeLorenz Meier2014-05-073-17/+55
|
* Catching up with libuavcan - some preprocessor symbols are no longer ↵Pavel Kirienko2014-05-071-3/+3
| | | | required to be defined explicitly
* Removed the placement new workaround. It seems like we can pull <new> from ↵Pavel Kirienko2014-05-071-2/+1
| | | | the toolchain's standard includes with no harm.
* Working UAVCAN node. No application logic is implemented yet; the node just ↵Pavel Kirienko2014-05-073-34/+151
| | | | publishes its status once a second (uavcan.protocol.NodeStatus) and responds to basic services (transport stats, node discovery)
* Added workaround for hardware issue on Pixhawk v1Pavel Kirienko2014-05-062-2/+8
|
* Fixed hardcoded include pathPavel Kirienko2014-05-061-3/+3
|
* Initial UAVCAN integration. The library compiles successfully, CAN driver ↵Pavel Kirienko2014-05-065-0/+279
appears to be working properly. There is one hardcoded path in the module makefile that needs to be fixed; plus the compilation will likely fail unless arch/math.h contains log2l()