Ardupilot2/libraries/AP_HAL_ChibiOS/hwdef/common
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
..
board.c
board.h
bouncebuffer.c
bouncebuffer.h
chconf.h
chibios_board.mk
chibios_common.mk
common_extf_h730.ld
common_extf_h750.ld
common_extf.ld
common_mixf.ld
common.ld
crashdump.c
cstdio
ffconf.h
flash.c
flash.h
halconf.h
hrt.c
hrt.h
malloc.c
mcuconf.h
poll.h
ppm.h
spi_hook.h
stdio.h
stm32_util.c
stm32_util.h
stm32f1_mcuconf.h
stm32f3_mcuconf.h
stm32f47_mcuconf.h
stm32g4_mcuconf.h
stm32h7_A3_mcuconf.h
stm32h7_mcuconf.h
stm32h7_type2_mcuconf.h
stm32l4_mcuconf.h
stm32l4+_mcuconf.h
stubs.c
usbcfg_common.c
usbcfg_dualcdc.c AP_HAL: Add support for parity to Serial passthrough 2024-06-11 09:24:32 +10:00
usbcfg.c AP_HAL: Add support for parity to Serial passthrough 2024-06-11 09:24:32 +10:00
usbcfg.h AP_HAL: Add support for parity to Serial passthrough 2024-06-11 09:24:32 +10:00
watchdog.c
watchdog.h