mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
arch/stm32: Fix wrong Kconfig names for STM32G4xxx MCUs
arch/arm/src/stm32/Kconfig:
* configs ARCH_CHIP_STM32G431K, ARCH_CHIP_STM32G431C,
ARCH_CHIP_STM32G431R, ARCH_CHIP_STM32G431M, and
ARCH_CHIP_STM32G431V: Fix copy/paste of incorrect
names shown in the Kconfig menu.
This commit is contained in:
committed by
Xiang Xiao
parent
1fdae80321
commit
f83b30bda1
@@ -1145,31 +1145,31 @@ config ARCH_CHIP_STM32F469N
|
|||||||
select STM32_HAVE_ETHMAC
|
select STM32_HAVE_ETHMAC
|
||||||
|
|
||||||
config ARCH_CHIP_STM32G431K
|
config ARCH_CHIP_STM32G431K
|
||||||
bool "STM32G474C"
|
bool "STM32G431K"
|
||||||
select STM32_STM32G43XX
|
select STM32_STM32G43XX
|
||||||
select STM32_STM32G4XXK
|
select STM32_STM32G4XXK
|
||||||
select STM32_STM32G431K
|
select STM32_STM32G431K
|
||||||
|
|
||||||
config ARCH_CHIP_STM32G431C
|
config ARCH_CHIP_STM32G431C
|
||||||
bool "STM32G474C"
|
bool "STM32G431C"
|
||||||
select STM32_STM32G43XX
|
select STM32_STM32G43XX
|
||||||
select STM32_STM32G4XXC
|
select STM32_STM32G4XXC
|
||||||
select STM32_STM32G431C
|
select STM32_STM32G431C
|
||||||
|
|
||||||
config ARCH_CHIP_STM32G431R
|
config ARCH_CHIP_STM32G431R
|
||||||
bool "STM32G474C"
|
bool "STM32G431R"
|
||||||
select STM32_STM32G43XX
|
select STM32_STM32G43XX
|
||||||
select STM32_STM32G4XXR
|
select STM32_STM32G4XXR
|
||||||
select STM32_STM32G431R
|
select STM32_STM32G431R
|
||||||
|
|
||||||
config ARCH_CHIP_STM32G431M
|
config ARCH_CHIP_STM32G431M
|
||||||
bool "STM32G474C"
|
bool "STM32G431M"
|
||||||
select STM32_STM32G43XX
|
select STM32_STM32G43XX
|
||||||
select STM32_STM32G4XXM
|
select STM32_STM32G4XXM
|
||||||
select STM32_STM32G431M
|
select STM32_STM32G431M
|
||||||
|
|
||||||
config ARCH_CHIP_STM32G431V
|
config ARCH_CHIP_STM32G431V
|
||||||
bool "STM32G474C"
|
bool "STM32G431V"
|
||||||
select STM32_STM32G43XX
|
select STM32_STM32G43XX
|
||||||
select STM32_STM32G4XXV
|
select STM32_STM32G4XXV
|
||||||
select STM32_STM32G431V
|
select STM32_STM32G431V
|
||||||
|
|||||||
Reference in New Issue
Block a user