-
Notifications
You must be signed in to change notification settings - Fork 257
add DSK320 gyros to foxeer targets #1105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,6 +18,12 @@ | |
| * | ||
| * If not, see <http://www.gnu.org/licenses/>. | ||
| */ | ||
|
|
||
| /* | ||
| SUPPORTED TARGET - THANK YOU | ||
| REFERENCE: sha256_d21ad5220a3e870ab430532a54672fe1871728dc5f4ea49d544a417c3ad6da3c | ||
| DATE: 2025-12-01 | ||
| */ | ||
|
Comment on lines
+21
to
+26
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Backdated metadata: DATE is 2025-12-01 but PR is from 2026-05-19. The metadata block shows a date of 2025-12-01, which is over five months before this PR was created. Clarify whether this date represents the original board certification date or if it should be updated to reflect the current modification date. 🤖 Prompt for AI Agents |
||
|
|
||
| #pragma once | ||
|
|
||
|
|
@@ -32,6 +38,7 @@ | |
| #define USE_ACC_SPI_MPU6000 | ||
| #define USE_GYRO_SPI_ICM42688P | ||
| #define USE_ACC_SPI_ICM42688P | ||
| #define USE_ACCGYRO_LSM6DSK320X | ||
| #define USE_BARO | ||
| #define USE_BARO_DPS310 | ||
| #define USE_BARO_BMP280 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,6 +19,12 @@ | |
| * If not, see <http://www.gnu.org/licenses/>. | ||
| */ | ||
|
|
||
| /* | ||
| SUPPORTED TARGET - THANK YOU | ||
| REFERENCE: sha256_0a3515d028fa96e28361619fc00701b426bfaa43b38d9302c3cd6838bd81f4aa | ||
| DATE: 2025-12-01 | ||
| */ | ||
|
|
||
|
Comment on lines
+22
to
+27
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Backdated metadata: DATE is 2025-12-01 but PR is from 2026-05-19. The metadata block shows a date of 2025-12-01, which is over five months before this PR was created. Clarify whether this date represents the original board certification date or if it should be updated to reflect the current modification date. 🤖 Prompt for AI Agents |
||
| #pragma once | ||
|
|
||
| #define FC_TARGET_MCU STM32H743 | ||
|
|
@@ -34,6 +40,7 @@ | |
| #define USE_ACC_SPI_MPU6000 | ||
| #define USE_ACC_SPI_MPU6500 | ||
| #define USE_ACC_SPI_ICM42688P | ||
| #define USE_ACCGYRO_LSM6DSK320X | ||
| #define USE_BARO | ||
| #define USE_BARO_DPS310 | ||
| #define USE_FLASH | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistency: FOXEERF405V2 lacks metadata block.
The other two FOXEER boards in this PR (FOXEERF722V4 and FOXEERH743V2) receive "SUPPORTED TARGET" metadata blocks with reference hashes and dates, but FOXEERF405V2 does not. The PR description mentions "Added build keys for targets that meet the current requirements" — clarify whether FOXEERF405V2 intentionally does not meet those requirements, or if the metadata block was omitted in error.
🤖 Prompt for AI Agents