aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uavcan/module.mk
Commit message (Collapse)AuthorAgeFilesLines
* UAVCAN: redundant sensors supportPavel Kirienko2014-08-231-3/+3
|
* New UAVCAN initialization logicPavel Kirienko2014-08-231-1/+2
|
* UAVCAN baro driverPavel Kirienko2014-08-221-1/+2
|
* UAVCAN magnetometer driverPavel Kirienko2014-08-221-1/+2
|
* UAVCAN: Refactored and generalized sensor bridge supportPavel Kirienko2014-08-221-4/+10
|
* Removed misleading comment from the UAVCAN module makefilePavel Kirienko2014-08-011-4/+0
|
* Building UAVCAN without run-time checks. This saves 9.5KB of flash and ↵Pavel Kirienko2014-07-121-5/+5
| | | | reduces CPU usage.
* Fixed heading covariance calculation and build errors.Andrew Chambers2014-07-021-1/+2
|
* UAVCAN: append to EXTRADEFINES to those given by make cmd lineholger2014-06-241-3/+2
|
* UAVCAN ESC controller - proof of concept statePavel Kirienko2014-05-081-2/+3
|
* 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.
* Added workaround for hardware issue on Pixhawk v1Pavel Kirienko2014-05-061-1/+1
|
* Fixed hardcoded include pathPavel Kirienko2014-05-061-3/+3
|
* Initial UAVCAN integration. The library compiles successfully, CAN driver ↵Pavel Kirienko2014-05-061-0/+74
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()