mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
Hook configs/stm32f746-ws into the configuration system
This commit is contained in:
+14
-1
@@ -997,7 +997,7 @@ config ARCH_BOARD_STM32F429I_DISCO
|
|||||||
|
|
||||||
config ARCH_BOARD_STM32F746G_DISCO
|
config ARCH_BOARD_STM32F746G_DISCO
|
||||||
bool "STMicro STM32F746G-Discovery board"
|
bool "STMicro STM32F746G-Discovery board"
|
||||||
depends on ARCH_CHIP_STM32F746
|
depends on ARCH_CHIP_STM32F746NG
|
||||||
select ARCH_HAVE_LEDS
|
select ARCH_HAVE_LEDS
|
||||||
select ARCH_HAVE_BUTTONS
|
select ARCH_HAVE_BUTTONS
|
||||||
select ARCH_HAVE_IRQBUTTONS
|
select ARCH_HAVE_IRQBUTTONS
|
||||||
@@ -1006,6 +1006,15 @@ config ARCH_BOARD_STM32F746G_DISCO
|
|||||||
MCU. The STM32F746NGH6 is a 216MHz Cortex-M7 operation with 1024Kb Flash
|
MCU. The STM32F746NGH6 is a 216MHz Cortex-M7 operation with 1024Kb Flash
|
||||||
memory and 320Kb SRAM.
|
memory and 320Kb SRAM.
|
||||||
|
|
||||||
|
config ARCH_BOARD_STM32F746_WS
|
||||||
|
bool "Waveshare STM32F746 board"
|
||||||
|
depends on ARCH_CHIP_STM32F746IG
|
||||||
|
select ARCH_HAVE_LEDS
|
||||||
|
select ARCH_HAVE_BUTTONS
|
||||||
|
select ARCH_HAVE_IRQBUTTONS
|
||||||
|
---help---
|
||||||
|
Waveshare STM32F746 development board featuring the STM32F746IG MCU.
|
||||||
|
|
||||||
config ARCH_BOARD_STM32L476VG_DISCO
|
config ARCH_BOARD_STM32L476VG_DISCO
|
||||||
bool "STMicro STM32F746VG-Discovery board"
|
bool "STMicro STM32F746VG-Discovery board"
|
||||||
depends on ARCH_CHIP_STM32L476RG
|
depends on ARCH_CHIP_STM32L476RG
|
||||||
@@ -1438,6 +1447,7 @@ config ARCH_BOARD
|
|||||||
default "stm32f411e-disco" if ARCH_BOARD_STM32F411E_DISCO
|
default "stm32f411e-disco" if ARCH_BOARD_STM32F411E_DISCO
|
||||||
default "stm32f429i-disco" if ARCH_BOARD_STM32F429I_DISCO
|
default "stm32f429i-disco" if ARCH_BOARD_STM32F429I_DISCO
|
||||||
default "stm32f746g-disco" if ARCH_BOARD_STM32F746G_DISCO
|
default "stm32f746g-disco" if ARCH_BOARD_STM32F746G_DISCO
|
||||||
|
default "stm32f746-ws" if ARCH_BOARD_STM32F746_WS
|
||||||
default "stm32l476vg-disco" if ARCH_BOARD_STM32L476VG_DISCO
|
default "stm32l476vg-disco" if ARCH_BOARD_STM32L476VG_DISCO
|
||||||
default "stm32ldiscovery" if ARCH_BOARD_STM32L_DISCOVERY
|
default "stm32ldiscovery" if ARCH_BOARD_STM32L_DISCOVERY
|
||||||
default "stm32vldiscovery" if ARCH_BOARD_STM32VL_DISCOVERY
|
default "stm32vldiscovery" if ARCH_BOARD_STM32VL_DISCOVERY
|
||||||
@@ -1812,6 +1822,9 @@ endif
|
|||||||
if ARCH_BOARD_STM32F746G_DISCO
|
if ARCH_BOARD_STM32F746G_DISCO
|
||||||
source "configs/stm32f746g-disco/Kconfig"
|
source "configs/stm32f746g-disco/Kconfig"
|
||||||
endif
|
endif
|
||||||
|
if ARCH_BOARD_STM32F746_WS
|
||||||
|
source "configs/stm32f746-ws/Kconfig"
|
||||||
|
endif
|
||||||
if ARCH_BOARD_STM32L476VG_DISCO
|
if ARCH_BOARD_STM32L476VG_DISCO
|
||||||
source "configs/stm32l476vg-disco/Kconfig"
|
source "configs/stm32l476vg-disco/Kconfig"
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -658,6 +658,9 @@ configs/stm32f746g-disco
|
|||||||
MCU. The STM32F746NGH6 is a 216MHz Cortex-M7 operation with 1024Kb Flash
|
MCU. The STM32F746NGH6 is a 216MHz Cortex-M7 operation with 1024Kb Flash
|
||||||
memory and 300Kb SRAM.
|
memory and 300Kb SRAM.
|
||||||
|
|
||||||
|
configs/stm32f746g-ws
|
||||||
|
Waveshare STM32F746 development board featuring the STM32F746IG MCU.
|
||||||
|
|
||||||
configs/stm32l476vg-disco
|
configs/stm32l476vg-disco
|
||||||
STMicro STM32L476VG_DISCO development board featuring the STM32L476VG
|
STMicro STM32L476VG_DISCO development board featuring the STM32L476VG
|
||||||
MCU. The STM32L476VG is a Cortex-M4 optimised for low-power operation
|
MCU. The STM32L476VG is a Cortex-M4 optimised for low-power operation
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user