ardupilot/Tools
Thomas Watson 308ee11ca2 AP_Bootloader: remove redundant DroneCAN packet buffer initialization
The <msg>_encode method always zeros the buffer up to <msg>_MAX_SIZE
bytes so there is no need to do it before calling the function.

Saves at least 8 bytes per instance.
2024-08-03 19:02:39 +10:00
..
AP_Bootloader AP_Bootloader: remove redundant DroneCAN packet buffer initialization 2024-08-03 19:02:39 +10:00
AP_Periph AP_Periph: Fix compiling issues with AP_PERIPH_PROBE_CONTIONUS enabled 2024-07-25 10:53:23 +10:00
CHDK-Scripts
CPUInfo Tools: allow CPUInfo to build on HAL_Linux 2024-03-02 17:55:43 +11:00
CodeStyle
FilterTestTool
Frame_params Tools: Added default parameter file for ModalAI D0013 drone 2024-07-20 07:27:53 +10:00
GIT_Test Tools: added name to GIT_Success.txt 2024-07-29 18:33:35 +10:00
Hello
IO_Firmware IO_Firmware: fix bdshot DMA channel reset 2024-06-02 10:54:14 +10:00
Linux_HAL_Essentials treewide: fix shebangs - /bin/bash -> /usr/bin/env bash 2024-02-13 11:36:23 +11:00
LogAnalyzer Tools: Test for membership should be `not in` 2023-09-02 13:27:25 +10:00
Pozyx/IndoorLoiter
Replay Replay: use AP_Filesystem to load parameter file 2024-07-12 15:56:48 +10:00
UDP_Proxy treewide: fix shebangs - /bin/bash -> /usr/bin/env bash 2024-02-13 11:36:23 +11:00
Vicon
ardupilotwaf Tools: Added pthread library to the link of the QURT build Linux application 2024-07-31 10:00:35 +10:00
autotest autotest: add test for forced arm/disarm 2024-08-02 16:29:13 +10:00
bootloaders Tools: added MFT-SEMA100 2024-08-02 18:40:59 +10:00
cameras_gimbals/xacti-config Tools: add xacti-config application 2024-04-26 16:07:18 +09:00
completion AP_HAL_SITL: remove deprecated --uartX options 2024-05-28 09:23:39 +10:00
debug treewide: fix shebangs - /bin/bash -> /usr/bin/env bash 2024-02-13 11:36:23 +11:00
environment_install Tools: install_prereqs_ubuntu.sh: pin setuptools to avoid problems on Focal 2024-07-29 15:27:23 +10:00
geotag treewide: fix shebangs - /bin/bash -> /usr/bin/env bash 2024-02-13 11:36:23 +11:00
gittools treewide: fix shebangs - /bin/bash -> /usr/bin/env bash 2024-02-13 11:36:23 +11:00
mavproxy_modules Tools: Comparison to `None` should be `cond is None` 2023-09-02 13:27:25 +10:00
ros2 Tools: ROS2: Add missing dependencies with docs 2024-08-01 09:38:50 +10:00
scripts Tools: Scripts: cygwin build: remove setting of git safe directory 2024-07-30 11:39:06 +10:00
simulink/arducopter Tools: Add missing functions for Simulink model 2023-05-09 09:42:31 +10:00
vagrant Vagrant: add support for Ubuntu Noble, 24.04 2024-05-10 10:20:34 +10:00
PrintVersion.py