Peter Barker
|
8ccf51b0ed
|
AP_EFI: add missing include
for is_equal
|
2024-01-11 15:29:54 +11:00 |
Pradeep CK
|
71141080a1
|
AP_EFI : Hirth Driver Addition
Implementation for Hirth.
- Base class - AP_EFI
- polynomial functional throttle linearization
- AP_EFI_State parameter addition and changes for hirth logging
- to fix autotest errors
- updated comments
- Hirth CI/CD autotest fail fixes
- logging
- fix CI issues
|
2023-11-17 13:09:02 +11:00 |
Max-001
|
afc019e1ea
|
EFI: added efi MavLink class
|
2023-07-11 12:32:19 +10:00 |
Peter Barker
|
7a7e44ae3c
|
AP_EFI: move case labels inside ifdefs
|
2023-07-04 10:26:26 +10:00 |
Peter Barker
|
1cd3e7327d
|
AP_EFI: add defines for Lutan and MegaSquirt
|
2023-03-21 09:01:13 +11:00 |
Peter Barker
|
593983df7a
|
AP_EFI: tidy AP_EFI defines
|
2023-03-21 09:01:13 +11:00 |
Bob Long
|
3616b41afc
|
AP_EFI: use is_zero for fuel pressure
This is clearer than pragma shenanigans, and makes this consistent with
the the newly-added ignition_voltage handling above.
|
2023-03-07 20:35:13 +09:00 |
Bob Long
|
8c335be045
|
AP_EFI: added fuel pressure
|
2023-03-07 20:35:13 +09:00 |
Peter Barker
|
9b8a61c048
|
AP_EFI: correct EFI ignition_voltage flag values
|
2023-02-07 10:40:50 +11:00 |
Andrew Tridgell
|
78c7bcf132
|
AP_EFI: fixed units of exhaust gas temperature
|
2022-10-25 11:44:45 +11:00 |
Andrew Tridgell
|
fed4909dd1
|
AP_EFI: convert to using ap_object approach
|
2022-10-02 08:15:06 +11:00 |
Andrew Tridgell
|
698c25a060
|
AP_EFI: added more fields
fill in 3 remaining fields available in MAVLink
|
2022-10-02 08:15:06 +11:00 |
Andrew Tridgell
|
fd52ff923d
|
AP_EFI: removed array from cylinder_status
this array was never used and just makes doing drivers harder. Removed
to reduce complexity
|
2022-10-02 08:15:06 +11:00 |
Joshua Henderson
|
f74ad276a9
|
AP_EFI: add EFI scripting driver
|
2022-10-02 08:15:06 +11:00 |
Peter Barker
|
62c0038771
|
AP_EFI: correct compilation for header changes
|
2022-09-27 09:26:45 +10:00 |
Reilly Callaway
|
1cff0125ae
|
AP_EFI: Add Currawong ECU packet decoding
|
2022-09-20 15:24:48 +10:00 |
Reilly Callaway
|
21ac8d801c
|
AP_EFI: Add ECU density parameter for Currawong fuel flow calculations
|
2022-09-20 15:24:48 +10:00 |
Reilly Callaway
|
ad808cb25b
|
AP_EFI: Add Currawong ECU to known types
|
2022-09-20 15:24:48 +10:00 |
Andrew Tridgell
|
9ddd1afb34
|
AP_EFI: added DroneCAN EFI driver
|
2022-06-09 21:10:37 +10:00 |
Andrew Tridgell
|
0fad35112f
|
AP_EFI: allow EFI to be used in AP_Periph
|
2022-06-09 21:10:37 +10:00 |
Peter Barker
|
ea7f71a1a7
|
AP_EFI: emit ignition voltage as unknown in EFI_STATUS
|
2022-06-08 08:15:15 +09:00 |
Andrew Tridgell
|
234abece59
|
AP_EFI: added fuel usage integration for Lutan EFI
allows for EFI_COEF1 and EFI_COEF2 to be set to get fuel consumption
on GCS
|
2022-05-17 10:35:24 +10:00 |
Andrew Tridgell
|
48abb57a8a
|
AP_EFI: added support for Lutan EFI system
|
2022-01-17 15:16:24 +11:00 |
Peter Barker
|
c86ebc7ffb
|
AP_EFI: make C_TO_KELVIN a function macro; create KELVIN_TO_C
These are in celsius
|
2022-01-13 18:31:46 +11:00 |
TunaLobster
|
c0d484570c
|
AP_EFI: Remove @RebootRequired: False
|
2021-08-19 10:00:16 +10:00 |
Andrew Tridgell
|
87ae238ea0
|
AP_EFI: mark logger Write() calls as streaming where appropriate
|
2021-08-18 10:20:03 +10:00 |
Andrew Tridgell
|
cc6d799e7a
|
AP_EFI: change to use HAL_EFI_ENABLED
|
2021-06-09 18:07:00 +10:00 |
Peter Barker
|
7ea5bc7e3e
|
AP_EFI: use enum class for protocol
|
2021-03-30 21:40:35 +11:00 |
Michael du Breuil
|
15fd8480f8
|
AP_EFI: Correct a bad conversion from Kelvin to Celsius
(was off by 0.15 degrees)
|
2021-01-20 11:10:25 +11:00 |
Michael du Breuil
|
60af6633cf
|
AP_EFI: Add NWPMU CAN driver
|
2021-01-01 17:29:54 +11:00 |
Peter Barker
|
194d3c280f
|
AP_EFI: add EFI log message documentation
|
2020-04-12 08:36:48 +10:00 |
Peter Barker
|
5e4cbb0a3f
|
AP_EFI: correct duplicate-label problem in EFI2 log message
|
2020-04-08 11:17:41 +10:00 |
Andrew Tridgell
|
0a9a1c5314
|
AP_EFI: fix for updated mavlink extensions
|
2020-01-29 08:16:59 +11:00 |
Sriram Sami
|
f8cf388236
|
AP_EFI: Add AP_EFI Library
|
2019-11-17 20:10:54 +11:00 |