From 2e203ac01b9e2f109b85056fa2b4e1172faf86d1 Mon Sep 17 00:00:00 2001 From: SugaarK <83344205+sugaarK@users.noreply.github.com> Date: Fri, 18 Jul 2025 17:43:58 +1000 Subject: [PATCH 1/5] rename target for Hobbywing --- configs/{HOBBYWING_XROTORF7CONV => XROTOR_F722}/config.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename configs/{HOBBYWING_XROTORF7CONV => XROTOR_F722}/config.h (100%) diff --git a/configs/HOBBYWING_XROTORF7CONV/config.h b/configs/XROTOR_F722/config.h similarity index 100% rename from configs/HOBBYWING_XROTORF7CONV/config.h rename to configs/XROTOR_F722/config.h From 1aa6e221bb6c281cadc8cd262ae3a07a47bb560b Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Fri, 18 Jul 2025 16:47:20 +0200 Subject: [PATCH 2/5] Update board_name --- configs/XROTOR_F722/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/XROTOR_F722/config.h b/configs/XROTOR_F722/config.h index ffc7dc9f5..6691d1d90 100644 --- a/configs/XROTOR_F722/config.h +++ b/configs/XROTOR_F722/config.h @@ -23,7 +23,7 @@ #define FC_TARGET_MCU STM32F7X2 -#define BOARD_NAME HOBBYWING_XROTORF7CONV +#define BOARD_NAME XROTOR_F722 #define MANUFACTURER_ID HOWI #define USE_ACC From 2cbb2901ae26cbded4570cb0d1d983fec177f58d Mon Sep 17 00:00:00 2001 From: SugaarK <83344205+sugaarK@users.noreply.github.com> Date: Sat, 26 Jul 2025 16:39:40 +1000 Subject: [PATCH 3/5] Revert "rename target for Hobbywing" This reverts commit 2e203ac01b9e2f109b85056fa2b4e1172faf86d1. --- configs/{XROTOR_F722 => HOBBYWING_XROTORF7CONV}/config.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename configs/{XROTOR_F722 => HOBBYWING_XROTORF7CONV}/config.h (100%) diff --git a/configs/XROTOR_F722/config.h b/configs/HOBBYWING_XROTORF7CONV/config.h similarity index 100% rename from configs/XROTOR_F722/config.h rename to configs/HOBBYWING_XROTORF7CONV/config.h From d52945877ba6a0ebb8db96103aabc4a4151bc030 Mon Sep 17 00:00:00 2001 From: SugaarK <83344205+sugaarK@users.noreply.github.com> Date: Sat, 26 Jul 2025 17:01:26 +1000 Subject: [PATCH 4/5] Update config.h ADDING NEW sensors to the target --- configs/HOBBYWING_XROTORF7CONV/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/HOBBYWING_XROTORF7CONV/config.h b/configs/HOBBYWING_XROTORF7CONV/config.h index ffc7dc9f5..2cab9be80 100644 --- a/configs/HOBBYWING_XROTORF7CONV/config.h +++ b/configs/HOBBYWING_XROTORF7CONV/config.h @@ -28,8 +28,11 @@ #define USE_ACC #define USE_ACC_SPI_MPU6500 +#define USE_ACC_SPI_ICM42688P #define USE_GYRO #define USE_GYRO_SPI_MPU6500 +#define USE_GYRO_SPI_ICM42688P +#define USE_BARO_DPS310 #define USE_BARO_BMP280 #define USE_FLASH #define USE_FLASH_W25Q128FV From a44e91eac50cc82ca5507f1b6efda7c1167cc3a8 Mon Sep 17 00:00:00 2001 From: SugaarK <83344205+sugaarK@users.noreply.github.com> Date: Sat, 26 Jul 2025 17:03:15 +1000 Subject: [PATCH 5/5] Update config.h revert name change --- configs/HOBBYWING_XROTORF7CONV/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/HOBBYWING_XROTORF7CONV/config.h b/configs/HOBBYWING_XROTORF7CONV/config.h index e3971ef7b..2cab9be80 100644 --- a/configs/HOBBYWING_XROTORF7CONV/config.h +++ b/configs/HOBBYWING_XROTORF7CONV/config.h @@ -23,7 +23,7 @@ #define FC_TARGET_MCU STM32F7X2 -#define BOARD_NAME XROTOR_F722 +#define BOARD_NAME HOBBYWING_XROTORF7CONV #define MANUFACTURER_ID HOWI #define USE_ACC