Randy Mackay
cff3794d25
AP_NavEKF3: minor spelling fixes
3 years ago
Randy Mackay
88a3bfeccb
AP_NavEKF2: minor spelling fixes
3 years ago
VMsunghwan
3febd78943
SITL : Update Telemetry
...
telemetery -> telemetry
3 years ago
VMsunghwan
e3c116c9fb
AP_PiccoloCAN : Update Telemetry
...
telemtry -> telemetry
3 years ago
VMsunghwan
5bf24cd54c
AP_ESC_Telem : Update Telemetry
...
telemtry -> telemetry
3 years ago
VMsunghwan
e669902b9f
AP_RSSI : Update Telemetry
...
telemtry -> telemetry
3 years ago
VMsunghwan
599650554c
AP_EFI : Update Calculation
...
calcualtion -> calculation
3 years ago
VMsunghwan
db9c1bbfaf
AP_NavEKF3 : correct typo
...
receverPosDownMax -> receiverPosDownMax
receverPosDownMin -> receiverPosDownMin
calcuate -> calculate
3 years ago
VMsunghwan
b34d28fc7a
AP_NavEKF2 : correct comment typo
...
calcuate -> calculate
3 years ago
VMsunghwan
bd76c30768
AP_NavEKF2 : correct variable typo
...
receverPosDownMax -> receiverPosDownMax
receverPosDownMin -> receiverPosDownMin
3 years ago
Peter Barker
721ede206d
AP_Baro: create and use HAL_SIM_BARO_ENABLED
3 years ago
Jaaaky
20b3add9fb
GCS_Common: Fix issue #19599 Failed to build Pixhawk1 with O3
3 years ago
Jaaaky
f80a9ba3ce
AP_InertialSensor: Fix issue #19599 Failed to build Pixhawk1 with O3
...
As suggested by @tridge
3 years ago
Peter Barker
ee341bc4eb
SITL: add compilation option AP_SIM_CRSF_ENABLED
3 years ago
Peter Barker
08b8d3ad34
AP_HAL_SITL: correct compilation when SIM options disabled
...
AP_HAL_SITL: use AP_ASIM_GIMBAL_ENABLED
AP_HAL_SITL: use AP_SIM_ADSB_ENABLED
AP_HAL_SITL: use AP_SIM_RPLIDARA2_ENABLED
AP_HAL_SITL: use AP_SIM_PS_LIGHTWARE_SF45B_ENABLED
AP_HAL_SITL: use AP_SIM_PS_TERRARANGERTOWER_ENABLED
AP_HAL_SITL: use AP_SIM_AIS_ENABLED
AP_HAL_SITL: use AP_SIM_JSON_MASTER_ENABLED
3 years ago
Peter Barker
bff0b6f970
SITL: add and use AP_SIM_GPS_FILE_ENABLED
3 years ago
Peter Barker
e6779e91e6
SITL: allow JEDEC/RAMTRON to be compiled out
...
SITL: add and use AP_SIM_RAMTRON_ENABLED
SITL: add an use AP_SIM_JEDEC_ENABLED
3 years ago
HefnySco
b80393b2cd
AP_HAL_Linux: supporting RPI-Zero 2 W
3 years ago
Tom Pittenger
0475dd1e79
AP_Scripting: add example of arming check for wp index = 1 and is a takeoff
3 years ago
Peter Barker
c5f21664db
AP_GPS: correct compilation when SIRF disabled
3 years ago
Jaaaky
22e1ea559c
SITL: Fix typo (NFC)
3 years ago
Iampete1
8b54665a48
AP_Motors: example: remove SRV_Channels calls
3 years ago
Peter Barker
19ff65a4ad
AP_EFI: make C_TO_KELVIN a function macro; create KELVIN_TO_C
3 years ago
Peter Barker
9ef959b93b
SITL: make C_TO_KELVIN a function macro; create KELVIN_TO_C
...
These are in celsius
3 years ago
Peter Barker
7db723981c
AP_UAVCAN: make C_TO_KELVIN a function macro; create KELVIN_TO_C
...
These are in celsius
3 years ago
Peter Barker
c86ebc7ffb
AP_EFI: make C_TO_KELVIN a function macro; create KELVIN_TO_C
...
These are in celsius
3 years ago
Peter Barker
d028a6efc3
AP_CANManager: make C_TO_KELVIN a function macro; create KELVIN_TO_C
...
These are in celsius
3 years ago
Peter Barker
a894b93762
AP_BattMonitor: make C_TO_KELVIN a function macro; create KELVIN_TO_C
...
These are in celsius
3 years ago
Peter Barker
e710969ebb
AP_Baro: make C_TO_KELVIN a function macro; create KELVIN_TO_C
...
These are in celsius
3 years ago
Peter Barker
3969d6d56f
AP_Airspeed: make C_TO_KELVIN a function macro; create KELVIN_TO_C
...
These are in celsius
3 years ago
Peter Barker
e988bf9046
AP_Math: add KELVIN_TO_C define
3 years ago
VMsunghwan
224cea979e
SITL : fixed typo
...
line 1119 in pnet.c : to to -> to
line 198 in SIM_Plane.cpp : to to -> to
3 years ago
VMsunghwan
a49bab158f
AP_VideoTX : fixed typo
...
line 610 : to to -> to
3 years ago
murata
414ca96e5c
AP_Math: Move crc16-ibm CRC calculation method to a common class
3 years ago
murata
ddfd4a2e9e
AP_RobotisServo: Move crc16-ibm CRC calculation method to a common class
3 years ago
Andrew Tridgell
d22e3a1f52
hwdef: fixed flash double reserve
...
fixes #19765 , an alternative to #19768
the advantage of this approach is it is less error prone, as the
actual position and size of the storage sectors is calculated
3 years ago
Willian Galvani
c285f4c748
AP_Compass: Retry reading MMC5983 ID up to 10 times
3 years ago
Dr.-Ing. Amilcar do Carmo Lucas
87b0db7990
SITL: correct typos in comments
3 years ago
Peter Barker
4c72d0f562
AP_HAL_ChibiOS: disable UART statistics on Hitec-Airspeed
3 years ago
Peter Barker
3a1340236a
AP_HAL: add HAL_UART_STATS_ENABLED to disable stats gathering
3 years ago
Peter Barker
cea57f51c1
AP_HAL_Empty: add HAL_UART_STATS_ENABLED to disable stats gathering
3 years ago
Peter Barker
875f9a9497
AP_HAL_ChibiOS: add HAL_UART_STATS_ENABLED to disable stats gathering
3 years ago
Peter Barker
aaf8de88d8
AP_Filesystem: add HAL_UART_STATS_ENABLED to disable stats gathering
3 years ago
Peter Barker
8d17b8dbe7
AP_GPS: use const structure for saving GPS config
3 years ago
Peter Barker
1943de9016
AP_GPS: tidy configuration of UBLOX rates
3 years ago
Andy Piper
368a0c74a1
AP_HAL_ChibiOS: fix UART operation on original OmnibusNanoV6
3 years ago
Joshua Henderson
d77105b3b1
SITL: Gimbal make some printfs #if GIMBAL_DEBUG
3 years ago
Joshua Henderson
dd8daa05fc
AP_Mount: add mount mode to MOUNT_STATUS
3 years ago
Hwurzburg
3d4f6cc2c4
AP_GPS: add build options for GPS backends
3 years ago
Randy Mackay
8bbdd4825f
AP_Math: minor control spelling and format fixes
3 years ago