nuttx/boards/arm/common/stm32
raiden00pl 20f15ba2e3 arch/arm/stm32f7: use common Kconfig symbols
CONFIG_STM32F7_LCD_BACKLIGHT is not defined by any Kconfig, so the LTDC
backlight control is dead code.  CONFIG_STM32F7_PLLSAI and
CONFIG_STM32F7_PLLI2S are defined by the board.h files, and the common
SPI test helper names its mode macros CONFIG_STM32F7_SPIx_TEST_MODE.
Use the common CONFIG_STM32_* names everywhere.

Also drop the misspelled CONFIG_STM32F7_STM33F75XX from the DMA chip
check, which already tests CONFIG_STM32_STM32F75XX.

The CAN section of the STM32F7 documentation names the options
CONFIG_STM32F7F7_CANx, which has a duplicated family prefix and never
existed.  Use the common names there too.

Signed-off-by: raiden00pl <raiden00@railab.me>
Assisted-by: Claude Code
2026-08-18 09:34:58 +08:00
..
include boards/arm/stm32f7: switch board common to boards/arm/common/stm32 2026-07-09 22:30:42 +08:00
src arch/arm/stm32f7: use common Kconfig symbols 2026-08-18 09:34:58 +08:00
CMakeLists.txt
Kconfig boards/arm/stm32f7: switch board common to boards/arm/common/stm32 2026-07-09 22:30:42 +08:00
Makefile