Skip to content

docs: correct STM32F4 target helper names - #11960

Open
T1mn wants to merge 1 commit into
iNavFlight:maintenance-10.xfrom
T1mn:codex/docs-target-helper-names
Open

T1mn wants to merge 1 commit into
iNavFlight:maintenance-10.xfrom
T1mn:codex/docs-target-helper-names

Conversation

@T1mn

@T1mn T1mn commented Sep 17, 2026

Copy link
Copy Markdown

The target overview lists target_stm32f405rg() and target_stm32f411ce(), which are not defined by the build system. Replace them with target_stm32f405xg() and target_stm32f411xe() so the documented examples match cmake/stm32f4.cmake and existing targets.

Validation: checked both names against the CMake definitions and existing target declarations; git diff --check passes. Documentation only.

@qodo-code-review

Copy link
Copy Markdown
Contributor

ⓘ Qodo reviews are paused because the subscription is no longer active. Ask your workspace admin to reactivate the subscription to resume reviews. Manage billing

@qodo-free-for-open-source-projects

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Tip of the day
💡 Did you know, you can enable the Remediation agent and Qodo fixes findings in a dedicated fix PR

More tips ↗ | Customize Qodo ↗ | Qodo docs ↗

Grey Divider

Qodo Logo

@qodo-free-for-open-source-projects

Copy link
Copy Markdown

PR Summary by Qodo

Correct STM32F4 target helper names

📝 Documentation 🕐 Less than 5 minutes

Grey Divider

AI Description

• Replace invalid STM32F405 and STM32F411 helper names in the target overview.
• Align documented examples with the helpers defined by the CMake build system.
High-Level Assessment

Directly correcting the documented helper names is optimal because the CMake definitions and existing target declarations are authoritative; changing build-system APIs would be unnecessary and disruptive.

Files changed (1) +2 / -2

Documentation (1) +2 / -2
overview.mdCorrect STM32F4 helper examples +2/-2

Correct STM32F4 helper examples

• Replaces nonexistent F405 and F411 helper names with 'target_stm32f405xg()' and 'target_stm32f411xe()', matching the functions defined in 'cmake/stm32f4.cmake'.

docs/development/targets/overview.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant