Ardupilot2/libraries/AP_HAL_SITL
Brad Bosch f2f9349419 AP_HAL: Add support for parity to Serial passthrough
Add code to reflect USB ACM parity setting to the passthrough port alongside existing support for ACM baud rate changes.  Some use cases for serial passthrough require specific parity settings.

For example, even parity is used and required by the USART protocol used in the STM32 system bootloader. This enhancement allows the use of standard flash programming tools such as STM32CubeProgrammer to flash connected STM based peripherals such as Receivers and Telemetry radios via serial passthrough.  Some examples of such peripherals include the FrSky R9 receivers as well as various other STM based LoRa modules used by the mLRS project.
2024-06-11 09:24:32 +10:00
..
AnalogIn.cpp AP_HAL_SITL: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
AnalogIn.h
AP_HAL_SITL_Namespace.h
AP_HAL_SITL_Private.h
AP_HAL_SITL.h
CAN_Multicast.cpp
CAN_Multicast.h
CAN_SocketCAN.cpp
CAN_SocketCAN.h
CAN_Transport.h
CANSocketIface.cpp AP_HAL_SITL: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
CANSocketIface.h
DSP.cpp AP_HAL_SITL: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
DSP.h
GPIO.cpp AP_HAL_SITL: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
GPIO.h
HAL_SITL_Class.cpp AP_HAL_SITL: log number of times sim paused on serial0 buffer 2024-06-11 08:51:25 +10:00
HAL_SITL_Class.h AP_HAL_SITL: log number of times sim paused on serial0 buffer 2024-06-11 08:51:25 +10:00
I2CDevice.cpp AP_HAL_SITL: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
I2CDevice.h
RCInput.cpp
RCInput.h
RCOutput.cpp AP_HAL_SITL: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
RCOutput.h
Scheduler.cpp AP_HAL_SITL: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
Scheduler.h
Semaphores.cpp
Semaphores.h
sitl_airspeed.cpp
SITL_cmdline.cpp
SITL_Periph_State.cpp AP_HAL_SITL: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
SITL_Periph_State.h
sitl_rangefinder.cpp
SITL_State_common.cpp AP_HAL_SITL: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
SITL_State_common.h AP_HAL_SITL: log number of times sim paused on serial0 buffer 2024-06-11 08:51:25 +10:00
SITL_State.cpp AP_HAL_SITL: log number of times sim paused on serial0 buffer 2024-06-11 08:51:25 +10:00
SITL_State.h
SPIDevice.cpp AP_HAL_SITL: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
SPIDevice.h
Storage.cpp
Storage.h
Synth.hpp
system.cpp
ToneAlarm_SF.cpp
ToneAlarm_SF.h
UART_utils.cpp AP_HAL: Add support for parity to Serial passthrough 2024-06-11 09:24:32 +10:00
UARTDriver.cpp
UARTDriver.h AP_HAL: Add support for parity to Serial passthrough 2024-06-11 09:24:32 +10:00
Util.cpp
Util.h
wscript