Peter Barker
|
6cf2136691
|
AP_CANManager: change namespace of MultiCopter and FixedWing params
this stops the libraries knowing anything about AP_Vehicle
|
2022-11-09 19:04:37 +11:00 |
Randy Mackay
|
533a16287e
|
AP_CANManager: remove ToshibaCAN support
|
2022-06-10 12:08:05 +09:00 |
murata
|
1e485c20fc
|
AP_CANManager: Console output can be disabled
|
2022-05-17 09:53:06 +10:00 |
bugobliterator
|
c0188fbf0e
|
AP_CANManager: disable CANTester by default
|
2022-03-11 18:13:54 +11:00 |
Siddharth Purohit
|
563e69e64c
|
AP_CANManager: add support for trx CANFD frames over SLCAN
|
2022-03-11 18:13:54 +11:00 |
Siddharth Purohit
|
287151a858
|
AP_CANManager: add support for CANFD tests
|
2022-03-11 18:13:54 +11:00 |
Peter Barker
|
d028a6efc3
|
AP_CANManager: make C_TO_KELVIN a function macro; create KELVIN_TO_C
These are in celsius
|
2022-01-13 18:31:46 +11:00 |
Andrew Tridgell
|
7cdd18924e
|
AP_CANManager: fixed printf format errors
|
2021-08-05 09:43:35 +10:00 |
Siddharth Purohit
|
603b302ffd
|
AP_CANManager: Use HAL_CANMANAGER_ENABLED instead of HAL_ENABLE_LIBUAVCAN_DRIVERS
|
2021-06-24 09:02:42 +10:00 |
Tom Pittenger
|
bdf0efbbe7
|
AP_CANManager: reorganize precompiler for HAL_ENABLE_LIBUAVCAN_DRIVERS and HAL_MAX_PROTOCOL_DRIVERS
|
2021-06-09 18:36:18 +10:00 |
Siddharth Purohit
|
8ca6b3e3ee
|
AP_CANManager: add testing and debugging README
|
2021-05-19 17:51:28 +10:00 |
Patrick José Pereira
|
e9a299d96e
|
AP_CANManager: Remove pointer check before delete
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2021-02-04 09:01:19 +11:00 |
Andrew Tridgell
|
27a85ef51c
|
AP_CANManager: fixed build warning for stack size
dynamically allocate test objects instead of putting on the stack
|
2020-09-15 09:40:03 +10:00 |
Siddharth Purohit
|
979b0b82d0
|
AP_CANManager: add CANManager library
|
2020-08-19 17:31:09 +10:00 |