Skip to content

FEATURE: Use MCU series to make parameter values decisions#120

Merged
amilcarlucas merged 1 commit intomasterfrom
mcu_series
Mar 5, 2025
Merged

FEATURE: Use MCU series to make parameter values decisions#120
amilcarlucas merged 1 commit intomasterfrom
mcu_series

Conversation

@amilcarlucas
Copy link
Copy Markdown
Collaborator

@amilcarlucas amilcarlucas commented Feb 3, 2025

Ardupilot Methodic Configurator now correctly identifies the MCU series (F4,F7 or H7) of each of the 271 currently supported flight controller boards.

So use that information to correctly configure the best suited logging parameters.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 3, 2025

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
6495 2694 41% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
ardupilot_methodic_configurator/main.py 55% 🟢
ardupilot_methodic_configurator/backend_flightcontroller_info.py 47% 🟢
ardupilot_methodic_configurator/frontend_tkinter_component_editor.py 13% 🟢
TOTAL 38% 🟢

updated for commit: 1710600 by action🐍

@amilcarlucas amilcarlucas force-pushed the mcu_series branch 3 times, most recently from 8ed42ec to 5852783 Compare February 9, 2025 22:48
@amilcarlucas amilcarlucas marked this pull request as ready for review February 9, 2025 23:00
@amilcarlucas amilcarlucas marked this pull request as draft February 9, 2025 23:01
@amilcarlucas amilcarlucas force-pushed the mcu_series branch 2 times, most recently from 3428f83 to 1710600 Compare February 9, 2025 23:51
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 17, 2025

Test Results

  2 files    2 suites   1m 29s ⏱️
425 tests 424 ✅ 1 💤 0 ❌
850 runs  848 ✅ 2 💤 0 ❌

Results for commit bdc0ebb.

♻️ This comment has been updated with latest results.

@amilcarlucas amilcarlucas self-assigned this Feb 18, 2025
@amilcarlucas amilcarlucas added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels Feb 18, 2025
@amilcarlucas
Copy link
Copy Markdown
Collaborator Author

@andyp1per @IamPete1 is this correct?

  • F4 boards should use the batch (acc, gyro) logger
  • Other boards should use the newer (gyro raw) logger

@amilcarlucas amilcarlucas force-pushed the mcu_series branch 2 times, most recently from a208795 to 0d9d44e Compare March 3, 2025 13:04
@amilcarlucas amilcarlucas marked this pull request as ready for review March 3, 2025 13:06
@amilcarlucas amilcarlucas merged commit 742091b into master Mar 5, 2025
20 of 22 checks passed
@amilcarlucas amilcarlucas deleted the mcu_series branch March 5, 2025 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants