From a51b54931abf061eaebfce1df604a2439ccd4cf3 Mon Sep 17 00:00:00 2001 From: T1mn <136770748@qq.com> Date: Thu, 17 Sep 2026 17:28:43 +0800 Subject: [PATCH] docs: correct STM32F4 target helper names --- docs/development/targets/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/targets/overview.md b/docs/development/targets/overview.md index bd10211f832..b2a695b65bd 100644 --- a/docs/development/targets/overview.md +++ b/docs/development/targets/overview.md @@ -37,8 +37,8 @@ target_stm32f722xe(MATEKF722) Format: `target_stm32()` Common MCU variants: -- `target_stm32f405rg()` - F405, 1MB flash -- `target_stm32f411ce()` - F411, 512KB flash +- `target_stm32f405xg()` - F405, 1MB flash +- `target_stm32f411xe()` - F411, 512KB flash - `target_stm32f722xe()` - F722, 512KB flash - `target_stm32h743xi()` - H743, 2MB flash