cpu/stm32: add support for stm32g071rb

This commit is contained in:
Alexandre Abadie 2020-07-21 13:38:14 +02:00
parent f69d6d042e
commit 25e1fec90c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -292,6 +292,10 @@ config CPU_MODEL_STM32G070RB
bool bool
select CPU_FAM_G0 select CPU_FAM_G0
config CPU_MODEL_STM32G071RB
bool
select CPU_FAM_G0
# STM32G4 # STM32G4
config CPU_MODEL_STM32G474RE config CPU_MODEL_STM32G474RE
bool bool
@ -528,6 +532,7 @@ config CPU_MODEL
# STM32G0 # STM32G0
default "stm32g070rb" if CPU_MODEL_STM32G070RB default "stm32g070rb" if CPU_MODEL_STM32G070RB
default "stm32g071rb" if CPU_MODEL_STM32G071RB
# STM32G4 # STM32G4
default "stm32g474re" if CPU_MODEL_STM32G474RE default "stm32g474re" if CPU_MODEL_STM32G474RE