stm32l4/Kconfig: add support for STM32L476JG and STM32L476JE

This commit is contained in:
raiden00pl 2022-07-23 10:32:59 +02:00 committed by Alan Carvalho de Assis
parent 0e97e57d23
commit 92b676479a

View File

@ -276,6 +276,22 @@ config ARCH_CHIP_STM32L475VC
---help---
STM32 L4 Cortex M4, 256Kb FLASH, 96+32 Kb SRAM, LQFP64
config ARCH_CHIP_STM32L476JG
bool "STM32L476JG"
select STM32L4_STM32L476XX
select STM32L4_FLASH_CONFIG_G
select STM32L4_IO_CONFIG_J
---help---
STM32 L4 Cortex M4, 1024Kb FLASH, 96+32 Kb SRAM
config ARCH_CHIP_STM32L476JE
bool "STM32L476JE"
select STM32L4_STM32L476XX
select STM32L4_FLASH_CONFIG_E
select STM32L4_IO_CONFIG_J
---help---
STM32 L4 Cortex M4, 512Kb FLASH, 96+32 Kb SRAM
config ARCH_CHIP_STM32L476RG
bool "STM32L476RG"
select STM32L4_STM32L476XX