From 81ab544fbe834641800e56f21223d5b1b9e19f51 Mon Sep 17 00:00:00 2001 From: Niklas Hauser <121870655+niklaut@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:21:17 +0200 Subject: [PATCH] Add Auterion FMUv6s to board types The board was merged some time ago into PX4, but I forgot to merge it here, since the STM32H7 bootloader is build from the PX4 repo instead of this one. https://github.com/PX4/PX4-Autopilot/blob/be29f647cbd8f899bb3b46ca974700ec7179812c/boards/auterion/fmu-v6s/src/hw_config.h#L68 --- board_types.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/board_types.txt b/board_types.txt index af29f8dc83..36f829d14f 100644 --- a/board_types.txt +++ b/board_types.txt @@ -19,6 +19,7 @@ TARGET_HW_PX4_FMU_V6C 56 TARGET_HW_ARK_FMU_V6X 57 TARGET_HW_ARK_PI6X 58 TARGET_HW_ARK_FPV 59 +TARGET_HW_AUT_FMU_V6S 60 TARGET_HW_AMOV_ICF6 106 TARGET_HW_MINDPX_V2 88 TARGET_HW_PX4_FLOW_V1 6